github realm/realm-studio v10.0.0-beta.1
10.0.0-beta.1

latest releases: v15.0.1, v15.0.0, v14.1.2...
pre-release3 years ago

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.

Breaking Changes (compared to Studio 3.11)

  • All functionality related to the Realm Object Server (ROS), such as connecting to a server, opening synchronized Realms from it and managing users and their permissions has been removed. (#1282)
  • All functionality related to the "legacy" Realm Cloud (available via https://cloud.realm.io/), such as authenticating and connecting to a server instance has been removed. (#1282)

Enhancements

  • Added support for creating & generating ObjectId when creating objects. (#1291)
  • Added support for editing existing ObjectId values. (#1290)
  • Primary keys in Class/Schema creation now defaults to an ObjectId property named _id.
  • Added support for creating Decimal128 when creating objects. (#1292)
  • Added support for editing existing Decimal128 values. (#1292)
  • Added support for viewing and editing Embedded Objects(#1298). Creation of Embedded Objects is not supported yet.

Fixed

  • None

Compatibility

  • File format: Generates Realms with file format v11 (used by SDK v10.x.y versions). Earlier file formats can be read and automatically upgraded to v11. But you will not be able to edit older file formats.

The notes for previous releases can be found on GitHub: https://github.com/realm/realm-studio/releases

Don't miss a new realm-studio release

NewReleases is sending notifications on new releases.