Skip to content

Realm Core v20.1.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 29 Nov 09:53
· 1 commit to community since this release

20.1.1 Release notes

Enhancements

  • None.

Fixed

  • Migrating primary key to a new type without migration function would cause an assertion to fail. (#8045, since v10.0.0)
  • The events library would attempt to upload backup files created as part of file format upgrades, causing backup copies of those backups to be made, looping until the maximum file name size was reached (#8040, since v11.17.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.