Skip to content

13.0.0

Compare
Choose a tag to compare
@realm-ci realm-ci released this 24 Nov 19:50
· 1 commit to channel/major-12 since this release
25b0da9

Changes since v12.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 use Flatted#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++