Skip to content

Releases: realm/realm-studio

14.0.3

10 May 13:23
b3a348b
Compare
Choose a tag to compare

Changes since v14.0.2

Enhancements

  • None

Fixed

  • Fixed a bug in the Realm file upgrade logic. (#1577, since v14.0.0)

14.0.2

26 Apr 19:12
13764af
Compare
Choose a tag to compare

Changes since v14.0.1

Enhancements

  • None

Fixed

  • Fix a bug preventing opening a synced Realm. (#1574, since v14.0.0)

14.0.1

21 Apr 09:45
15d2ebc
Compare
Choose a tag to compare

Changes since v14.0.0

Enhancements

  • None

Fixed

  • How to detect encrypted Realm files has slightly changed and made it impossible to open encrypted files. (#1571, since v14.0.0)

14.0.0

14 Apr 13:43
eb37114
Compare
Choose a tag to compare

Changes since v13.0.2

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

08 Dec 17:06
97855ff
Compare
Choose a tag to compare

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

24 Nov 19:50
25b0da9
Compare
Choose a tag to compare

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

12.0.0

07 Jun 19:00
c5a881c
Compare
Choose a tag to compare

Changes since v11.2.1

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

03 Jun 15:01
4eac182
Compare
Choose a tag to compare

Changes since v11.2.0

Enhancements

  • None

Fixed

  • Reverted an accidental upgrade of Realm JS.

11.2.0

03 Jun 12:24
Compare
Choose a tag to compare

Changes since v11.1.2

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

11.1.2

12 Apr 14:05
88e4dd0
Compare
Choose a tag to compare

Changes since v11.1.1

Enhancements

  • None

Fixed

  • None

Internals

  • Upgraded Realm JS to v10.16.0. (#1488 and #1496)