Skip to content

Releases: realm/realm-studio

v15.2.1

20 Jun 09:07
68c0e43
Compare
Choose a tag to compare

Fixed

  • Fixed connecting to the server and opening synced Realms (#1665, since v15.0.0)

v15.2.0

12 Jun 11:40
844993d
Compare
Choose a tag to compare

Enhancements

  • Improved data visualization for dictionaries and mixed types. (#1663)

v15.1.1

07 Jun 12:46
4a7f295
Compare
Choose a tag to compare

15.1.0 (2024-06-07)

Enhancements

  • Added support for displaying collections in mixed.

Internals

  • Upgraded Realm to v12.9.0. (#1651)

v15.1.0

07 Jun 09:49
acd925e
Compare
Choose a tag to compare

Enhancements

  • Added support for displaying collections in mixed.

Internals

  • Upgraded Realm to v12.9.0. (#1651)

v15.0.1

23 Apr 12:59
36c2058
Compare
Choose a tag to compare

Fixed

  • Restored ability to open a synchronized Realm with Studio. #1644

v15.0.0

27 Mar 08:16
Compare
Choose a tag to compare

Breaking Changes

  • Added support for reading / writing Realm files using Realm file format v24, supporting realm-js v12.7.0, realm-dart v2.0.0 and realm-swift v10.49.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 v24.

Enhancements

  • Added support for reading / writing Realm files using Realm file format v24.

Internals

  • Upgrading Realm to v12.7.0-rc.0. (#1626 & #1638)

Full Changelog: v14.1.2...v15.0.0

14.1.2

24 Nov 21:19
5c3ae01
Compare
Choose a tag to compare

Changes since v14.1.1

Enhancements

  • None

Fixed

  • Fixed main process crash, by unpacking the realm.node binary and signing it. (#1605)

14.1.0

23 Nov 19:17
34c3e38
Compare
Choose a tag to compare
14.1.0 Pre-release
Pre-release

Changes since v14.0.4

💥 Please don't upgrade to this version, we're experiencing crashes with it.

Enhancements

  • Added ability to open a Realm via the Atlas Device Sync. (#1600)
  • Added ability to add embedded classes and click back to the parent object. (#1602)

Fixed

  • None

14.0.4

11 Sep 14:06
ee9f47a
Compare
Choose a tag to compare

Changes since v14.0.3

Enhancements

  • None

Fixed

  • Fixed a bug where opening a Realm that contains asymmetric tables will crash the process with an error saying You cannot query an asymmetric class. (#1591)
  • Fixed an issue where opening a synchronized Realm that is open in another process would result in an error with a message History type not consistent. (#1593)

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)