This repository has been archived by the owner on Nov 8, 2021. It is now read-only.
RMP Release 1.3.0
Binaries available at https://static.realm.io/downloads/mobile-platform/1.3.0/realm-mobile-platform.zip.
CHANGES:
Object Server 1.3.0
- Uses heartbeats to detect disconnected clients.
- Make permission service resilient for malformed permissions (without files).
- Adds support for integrating with statsd metrics.
- Adds support for custom auth providers.
- Statsd metrics are now used in the dashboard instead of
stats.realm
. - [Enterprise Edition] Dashboard shows the status of multiple nodes.
Node Server SDK 1.3.0 [Enterprise Edition]
- Data Adapter.
- This version of the node SDK is only compatible with versions of ROS >= 1.3.0.
Realm-Cocoa 2.4.4
- Add
(RLM)SyncPermission
class to allow reviewing access permissions for
Realms. Requires any edition of the Realm Object Server 1.1.0 or later. - Further reduce the number of files opened per thread-specific Realm on macOS,
iOS and watchOS. - Fix a crash that could occur if new Realm instances were created while the
application was exiting. - Fix a bug that could lead to bad version number errors when delivering
change notifications. - Fix a potential use-after-free bug when checking validity of results.
- Fix an issue where a sync session might not close properly if it receives
an error while being torn down. - Fix some issues where a sync session might not reconnect to the server properly
or get into an inconsistent state if revived after invalidation. - Fix an issue where notifications might not fire when the children of an
observed object are changed. - Fix an issue where progress notifications on sync sessions might incorrectly
report out-of-date values. - Fix an issue where multiple threads accessing encrypted data could result in
corrupted data or crashes. - Fix an issue where certain
LIKE
queries could hang. - Fix an issue where
-[RLMRealm writeCopyToURL:encryptionKey:error]
could create
a corrupt Realm file. - Fix an issue where incrementing a synced Realm's schema version without actually
changing the schema could cause a crash.