V3.4.0
- Add
findFirstId()
andfindUniqueId()
toQuery
which just return the ID of a matching object instead of the full object. - Experimental support for setting a maximum data size via the
maxDataSizeInKByte
property when building a Store. This is different from the existingmaxSizeInKByte
property in that it is possible to remove data after reaching the limit and continue to use the database. See its documentation for more details. - Fix a crash when querying a value-based index (e.g.
@Index(type = IndexType.VALUE)
) on Android 32-bit ARM devices. #1105 - Various small improvements to the native libraries.
Using Sync? There is no Sync version for this release, please continue using version 3.2.1.