Realm Core v14.11.2
github-actions
released this
01 Aug 19:02
·
48 commits
to master
since this release
14.11.2 Release notes
Enhancements
- Sync log statements now include the app services connection id in their prefix (e.g
Connection[1:<connection id>] Session[1]: log message
) to make correlating sync activity to server logs easier during troubleshooting ((PR #7849)[https://github.com//pull/7849]).
Fixed
- Sync client may report duplicate compensating write errors (#7708, since v14.8.0).
Breaking changes
- None.
Compatibility
- Fileformat: Generates files with format v24. Reads and automatically upgrade from fileformat v10. If you want to upgrade from an earlier file format version you will have to use RealmCore v13.x.y or earlier.
Internals
- Fix emscripten build and add emscripten debug/release compile tasks to evergreen. (PR #7916)
- Subscription set state change notifications now work in a multiprocess-compatible manner (PR #7862).