Skip to content

3.11.0

Compare
Choose a tag to compare
@realm-ci realm-ci released this 14 May 20:38
29616b4

Changes since v3.10.0

Enhancements

  • Added support for reading / writing Realm files using Realm file format v10 (used by realm-js v6, realm-java v7, realm-cocoa v5 and realm-dotnet v5). When opening a file which is using an older format, you will get prompted to upgrade (and optionally backup) the Realm file. NOTE: Once the file has been upgraded, there is no way to downgrade it again and it can only be used by the SDKs that support Realm file format v10. (#1278)

Fixed

  • None