Releases: realm/realm-studio
Releases · realm/realm-studio
11.1.1
11.1.0
11.0.1
11.0.0
Breaking Changes
- Added support for reading / writing Realm files using Realm file format v22 (This supports a number of new datatypes available with beta versions of realm-js v10.5.0, realm-java v10.6.0, realm-cocoa v10.8.0 and realm-dotnet v10.2.0). 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 v22.
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)
- Added reading properties of type "Set" and "Mixed". NOTE: Dictionary support got disabled in Realm JS after the merge of this PR. (#1419)
Fixed
11.0.0-beta.1
Enhancements
- None
Fixed
- Fixed the "browser" window crashing (rendered a white screen). The Realm JS native module was missing from the asar archive after the change to cmake moved the build artifacts. (#1426)
11.0.0-beta.0
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 v10.5.0, realm-java v10.6.0, realm-cocoa v10.8.0 and realm-dotnet v10.2.0). 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 reading properties of type "Set", "Dictionary" and "Mixed". (#1419)
Fixed
- None
11.0.0-alpha.0
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
10.1.2
Enhancements
- None
Fixed
5.0.3
Enhancements
- None
Fixed
10.1.1
Enhancements
- None