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

Release Date: 2020-06-19 // 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.

    โœจ Enhancements

    • ๐ŸŒฒ [RealmApp] Added support for Api Keys, Server Api Keys and Custom Functions as Credential types when logging in.
    • โž• Added support for distinct queries on non-index and linked fields. (Issue #1906)

    ๐Ÿ›  Fixed

    • None.

    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

    • โฌ†๏ธ Upgraded to Object Store commit: e1570f8d3d7cf4d77f049933e6a241a501301383.