summary refs log tree commit diff
path: root/changelog.d
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 /changelog.d
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 'changelog.d')
-rw-r--r--changelog.d/15693.bugfix1
-rw-r--r--changelog.d/15700.misc1
-rw-r--r--changelog.d/15703.removal1
3 files changed, 0 insertions, 3 deletions
diff --git a/changelog.d/15693.bugfix b/changelog.d/15693.bugfix
deleted file mode 100644
index d0325de007..0000000000
--- a/changelog.d/15693.bugfix
+++ /dev/null
@@ -1 +0,0 @@
-Fix a performance issue introduced in Synapse v1.83.0 which meant that purging rooms was very slow and database-intensive.
\ No newline at end of file
diff --git a/changelog.d/15700.misc b/changelog.d/15700.misc
deleted file mode 100644
index e96bc681aa..0000000000
--- a/changelog.d/15700.misc
+++ /dev/null
@@ -1 +0,0 @@
-Speed up background jobs `populate_full_user_id_user_filters` and `populate_full_user_id_profiles`.
\ No newline at end of file
diff --git a/changelog.d/15703.removal b/changelog.d/15703.removal
deleted file mode 100644
index 95a2d8e484..0000000000
--- a/changelog.d/15703.removal
+++ /dev/null
@@ -1 +0,0 @@
-Deprecate calling the `/register` endpoint with an unspecced `user` property for application services.