diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f300f41ed..e74aeed382 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,9 @@ ## vNext (TBD) ### Enhancements -* None +* Fixed a rare corruption of files on streaming format (often following compact, convert or copying to a new file). (Core 13.17.1) +* Trying to search a full-text indexes created as a result of an additive schema change (i.e. applying the differences between the local schema and a synchronized realm's schema) could have resulted in an IllegalOperation error with the error code `Column has no fulltext index`. (Core 13.17.1) +* Sync progress for DOWNLOAD messages from server state was updated wrongly. This may have resulted in an extra round-trip to the server. (Core 13.17.1) ### Fixed * Fixed a race condition between canceling an async write transaction and closing the Realm file, which could result in an `ObjectDisposedException : Safe handle has been closed` being thrown. ([PR #3400](https://github.com/realm/realm-dotnet/pull/3400)) @@ -11,7 +13,7 @@ * Realm Studio: 13.0.0 or later. ### Internal -* Using Core 13.17.0 +* Using Core 13.17.1 ## 11.3.0 (2023-07-26) diff --git a/wrappers/realm-core b/wrappers/realm-core index 2f5014ee92..03ba58ace5 160000 --- a/wrappers/realm-core +++ b/wrappers/realm-core @@ -1 +1 @@ -Subproject commit 2f5014ee92be1ed2ccc99798dcfb1b48290dcbf6 +Subproject commit 03ba58ace5d29685154a9287d1f914aabd9b4928