Realm v3.2.0-beta.1 Release Notes

Release Date: 2018-02-19 // about 6 years ago
  • โœจ Enhancements

    • โž• Added an improved API for adding subscriptions in partially-synchronized Realms. Results.subscribe() can be used to subscribe to any result set, and the returned SyncSubscription object can be used to observe the state of the subscription and ultimately to remove the subscription.
    • โž• Added a fine-grained permissions system for use with partially-synchronized Realms. This allows permissions to be defined at the level of individual objects or classes. See Permission and related types for more information.

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  Fix some warnings when running with UBsan.