Skip to content

Releases: realm/realm-studio

1.6.2: Allowing SSL verification bypass

06 Nov 17:13
8020e7d
Compare
Choose a tag to compare

Changes since v1.6.1

Bug fixes

  • Allowing SSL verification bypass (#372) which fixes #364.

Internal

  • Setting an environment variable to not report analytics data (#374)
  • Replaced the has_signed_up with a signupDate (#375)
  • Tracking every click on external links (#376)

It's built with realm version 2.0.2 and tested with realm-object-server version 2.0.13.

1.6.1: Remembering credentials

04 Nov 04:19
3abfc59
Compare
Choose a tag to compare

Changes since v1.5.0

Enhancements

  • Allowing users to remember credentials, when connecting to ROS (#359)

Bug fixes

  • SSL enforced connections is not available from Studio to ROS on Mac (#363)

It's built with realm version 2.0.2 and tested with realm-object-server version 2.0.13.

1.5.0: Login using "other" custom authentication providers

01 Nov 16:02
Compare
Choose a tag to compare

Changes since v1.4.0

Enhancements

  • Custom authentication + "Connect to server" UI update (#350)
  • Making the border radius smaller on buttons (#344)

Bug fixes

  • Positioning the loading overlay above everything else (#343)

Internal

  • Fixed download links in README

It's built with realm version 2.0.2 and tested with realm-object-server version 2.0.12.

1.4.0: Auto-updating UI, open encrypted realms and minor UI fixes

31 Oct 15:32
Compare
Choose a tag to compare

Changes since v1.3.0

Enhancements

  • Auto updating UI revisited (#336)
  • Opening encrypted Realms (#339)
  • Adding default ROS ports for "http" and "https" and "realm:" => "http:" protocol rewrite (#340)

Bug fixes

  • Fixing z-index when dragging items on lists (#341)

Internal

  • Forced code signing, when packaging (#335)
  • Upload order fixed, when uploading artifacts to S3 (#337)
  • Updated Realm icon (#308)
  • Updated Realm Studio Icon (#305)
  • Upgraded Realm to 2.0.2 (#342)

It's built with realm version 2.0.2 and tested with realm-object-server version 2.0.12.

1.3.0: Better ROS logs

26 Oct 15:49
Compare
Choose a tag to compare

Changes since v1.2.0

Enhancements

  • Improved experience when viewing logs (#329):
    • They are now shown with the newest entries at the bottom.
    • If scrolled to the bottom, it'll stay there when new entries arrive.

Bug fixes

  • Sending an authentication message when opening logs (#329)

Internal

  • Updating release notes (#325)

It's built with realm version 2.0.0 and tested with realm-object-server version 2.0.6.

1.2.0: Deselecting user & sending tokens when requesting logs

25 Oct 17:08
Compare
Choose a tag to compare

Changes since v1.1.1

Enhancements

  • When clicking the users table the user row is deselected (#322)
  • The Logs Screen now submits a request with a Refresh Token (#293)

Internal

  • Adjusting the Jenkins job run for PRs (#317)
  • Added links to download studio (#324)

It's built with realm version 2.0.0 and tested with realm-object-server version 2.0.4.

1.1.1: Drag-n-drop items in lists

24 Oct 18:08
Compare
Choose a tag to compare

Changes since v1.0.1

Enhancements

  • Draggable rows on lists (#292)

Internal

  • This is the release with the new release pipeline.

It's built with realm version 2.0.0 and tested with realm-object-server version 2.0.4.

Note: Skipping version 1.1.0 as that was released only to Windows users (by accident).

1.0.1: Fixed null values for data properties

19 Oct 19:42
Compare
Choose a tag to compare

Changes since v1.0.0

Bug fixes

  • Null values in optional data properties are now fixed.

Internal

  • Sending less events to Mixpanel.

It's built with realm version 2.0.0 and tested with realm-object-server version 2.0.2.

1.0.0: For Windows, Mac and Linux

16 Oct 23:26
Compare
Choose a tag to compare

Realm Studio 1.0.0 - fully functional on Mac, Windows and Linux!

Changes since v1.0.0-rc.3

Features

  • Browse and edit local Realms on your file-system.
  • Connect to and administer a Realm Object Server:
    • Create and edit users, updating their metadata, changing passwords, etc.
    • Open and edit realms.
  • It supports list of primitive values (int, bool, etc.)
  • Its a great foundation for a lot of new features and fixes, which will downloaded and upgraded automatically on Mac and Windows!

It's built with realm version 2.0.0-rc22 and tested with realm-object-server version 2.0.0-rc.5.

Known issues and limitations

  • Auto-updating won't be enabled for Linux, it looks like we need to use the regular distributions package managers instead: https://github.com/electron/electron/blob/master/docs/api/auto-updater.md#platform-notices
  • The server administration deletes users by removing rows in the synchronized __admin Realm - but it should use a RESTful HTTP call to ROS instead. It works - but it leaves unreferenced objects in the database. Tracked by #191.
  • Realm Schemas cannot be exported to binding languages, yet. Tracked by #158.
  • Some minor UI related hick-ups and inconvieniences:
    • Menu items are very web-related. Tracked by #125.
    • Auto-updating UI needs to be revisited to add indication of progress. Tracked by #202, #250 and #248.
    • Scrollbars in the browser behaves unexpected when switching between classes.
    • When editing data, a field can be left with validation errors by selecting an other class.
    • Limited feedback when filtering realms, using a query.
  • A lot of other issues that we should be fixing.

1.0.0-rc.3: Browser enhancements

13 Oct 16:12
Compare
Choose a tag to compare
Pre-release

Changes from v1.0.0-rc.2

Enhancements

  • Showing list of primitives (#143).
  • Fixed misalignment of data cells and header cells (#151) by adding visual cues that more data exists (#107) instead of adding permanent scrollbars.
  • Changes to the way lists and object references are displayed (#126) - making them more language independent.
  • Revisiting the way list of object references are shown in the sidebar (#16).

Internal

  • Now releasing from another branch than master, to prevent unintended continuous releases.
  • It's built with realm version 2.0.0-rc22 and tested with realm-object-server version 2.0.0-rc.5.