Skip to content

Realm Core v14.11.2

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Aug 19:02
· 39 commits to master since this release
117c1cb

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).