Skip to content

Realm Core v14.13.5

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Jan 10:47
· 1 commit to master since this release

14.13.5 Release notes

Enhancements

  • None.

Fixed

  • Committing a subscription set prematurely released a read lock, which may have caused a BadVersion exception with an error like Unable to lock version XX as it does not exist or has been cleaned up while changing subscriptions. (PR #8068, since v14.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

  • None.