Realm v6.0.0 Release Notes

Release Date: 2019-10-01 // over 4 years ago
  • ๐Ÿ’ฅ Breaking Changes

    • ๐Ÿ”€ [ObjectServer] The PermissionManager is no longer backed by Realms but instead a REST API. This means that the PermissionManager class has been removed and all methods have been moved to SyncUser. Some method names have been renamed slightly and return values for methods have changed from RealmResults<Permission> to List<Permission>. This should only have an impact if change listeners were used to listen for changes. In these cases, you must now manually retry the request.

    โœจ Enhancements

    None.

    ๐Ÿ›  Fixed

    None.

    Compatibility

    • Realm Object Server: 3.23.1 or later.
    • โฌ†๏ธ File format: Generates Realms with format v9 (Reads and upgrades all previous formats)
    • ๐Ÿš€ APIs are backwards compatible with all previous release of realm-java in the 6.x.y series.

    Internal

    • [ObjectServer] The OKHttp client will now follow redirects from the Realm Object Server.