Releases: realm/realm-studio
Releases · realm/realm-studio
3.8.0
Enhancements
- Added TypeScript schema exporter (#1185)
Fixed
- Fixed displaying object level permissions for the correct object when the table of objects were filtered or sorted. (#1180)
- Fixed exporting schemas to Java and Kotlin. The @required annotation was incorrectly applied to lists of non-primitives. (#1181, since v1.8.0)
- On Windows, ensure there'll be no unnecessary local path collisions when browsing multiple Realm Cloud instances. The effect would have been that Realms with the same name that resided on different servers would need to be redownloaded every time you switched servers. (#1184, since v3.7.0)
- Fixed displaying fatal errors in the Realm Browser. (#1189, since v1.0.0-rc.2)
- Fixed URLs of the "getting started" call-to-action buttons on the server administration window. (#1192)
3.7.0
3.6.1
Enhancements
- Improved how log entries are displayed in the server adminstration window: The timestamp now displays the date when the entry is not from the current day and the context object gets expanded initially. (#1131, since v1.20.0)
- Added a menu item to export data to JSON or a local Realm from the Realm Browser window. When exporting to a local Realm the file will be compacted and saved without additional free space. (#1134)
- Added an option to run verbatim realm-js queries on the Realms and Users tables. This can be useful, for example, when you have many similarly named Realms - for example
foo
,foo1
, etc. and you want to find exactlyfoo
. To run a manual query, prefix it with!
. (#1147) - Added progress labels when downloading a Realm file. (#1148)
Fixed
- None
3.5.0
3.4.0
3.3.0
Enhancements
- Adding in-app messages from Realm to the Greeting window. (#1056)
- Error dialogs now clearly separates the failed intent and the message from the throw exception. (#1061)
Fixed
- Fixed text rendering issue resulting in clipping of property name and types in the header of the browser window. It was only observed on Windows with high pixel density displays. (#1059, since v1.0.0)
- Fixed an issue where sidebars got resized when a window got resized despite the sidebar being collapsed. (#1060, since v2.7.0)
- Fixed potential issues from writing to partial Realms by opening them in a read-only mode. (#1062 & #1063, since v1.0.0)
- Fixed the error shown when connecting to a Realm Cloud instance with an expired token. (#1067, since v1.18.1)
3.2.0: Showing connection state and data faster in the server administration window. Fixed Realm sizes and initial directory creation.
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.
Enhancements
- Showing connection state (disconnected, connecting or connected) in the server administration window. (#1028)
- No longer waiting for the entire admin Realm to download before showing realms and users in the server administration window. (#1028)
Fixed
- Fixed displaying Realm state and file size in the server administration window. (#1028)
- Fixed process directory creation on initial startup. (#1054, since v3.1.2)
Internals
- None
3.1.3: Connecting using an admin token fixed
Enhancements
- None
Fixed
- Fixed connecting to a server using an admin token (again²). (#1050, since v3.0.0)
Internals
3.1.1: Fixed "Permissions for class is missing"
Enhancements
- None
Fixed
- Fixed focussing classes with a missing object in the
__Class
table. It would show "Permissions for [name] class is missing". (#1037, since 3.1.0)
Internals
- None