Releases: gephi/graphstore
Releases · gephi/graphstore
v0.7.2
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
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
New features
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 anInstant
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
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
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
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
Version 0.6.10
Bugfixes
- Default columns not properly setup when deserializing #151
Full Changelog: v0.6.9...v0.6.10
Version 0.6.9
Bugfixes
- Fix issue with default columns not being refreshed after configuration update
Full Changelog: v0.6.8...v0.6.9