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.
The key has expired.
Enhancements
ThreadSafeReference no longer pins the source transaction version for anything other than a Results backed by a Query. (Core upgrade)
A ThreadSafeReference to a Results backed by a collection can now be created inside a write transaction as long as the collection was not created in the current write transaction. (Core upgrade)
Synchronized Realms are no longer opened twice, cutting the address space and file descriptors used in half. (Core upgrade)
Fixed
If an object with a null primary key was deleted by another sync client, the exception KeyNotFound: No such object could be triggered. (Core upgrade)
Fixed a race condition that could result in an assertion m_state == SyncUser::State::LoggedIn if the app previously crashed during user logout. (Core upgrade)
Compatibility
Realm Studio: 11.0.0 or later.
Internal
Using Core 11.4.1.
Added an action to post releases to Slack. (Issue #2501)
Added MSBuild inline task to extract the changelog of the latest version. (Issue #2558)
When a release succeeds, merge the original PR, tag the release, then update changelog. (PR #2609)