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++ |