realm-java v10.0.0-BETA.4 Release Notes

Release Date: 2020-06-11 // almost 4 years ago
  • ๐Ÿ— We no longer support Realm Cloud (legacy), but instead the new MongoDB Realm Cloud. MongoDB Realm is a serverless platform that enables developers to quickly build applications without having to set up server infrastructure. MongoDB Realm is built on top of MongoDB Atlas, automatically integrating the connection to your database.

    ๐Ÿ”จ The old Realm Cloud legacy API's have undergone significant refactoring. The new API's are all located in the io.realm.mongodb package with io.realm.mongodb.App as the entry point.

    ๐Ÿ’ฅ Breaking Changes

    • None.

    โœจ Enhancements

    • ๐Ÿ‘ [RealmApp] Added support for Custom Data using User.customData() and User.refreshCustomData().
    • ๐Ÿ‘ [RealmApp] Added support for managing push notifications using App.getPush().

    ๐Ÿ›  Fixed

    • ๐Ÿ”€ [RealmApp] Opening a synced Realm for a cached user with expired access token would crash the app with Assertion failed: cls with (class_name) = ["io/realm/internal/objectstore/OsJavaNetworkTransport$Response"]. (Issue #6937, since 10.0.0-BETA.1)

    Compatibility

    • โฌ†๏ธ File format: Generates Realms with format v11 (Reads and upgrades all previous formats from Realm Java 2.0 and later).
    • ๐Ÿš€ APIs are backwards compatible with all previous release of realm-java in the 10.x.y series.
    • Realm Studio 10.0.0 and above is required to open Realms created by this version.

    Internal

    • โšก๏ธ Updated to Object Store commit: 017d58fbec8a18ab003976b4c346308df88349a6.