Realm v10.11.0 Release Notes
Release Date: 2022-05-20 // about 1 year ago-
โจ Enhancements
- Throw a more comprehensive error when initializing Realm on an Instant App.
๐ Fixed
- ๐ Fixed various corruption bugs when encryption is used. (Realm Core issue #5360, since 10.10.0)
- ๐ Fixed imprecise conversion from double/float to Decimal128. (Realm Core issue #5191)
- ๐ Fixed
RealmQuery.distinct
when it receives three or more arguments. (Issue #7639) - ๐ Fix issues resolving class information for
copyToRealmOrUpdate
for already managed objects in multi module projects. (Issue #7650)
Compatibility
- โฌ๏ธ File format: Generates Realms with format v22. Unsynced Realms will be upgraded from Realm Java 2.0 and later. Synced Realms can only be read and upgraded if created with Realm Java v10.0.0-BETA.1.
- ๐ APIs are backwards compatible with all previous release of realm-java in the 10.6.y series.
- Realm Studio 11.0.0-alpha.0 or above is required to open Realms created by this version.
Internal
- โก๏ธ Update to Realm Core 11.14.0, commit: db7ca86cf7ff8c9c3da6c7e742ecd46315ddc280.
Credits