Realm v10.1.0 Release Notes

Release Date: 2020-10-23 // over 3 years ago
  • ๐Ÿ’ฅ Breaking Changes

    • None.

    โœจ Enhancements

    • โž• Added FlowFactory interface that allows customization of Flow emissions, just as we do with RxObservableFactory. A default implementation, RealmFlowFactory, is provided when building RealmConfigurations.
    • โž• Added toChangeSetFlow methods (similar to the Rx asChangesetFlowable methods) for RealmObject, RealmResults and RealmList.

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fixed crash when adding classes containing an ObjectId as primary key to the schema. (Issue #7189, since v10.0.0)
    • ๐Ÿ›  Fixed crash when creating proxy classes containing an ObjectId as primary key. (Issue #7197, since v10.0.0)
    • ๐Ÿ›  Fixed crash where calls to toFlow could crash if the Flow job is canceled and object updates are emitted after that happens. (Issue 7211, since v10.0.1)

    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

    • โšก๏ธ Updated to Realm Sync: 10.1.3.
    • โšก๏ธ Updated to Realm Core: 10.1.3.
    • โšก๏ธ Updated to Object Store commit: fc6daca61133aa9601e4cb34fbeb9ec7569e162e.