Skip to content

Release 3.0.0

Compare
Choose a tag to compare
@anidotnet anidotnet released this 08 Apr 07:59
· 118 commits to master since this release

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