Skip to content

Commit 335aac2

Browse files
authored
Update to Core 11.4.1 (#2613)
1 parent 7324e74 commit 335aac2

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
## vNext (TBD)
22

33
### Enhancements
4-
* None
4+
* ThreadSafeReference no longer pins the source transaction version for anything other than a Results backed by a Query. (Core upgrade)
5+
* 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)
6+
* Synchronized Realms are no longer opened twice, cutting the address space and file descriptors used in half. (Core upgrade)
57

68
### Fixed
7-
* None
9+
* 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)
10+
* 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)
811

912
### Compatibility
1013
* Realm Studio: 11.0.0 or later.
1114

1215
### Internal
13-
* Using Core 11.3.1.
16+
* Using Core 11.4.1.
1417
* Added an action to post releases to Slack. (Issue [#2501](https://github.com/realm/realm-dotnet/issues/2501))
1518
* Added MSBuild inline task to extract the changelog of the latest version. (Issue [#2558](https://github.com/realm/realm-dotnet/pull/2558))
1619
* When a release succeeds, merge the original PR, tag the release, then update changelog. (PR [#2609](https://github.com/realm/realm-dotnet/pull/2609))

0 commit comments

Comments
 (0)