Releases: MartinHaeusler/chronos
Releases · MartinHaeusler/chronos
0.9.1
- Important: There has been a breaking change in the ChronoSphere persistence format. Files generated by older versions of ChronoSphere will not be compatible with this new version. This only affects ChronoSphere; ChronoGraph and ChronoDB are not affected by this change.
- ChronoGraph now supports TinkerPop 3.3
- ChronoDB now supports several merge modes in case of commit conflicts
- ChronoGraph now attempts to merge conflicting commits instead of immediately throwing a
CommitException
- ChronoSphere now attempts to merge conflicting commits instead of immediately throwing a
CommitException
- Several performance enhancements to ChronoSphere
- ChronoSphere now requires a terminating operation (e.g.
toSet()
,toList()
,iterator()
...) at the end of an EQuery chain. The implicit iterator has been removed. - ChronoSphere: several API extensions to the EQuery framework
- Nummerous smaller improvements to stability and performance in all components