v3.2.0-beta.1
Pre-release
Pre-release
realm-ci
released this
20 Feb 04:19
·
1942 commits
to master
since this release
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 returnedSyncSubscription
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.