This is the first release for MongoDB Realm to be used with the v10.0.0 versions of the Realm SDKs.
NOTE: This version do not support Realm Cloud and Realm Object Server. Realm Studio 5.0.0 is the latest release that supports that.
(embedded)
(#1321)ObjectId
, Decimal128
& Embedded Objects). (#1329)ObjectId
when creating objects. (#1291)ObjectId
values. (#1290)ObjectId
property named _id
.Decimal128
when creating objects. (#1292)Decimal128
values. (#1292)Embedded Objects
(#1298).(embedded)
. (#1321)ObjectId
, Decimal128
& Embedded Objects). (#1329)Use this version of Realm Studio to read and write Realm database files, using the same file format as:
SDK | Version |
---|---|
Realm JavaScript | 6.1.1 - ? |
Realm Java | v7.0.4 - ? |
Realm Cocoa | v5.4.0 - ? |
Realm .NET | v5.0.1 - ? |
This is mostly a re-release of v3.11.0, except now with a major version bump because we discovered the upgrade of file format to v10 was in-fact breaking users workflows.
Use this version of Realm Studio to read and write Realm database files, using the same file format as:
SDK | Version |
---|---|
Realm JavaScript | v6.0.0 - v6.1.0 |
Realm Java | v7.0.0 - v7.0.3 |
Realm Cocoa | v5.0.0 - v5.3.6 |
Realm .NET | v5.0.1 |
The main purpose of this release is to upgrade users of v3.10.0 onto a separate "major-3" release channel.
This is the first release for MongoDB Realm to be used with the v10.0.0-beta versions of the Realm SDKs.
NOTE: This version do not support Realm Cloud and Realm Object Server. Realm Studio 3.11 is the latest release that supports that. NOTE: This version do not support the Windows platform - we're working on getting this fixed as soon as possible.
ObjectId
when creating objects. (#1291)ObjectId
values. (#1290)ObjectId
property named _id
.Decimal128
when creating objects. (#1292)Decimal128
values. (#1292)Embedded Objects
(#1298). Creation of Embedded Objects is not supported yet.The notes for previous releases can be found on GitHub: https://github.com/realm/realm-studio/releases
This is the first pre-release of MongoDB Realm Studio. It adds nothing but a change in name and bundle id.
This beta release uses the 4.0.0-beta.0 release of Realm JS (with Realm Core v6).
This release updates dependencies and removes the call-to-actions for query-based sync.
List
. (#1216, since v2.9.0)This is a compatibility version of Realm Studio, used to connect to Realm Object Servers running v3.19.0 or lower.
XMLHttpRequest
is not defined" when opening a ROS instance from Realm Cloud. (#1196, since v3.8.0)foo
, foo1
, etc. and you want to find exactly foo
. To run a manual query, prefix it with !
. (#1147)This version of Studio changes how Realm state and file size metrics (displayed in the server administration window) are fetched from the server. Consequently server must be at least version 3.16.0 to display these sizes correctly.
__Class
table. It would show "Permissions for [name] class is missing". (#1037, since 3.1.0)