diff options
author | Erik Johnston <erik@matrix.org> | 2019-10-01 10:17:24 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2019-10-01 10:17:24 +0100 |
commit | 1d349fb159f4e5e6c4c593a83571d0da83f67101 (patch) | |
tree | f0a2bd387b5f45fd37bdda1abdf878a92636d3be /CHANGES.md | |
parent | Drop unused tables (#6115) (diff) | |
parent | Newsfile (diff) | |
download | synapse-1d349fb159f4e5e6c4c593a83571d0da83f67101.tar.xz |
Merge branch 'erikj/fixup_devices_last_seen_query' of github.com:matrix-org/synapse into develop
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md index addc4c4b56..0a0d0b3439 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,7 +2,7 @@ Synapse 1.4.0rc1 (2019-09-26) ============================= Note that this release includes significant changes around 3pid -verification. Administrators are reminded to review the [upgrade notes](UPGRADE.rst##upgrading-to-v140). +verification. Administrators are reminded to review the [upgrade notes](UPGRADE.rst#upgrading-to-v140). Features -------- @@ -48,7 +48,7 @@ Features - Let synctl accept a directory of config files. ([\#5904](https://github.com/matrix-org/synapse/issues/5904)) - Increase max display name size to 256. ([\#5906](https://github.com/matrix-org/synapse/issues/5906)) - Add admin API endpoint for getting whether or not a user is a server administrator. ([\#5914](https://github.com/matrix-org/synapse/issues/5914)) -- Redact events in the database that have been redacted for a month. ([\#5934](https://github.com/matrix-org/synapse/issues/5934)) +- Redact events in the database that have been redacted for a week. ([\#5934](https://github.com/matrix-org/synapse/issues/5934)) - New prometheus metrics: - `synapse_federation_known_servers`: represents the total number of servers your server knows about (i.e. is in rooms with), including itself. Enable by setting `metrics_flags.known_servers` to True in the configuration.([\#5981](https://github.com/matrix-org/synapse/issues/5981)) - `synapse_build_info`: exposes the Python version, OS version, and Synapse version of the running server. ([\#6005](https://github.com/matrix-org/synapse/issues/6005)) |