anidotnet
released this
Fixes
- Fix for Deadlock in latest 3.4.0 #212
Assets
4
anidotnet
released this
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
Assets
4
anidotnet
released this
New Changes
- Upgrade mvstore version to 1.4.198 #134
- Improve
Mappable
performance using constructor cache #133 - Make
ObjectRepository
andNitriteCollection
implementsCloseable
#108
Fixes
Assets
4
anidotnet
released this
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
Assets
4
anidotnet
released this
New Changes
- Jackson modules are auto discoverable #68
- Refactoring of NitriteMapper #74
- Make runtime shutdown hook optional #84
Fixes
Assets
4
anidotnet
released this
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