summary refs log tree commit diff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorH. Shay <hillerys@element.io>2023-06-01 09:16:35 -0700
committerH. Shay <hillerys@element.io>2023-06-01 09:16:35 -0700
commit4c0bffaca5ded573cc26d99bd5831f136f8acacc (patch)
tree5963c3fdd741efab76500362939648e14f9cc691 /CHANGES.md
parentAdd a note about deprecating /register with a user property. (#15703) (diff)
downloadsynapse-4c0bffaca5ded573cc26d99bd5831f136f8acacc.tar.xz
1.85.0rc2 v1.85.0rc2
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 14aac9f14e..f0885a2f1e 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,24 @@
+Synapse 1.85.0rc2 (2023-06-01)
+==============================
+
+Bugfixes
+--------
+
+- Fix a performance issue introduced in Synapse v1.83.0 which meant that purging rooms was very slow and database-intensive. ([\#15693](https://github.com/matrix-org/synapse/issues/15693))
+
+
+Deprecations and Removals
+-------------------------
+
+- Deprecate calling the `/register` endpoint with an unspecced `user` property for application services. ([\#15703](https://github.com/matrix-org/synapse/issues/15703))
+
+
+Internal Changes
+----------------
+
+- Speed up background jobs `populate_full_user_id_user_filters` and `populate_full_user_id_profiles`. ([\#15700](https://github.com/matrix-org/synapse/issues/15700))
+
+
 Synapse 1.85.0rc1 (2023-05-30)
 ==============================