From 9a9fe982dc0dca36c6519d41466360a3303bfa0d Mon Sep 17 00:00:00 2001 From: Jenkins CI Date: Fri, 7 Jun 2019 13:41:46 +0200 Subject: [PATCH] ROS Release 3.23.1 --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c24664..9d5bf8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +# ROS Release 3.23.1 (2019-06-07) + + +Changes since 3.23.0: + +### Enhancements +* None + +### Fixed +* [GraphQL Service]: Fixed an issue when using Query-based Sync that would result in `JS value must be of type 'object', got (undefined)` when creating a subscription without a name. ([Issue #1544](https://github.com/realm/realm-object-server-private/issues/1544)) + +### Compatibility +* Server API's are backwards compatible with all previous ROS releases in the 3.x series. +* The server is compatible with all previous [SDKs supporting the ROS 3.x series](https://docs.realm.io/platform/using-synced-realms/troubleshoot/version-compatibilities). + +### Installation & rollback instructions +Please see the [Realm Docs](https://docs.realm.io/platform/self-hosted/installation) for installation, upgrade and rollback instructions. + +### Notable known issues +* Encrypting existing realm files is not possible. Only fresh deployments with zero state can use realms encryption. We're working on a migration path for existing deployments. +* Server side Realm files do not compact automatically. The standalone commandline tool "realm-vacuum" can be manually executed to compress free space and old history (See https://docs.realm.io/platform/self-hosted/manage/server-side-file-growth#vacuum-utility). + + # ROS Release 3.21.1 (2019-04-26) Changes since 3.21.0: