diff options
author | Patrick Cloke <patrickc@matrix.org> | 2020-07-02 11:06:35 -0400 |
---|---|---|
committer | Patrick Cloke <patrickc@matrix.org> | 2020-07-02 11:06:35 -0400 |
commit | 1319e532518ce39ab012c3e411ad3cdf8424cda6 (patch) | |
tree | f23154bd51c84f5a47509877c2a359c66ffcbd00 /CHANGES.md | |
parent | Merge branch 'master' into release-v1.16.0 (diff) | |
download | synapse-1319e532518ce39ab012c3e411ad3cdf8424cda6.tar.xz |
1.16.0rc2
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md index 2c21169bca..d63fb25cb3 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,21 @@ +Synapse 1.16.0rc2 (2020-07-02) +============================== + +Synapse 1.16.0rc2 includes the security fixes releases with Synapse 1.15.2. +Please see [below](#synapse-1152-2020-07-02) for more details. + +Improved Documentation +---------------------- + +- Update postgres image in example `docker-compose.yaml` to tag `12-alpine`. ([\#7696](https://github.com/matrix-org/synapse/issues/7696)) + + +Internal Changes +---------------- + +- Add some metrics for inbound and outbound federation latencies: `synapse_federation_server_pdu_process_time` and `synapse_event_processing_lag_by_event`. ([\#7771](https://github.com/matrix-org/synapse/issues/7771)) + + Synapse 1.16.0rc1 (2020-07-01) ============================== |