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

Commit

Permalink
Release 3.10.0-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins CI committed Aug 27, 2018
1 parent 934bce4 commit 01cc9df
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
# Release 3.10.0-alpha.3 (2018-08-27)


### Breaking changes
* None

### Bugs fixed
* None

### Enhancements
* Refactored the internals of KubernetesSyncWorker to be a bit more
straightforward. Each evaulation of the endpoints object will result
in a new sync server configuration. This configuration is compared to the
current one in order to determine if the server should be restarted.
* Configuration options can be read from the endpoints object's annotations
when they are not overridden by the constructor. These options are:
* `sync.realm.io/log-level` (string)
* `sync.realm.io/enable-download-log-compaction` (boolean)
* `sync.realm.io/max-download-size` (integer)
* `sync.realm.io/enable-debug-mode` (boolean)
* `sync.realm.io/history-ttl` (integer)
* `sync.realm.io/history-compaction-interval` (integer)

### Installation & rollback instructions
Please see https://docs.realm.io/platform/self-hosted/installation for installation, upgrade and rollback instructions.

### Notable known issues
* None


# Release 3.9.17 (2018-08-24)


Expand Down

0 comments on commit 01cc9df

Please sign in to comment.