Skip to content

Releases: gephi/graphstore

v0.8.1

28 Oct 16:09

Choose a tag to compare

New features

  • Add createView method to GraphModel based on predicates in #259

Misc

  • Replace BitVector by BitSet and remove legacy library in #258

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

Full Changelog: v0.8.0...v0.8.1

v0.8.0

13 Oct 19:51

Choose a tag to compare

New features

  • Implement spliterator for both nodes and edges in #240
  • Add Spliterator on NodesQuadTree in #243
  • Add predicate support in spatial index interface in #248

Bugfixes

  • Column no-index gets it version incremented in #252
  • Fix #253 ensure column size on IndexImpl in #254

Misc

  • Update minimum version to Java 17 in #246

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

Full Changelog: v0.7.3...v0.8.0

v0.7.3

17 Aug 13:55

Choose a tag to compare

Misc

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

Full Changelog: v0.7.2...v0.7.3

v0.7.2

23 Jun 06:07

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

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

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

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

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

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

Choose a tag to compare

New features

  • Make edge type editable #152

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