Skip to content

Version 0.7.0

Choose a tag to compare

@mbastian mbastian released this 04 Jun 13:18
· 77 commits to master since this release

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