11.0.0-alpha.0
Pre-release
Pre-release
kraenhansen
released this
03 May 13:44
·
10 commits
to channel/major-10
since this release
Breaking Changes
- Added support for reading / writing Realm files using Realm file format v21 (This supports a number of new datatypes available with beta versions of realm-js v?.?.?, realm-java v?.?.?, realm-cocoa v?.?.? and realm-dotnet v?.?.?). 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 v21.
Enhancements
- Added the ability to choose "All Files" when opening a Realm file, enabling opening files regardless of their file extension. (#1410)
- Added reading and writing properties of type "UUID". (#1404)
Fixed
- None