Skip to content

Realm Core v14.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 31 May 23:52
· 171 commits to master since this release
f3d7ae5

14.9.0 Release notes

Enhancements

  • Report the originating error that caused a client reset to occur. (#6154)

Fixed

  • Add a missing file from the bid library to the android blueprint. (PR #7738)
  • After compacting, a file upgrade would be triggered. This could cause loss of data if schema mode is SoftResetFile (#7747, since 14.0.0)
  • Add missing REALM_APP_SERVICES flag to the android blueprint. (PR #7755)

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

  • Work around a bug in VC++ that resulted in runtime errors when running the tests in a debug build (#7741).
  • Refactor sync::Session to eliminate the bind() step of session creation (#7609).
  • Add ScopeExitFail which only calls the handler if exiting the scope via an uncaught exception (#7609).
  • Add the originating error and server requests action that caused a client reset to occur to the client reset tracking metadata storage. (PR #7649)