Skip to content
This repository was archived by the owner on Nov 8, 2021. It is now read-only.

Commit 1e1d695

Browse files
authored
Changelog.md updated with missing section for 3.21.0
1 parent 6149db7 commit 1e1d695

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

CHANGELOG.md

+23-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,29 @@ Changes since 3.21.0:
66
* None
77

88
### Fixed
9-
* A regression was introduced in version 3.21.0 that could cause the server to decide to perform full history compaction on every upload, causing severe performance degradation. (Issue [#2962](https://github.com/realm/realm-sync/issues/2962), since 3.21.0)
9+
* A regression was introduced in version 3.21.0 that could cause the server to decide to perform full history compaction on every upload, causing performance degradation. (Issue [#2962](https://github.com/realm/realm-sync/issues/2962), since 3.21.0)
10+
11+
### Compatibility
12+
* Server API's are backwards compatible with all previous ROS releases in the 3.x series.
13+
* 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).
14+
15+
### Installation & rollback instructions
16+
Please see the [Realm Docs](https://docs.realm.io/platform/self-hosted/installation) for installation, upgrade and rollback instructions.
17+
18+
### Notable known issues
19+
* 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.
20+
21+
22+
# Release 3.21.0 (2019-04-10)
23+
24+
Changes since 3.20.1:
25+
26+
### Enhancements
27+
* Added support for a new way to quickly download a Full Realm file and to automatically resolve client-reset type errors. Client SDKs need to be updated to take advantage of this feature. Keep an eye on the SDK's changelog for more information.
28+
* Added support for including user specified backlinks in a query based subscription. Client SDKs need to be updated to take advantage of this feature. Keep an eye on the SDK's changelog for more information.
29+
30+
### Fixed
31+
* None
1032

1133
### Compatibility
1234
* Server API's are backwards compatible with all previous ROS releases in the 3.x series.

0 commit comments

Comments
 (0)