realm-java v10.3.1 Release Notes

Release Date: 2021-01-28 // about 3 years ago
  • ✨ Enhancements

    • None.

    🛠 Fixes

    • RxJava Flowables/Observables and Coroutine Flows would crash if they were created from a RealmList and the parent object holding the list was deleted. Now, the stream is disposed/closed instead. (Issue #7242)
    • 🛠 Fixes Realm models default values containing objects with a PK might crash with a RealmPrimaryKeyConstraintException. (Issue #7269)

    Compatibility

    • ⬆️ File format: Generates Realms with format v20. 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.x.y series.
    • Realm Studio 10.0.0 or above is required to open Realms created by this version.

    Internal

    • None.