You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
Closing and opening a realm before a token refresh is completed, would result in two sync sessions both try to start synchronizing the realm when the refreshes do complete, leading to a crash with a MultipleSyncAgents exception. (realm/realm-core#8064)
Migrating primary key to a new type without migration function would cause an assertion to fail. (realm/realm-core#8045, since Realm JS v10.0.0)
Committing a subscription set prematurely released a read lock, which may have caused a BadVersion exception with an error like Unable to lock version XX as it does not exist or has been cleaned up while changing subscriptions. (realm/realm-core##8068, since Realm JS v12.13.0)
Compatibility
React Native >= v0.71.4
Realm Studio v15.0.0.
File format: generates Realms with format v24 (reads and upgrades file format v10).