Releases: realm/realm-studio
Releases · realm/realm-studio
14.0.3
14.0.2
14.0.1
14.0.0
Breaking Changes
- The layout of the lock-file has changed, the lock file format version is bumped and all participants in a multiprocess scenario needs to be up to date so they expect the same format. (realm/realm-core#1845)
Enhancements
- None
Fixed
- None
13.0.2
Enhancements
- None
Fixed
- The produced checksum in version 13.0.0 was incorrect. (#1554, since v13.0.0)
Compatibility
Use this version of Realm Studio to read and write Realm database files, using the same lock file format as:
SDK | Version |
---|---|
Realm JavaScript | v11.3.0 - ? |
Realm Swift | |
Realm Kotlin | |
Realm DotNet | |
Realm Dart | |
Realm Java | |
Realm C++ |
13.0.0
Breaking Changes
- File format version bumped. If Realm file contains any objects with set of
mixed
or dictionary properties, the file will go through an upgrade process. - The layout of the lock-file has changed, the lock file format version is bumped and all participants in a multiprocess scenario needs to be up to date so they expect the same format. (realm/realm-core#5440)
- Export data to JSON is using
flatted
, and if you are importing data in another application, you have to useFlatted#parse
.
Enhancements
- None
Fixed
- None
Compatibility
Use this version of Realm Studio to read and write Realm database files, using the same lock file format as:
SDK | Version |
---|---|
Realm JavaScript | v11.3.0 - ? |
Realm Swift | |
Realm Kotlin | |
Realm DotNet | |
Realm Dart | |
Realm Java | |
Realm C++ |
12.0.0
Breaking Changes
- When opening a Realm file which is already opened by another process (such as the Realm Swift SDK in a simulator), the major version of core (more specifically the database and lock file formats) must match.
Enhancements
- None
Fixed
- None
Compatibility
Use this version of Realm Studio to read and write Realm database files, using the same lock file format as:
SDK | Version |
---|---|
Realm JavaScript | v10.18.0 - ? |
Realm Swift | v10.27.0 - ? |
11.2.1
11.2.0
Enhancements
- Improved error message when opening a Realm file which is already opened by another process opening the lock file with an mismatching format version.
Fixed
- None