All Versions
12
Latest Version
Avg Release Cycle
104 days
Latest Release
1264 days ago

Changelog History
Page 1

  • v3.4.3 Changes

    December 12, 2020

    Fixes

    • ๐Ÿ‘ป Random crashes with exception "Fatal Exception: java.lang.IllegalStateException: Chunk 55267 not found" #386
    • โšก๏ธ Null pointer on updating full text index #366
    • Breton list is actually Brazilian Portuguese #251
  • v3.4.2 Changes

    June 02, 2020

    Fixes

    • ๐Ÿ›  Fix for NoClassDefFoundError in isObjectStore #220
    • ๐Ÿ›  Fix for Full text index is not updated field update #222
  • v3.4.1 Changes

    March 25, 2020

    Fixes

    • ๐Ÿ›  Fix for Deadlock in latest 3.4.0 #212
  • v3.4.0 Changes

    March 24, 2020

    Fixes

    • ๐Ÿ›  Fix for UniqueConstraintException when upserting #193
    • ๐Ÿ›  Fix for several NPEs under certain edge case conditions #203
    • ๐Ÿ›  Fix for Off-Heap store memory utilization issues #211
  • v3.3.0 Changes

    October 19, 2019

    New Changes

    • โฌ†๏ธ Upgrade mvstore version to 1.4.200
    • โž• Add Support for Off-Heap Memory #160
    • โšก๏ธ Offer close und update methods for TextIndexingService #176
    • ๐Ÿ‘ Allow to access collection of IDs from find result #165
    • Sorting with accents #144

    ๐Ÿ›  Fixes

    • ๐Ÿ‘ป Null pointer exception when querying data #185
    • ๐Ÿ“š Documentation : support for querying embedded objects #157
    • ๐Ÿ“š Documentation: minSdkVersion should be 19 #167
    • ๐Ÿšš Index not removed for fulltext-indexed field when using a third-party TextIndexingService #174
    • ๐ŸŽ Performance enhancements for InFilter() #173
    • Filtering on indexed fields with multiple Number only retrieves same type as given Comparable #178
    • โšก๏ธ Unique constraints appearantly not checked when updating document #151
  • v3.2.0 Changes

    March 16, 2019

    New Changes

    • โฌ†๏ธ Upgrade mvstore version to 1.4.198 #134
    • ๐Ÿ‘Œ Improve Mappable performance using constructor cache #133
    • ๐Ÿ‘‰ Make ObjectRepository and NitriteCollection implements Closeable #108

    ๐Ÿ›  Fixes

    • Database file remains locked after failed connection #116
    • ๐Ÿ‘ป Exception when removing a document on a text indexed collection #114
    • NitriteBuilder openOrCreate returns silently null #112
  • v3.1.0 Changes

    September 01, 2018

    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
  • v3.0.2 Changes

    August 02, 2018

    Fixes

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

    July 21, 2018

    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
  • v3.0.0 Changes

    April 08, 2018

    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