summary refs log tree commit diff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2020-08-25 15:24:39 +0100
committerBrendan Abolivier <babolivier@matrix.org>2020-08-25 15:24:39 +0100
commitb79d69796c47e419195df96fb7c5036e47c1e539 (patch)
tree8ac338c9c89e1ed64b98753d3aa941b60857f27e /CHANGES.md
parentFix join ratelimiter breaking profile updates and idempotency (#8153) (diff)
downloadsynapse-b79d69796c47e419195df96fb7c5036e47c1e539.tar.xz
1.19.1rc1
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index d4cc179489..89fee07db9 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,13 @@
+Synapse 1.19.1rc1 (2020-08-25)
+==============================
+
+Bugfixes
+--------
+
+- Fixes a bug where appservices with ratelimiting disabled would still be ratelimited when joining rooms. This bug was introduced in v1.19.0. ([\#8139](https://github.com/matrix-org/synapse/issues/8139))
+- Fix a bug introduced in v1.19.0 that would cause e.g. profile updates to fail due to incorrect application of rate limits on join requests. ([\#8153](https://github.com/matrix-org/synapse/issues/8153))
+
+
 Synapse 1.19.0 (2020-08-17)
 ===========================