Nitrite Database v3.0.0 Release Notes

Release Date: 2018-04-08 // about 6 years ago
  • New Changes

    • KNO2JacksonMapper is now extendable
    • ๐Ÿ‘Œ Support for NitriteId as id field of an object
    • โšก๏ธ Object's property can be updated with null
    • ๐Ÿ‘Œ Support for java.time & it's backport
    • โšก๏ธ Change in update operation behavior (breaking changes)

    ๐Ÿ›  Fixes

    • ConcurrentModificationException in NitriteEventBus - #52
    • Duplicate @Id in concurrent modification - #55
    • ๐Ÿ›  Fixed a race condition while updating the index entries - #58
    • ๐Ÿ›  Fix for sort operation - #62
    • ๐Ÿ”– Version upgraded for several dependencies - #64