Skip to content

Realm Core v14.12.1

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Aug 07:54
· 15 commits to master since this release
b36f243

14.12.1 Release notes

Enhancements

  • None.

Fixed

  • Using an empty KeyPath in C API would result in no filtering being done (#7805, since v13.24.0)
  • Filtering notifications with backlink columns as last element could sometimes give wrong results (#7530, since v11.1.0)
  • Fix crash during client app shutdown when Logger log level is set higher than Info. (#7969, since v13.23.3)
  • If File::rw_lock() fails to open a file the exception message does not contain the filename (#7999, since v6.0.21)
  • Fallback to hashed filename will fail if length of basename is between 240 and 250 (#8007, since v10.0.0)
  • Swift API misuse within a callback from core would result in an internal unreachable error rather than the exception being propagated properly (#7836).

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

  • Update TestAppSession to allow scope-based usage for restarting the local app resources. (PR #7672)