Skip to content

Releases: nitrite/nitrite-java

Release 3.1.0

01 Sep 12:28
Compare
Choose a tag to compare

New Changes

  • Keyed ObjectRepository support #78
  • Podam version upgraded to resolve missing JAX-WS dependency in Java 9 #90
  • MVStore upgraded to latest release #69
  • Introduced a utility method to register jackson modules in NitriteBuilder #94
  • Null order support during sort #98
  • @InheritIndices now works for fields with any modifier #101

Fixes

  • Fixed documentation for MapperFacade #100
  • Added documentation for @NitriteId annotation #102
  • Changes to text index not saved correctly #105
  • Closing the database recreates dropped collections #106

Release 3.0.2

02 Aug 05:46
Compare
Choose a tag to compare

Fixes

  • Recover should return success/failure #89
  • Reopening issue #72, with variation of failing scenario still broken in 3.0.1 #93

Release 3.0.1

21 Jul 14:38
Compare
Choose a tag to compare

New Changes

  • Jackson modules are auto discoverable #68
  • Refactoring of NitriteMapper #74
  • Make runtime shutdown hook optional #84

Fixes

  • Fix for order by using a nullable columns #72
  • Fix for DataGate server for Windows #71
  • Itermittent NPE in remove #76
  • Fix for NPE in indexing #77
  • Documentation for POJO annotation #81

Release 3.0.0

08 Apr 07:59
Compare
Choose a tag to compare

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

Release 2.1.1

04 Feb 09:51
Compare
Choose a tag to compare

New Changes

  • Kotlin version upgrade to 1.2.20
  • Data import export extension added in potassium-nitrite

Fixes

  • Fixes concurrency problem while compacting database - #41
  • Lucene example fixed for update and lucene version upgraded - #44
  • Fixed collection registry and repository registry - #42
  • Readme updated with potassium-nitrite - #49

Release 2.1.0

06 Dec 19:25
Compare
Choose a tag to compare

New Changes

  • Introduced potassium-nitrite - kotlin extension library for nitrite
  • Multi-language text tokenizer support - #36
  • Cursor join - #33
  • Inherit @Id, @Index annotations from super class - #37
  • Default executor behaves like CachedThreadPool executor - #32

Fixes

  • Put a check on object if it is serializable - #31

Release 2.0.1

24 Oct 07:15
Compare
Choose a tag to compare

Issue Fixes

  • Fix for SOE - #29
  • Fix for sync issue - #25
  • Detailed log added in JacksonMapper

Release 2.0.0

13 Aug 14:35
Compare
Choose a tag to compare

New Changes

  • Introduced Mappable interface to speed up pojo to document conversion in Android - #18

Breaking Changes

  • NitriteMapper and JacksonMapper moved from package org.dizitart.no2.internals to org.dizitart.no2.mapper

Issue Fixes

  • Fix for ObjectFilters.ALL - #14
  • Fix for dropIndex() - #22
  • Documentation added - #12, #20

Release 1.0.1

01 Jun 15:11
Compare
Choose a tag to compare
  • Minor bug fixes for DataGate server - #6 , #7 , #8
  • File parameter added while opening a database - #5
  • Documentation updated - #3 , #8

First Release

25 Apr 13:05
Compare
Choose a tag to compare

First Release