Skip to content

Releases: gephi/graphstore

v0.7.2

23 Jun 06:07
Compare
Choose a tag to compare

Misc

  • Spatial index in graph view by in #202

If you're looking for digital signatures for the release binaries, you can directly find them on Maven Central

Full Changelog: v0.7.1...v0.7.2

v0.7.1

12 Jun 08:51
Compare
Choose a tag to compare

New features

  • Add toString and diffAsString to Configuration in #199
  • Add getNodeByStoreId and getEdgeByStoreId methods to Graph in #198

Misc

  • Upgrade dependencies in #200

If you're looking for digital signatures for the release binaries, you can directly find them on Maven Central

Full Changelog: v0.7.0...v0.7.1

Version 0.7.0

04 Jun 13:18
Compare
Choose a tag to compare

New features

  • #162 Configuration refactoring in #168
  • Support for Instant column type in #185

Bugfixes

Misc

  • Clean up all benchmark code in #160
  • Remove Joda Time dependency in #163
  • Set Java11 as minimum version. in #169

New Contributors

  • Congrats to @seinecle and Julien G. for their first contributions.

Compatibility

  • Instant is now supported as an element type. This allows to store dates and times but unfortunately it wasn't possible to make the Serialization backward compatible. In other words, if you use an Instant column and try to read the serialisation output in previous versions, it will throw an exception.
  • The API compatibility has been broken for wherever we had Joda time types.
  • Configuration initialisation should be now performed with a builder, but it's backward compatible.

Full Changelog: v0.6.14...v0.7.0

Version 0.6.14

24 Dec 12:08
Compare
Choose a tag to compare

New features

  • Add retain methods to Graph for nodes and edges #157

Misc

Full Changelog: https://github.com/gephi/graphstore/compare/v0.6.13..v0.6.14

Version 0.6.13

06 Nov 14:10
Compare
Choose a tag to compare

New features

  • Add ability to deserialize based on an empty GraphModel #156

Bugfixes

  • "Null" should be parsed as null instead of a String #155
  • Min/Max boundaries shouldn't use the column's estimator #154

Full Changelog: https://github.com/gephi/graphstore/compare/v0.6.12..v0.6.13

Version 0.6.12

14 Sep 18:19
Compare
Choose a tag to compare

Bugfixes

  • ClassCastException: class org.gephi.graph.api.types.TimestampSet cannot be cast to class org.gephi.graph.api.types.TimeMap #153

Full Changelog: https://github.com/gephi/graphstore/compare/v0.6.11..v0.6.12

Version 0.6.11

31 Aug 13:35
Compare
Choose a tag to compare

New features

  • Make edge type editable #152

Full Changelog: v0.6.10...v0.6.11

Version 0.6.10

17 Jul 15:43
Compare
Choose a tag to compare

Bugfixes

  • Default columns not properly setup when deserializing #151

Full Changelog: v0.6.9...v0.6.10

Version 0.6.9

17 Jun 18:27
Compare
Choose a tag to compare

Bugfixes

  • Fix issue with default columns not being refreshed after configuration update

Full Changelog: v0.6.8...v0.6.9

Version 0.6.8

17 Jun 18:12
Compare
Choose a tag to compare

Bugfixes

  • Deadlock between graph and table locks #150

Full Changelog: v0.6.7...v0.6.8