Skip to content

0.9.1

Latest
Compare
Choose a tag to compare
@MartinHaeusler MartinHaeusler released this 20 Mar 10:27
· 8 commits to master since this release
b895493
  • 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