Skip to content

Realm Core v14.10.4

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Jul 10:50
· 96 commits to master since this release
44db2a2

14.10.4 Release notes

Enhancements

  • None.

Fixed

  • When a public name is defined on a property, calling realm::Results::sort() or realm::Results::distinct() with the internal name could throw an error like Cannot sort on key path 'NAME': property 'PersonObject.NAME' does not exist. (realm/realm-js#6779, since v12.12.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 a thread sanitizer failure in the "unregister connection change listener during callback" test (PR #7871).