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
Instantis 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 anInstantcolumn 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