summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2024-02-20 15:51:17 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2024-02-20 15:51:17 +0000
commit7856ec96ef4110012f2dcd00d432931f84ac3f73 (patch)
tree022becf13f541dbc95ffce9007254b4d8c6ccb19 /changelog.d
parentDon't lock up when joining large rooms (#16903) (diff)
downloadsynapse-7856ec96ef4110012f2dcd00d432931f84ac3f73.tar.xz
1.102.0rc1 v1.102.0rc1
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/16857.doc1
-rw-r--r--changelog.d/16881.feature1
-rw-r--r--changelog.d/16894.bugfix1
-rw-r--r--changelog.d/16903.bugfix1
-rw-r--r--changelog.d/16905.misc1
-rw-r--r--changelog.d/16909.misc1
-rw-r--r--changelog.d/16910.misc1
-rw-r--r--changelog.d/16927.bugfix1
8 files changed, 0 insertions, 8 deletions
diff --git a/changelog.d/16857.doc b/changelog.d/16857.doc
deleted file mode 100644
index 2382e65984..0000000000
--- a/changelog.d/16857.doc
+++ /dev/null
@@ -1 +0,0 @@
-Fix a small typo in the Rooms section of the Admin API documentation. Contributed by @RainerZufall187.
\ No newline at end of file
diff --git a/changelog.d/16881.feature b/changelog.d/16881.feature
deleted file mode 100644
index d1c8cc304e..0000000000
--- a/changelog.d/16881.feature
+++ /dev/null
@@ -1 +0,0 @@
-A metric was added for emails sent by Synapse, broken down by type: `synapse_emails_sent_total`. Contributed by Remi Rampin.
diff --git a/changelog.d/16894.bugfix b/changelog.d/16894.bugfix
deleted file mode 100644
index 7e05370be7..0000000000
--- a/changelog.d/16894.bugfix
+++ /dev/null
@@ -1 +0,0 @@
-Do not send multiple concurrent requests for keys for the same server.
diff --git a/changelog.d/16903.bugfix b/changelog.d/16903.bugfix
deleted file mode 100644
index 85a909b681..0000000000
--- a/changelog.d/16903.bugfix
+++ /dev/null
@@ -1 +0,0 @@
-Fix performance issue when joining very large rooms that can cause the server to lock up. Introduced in v1.100.0.
diff --git a/changelog.d/16905.misc b/changelog.d/16905.misc
deleted file mode 100644
index c5f47eb3e9..0000000000
--- a/changelog.d/16905.misc
+++ /dev/null
@@ -1 +0,0 @@
-Don't invalidate the entire event cache when we purge history.
diff --git a/changelog.d/16909.misc b/changelog.d/16909.misc
deleted file mode 100644
index f958936584..0000000000
--- a/changelog.d/16909.misc
+++ /dev/null
@@ -1 +0,0 @@
-Add experimental config option to not send device list updates for specific users.
diff --git a/changelog.d/16910.misc b/changelog.d/16910.misc
deleted file mode 100644
index e8c57d2406..0000000000
--- a/changelog.d/16910.misc
+++ /dev/null
@@ -1 +0,0 @@
-Fix incorrect docker hub link in release script.
diff --git a/changelog.d/16927.bugfix b/changelog.d/16927.bugfix
deleted file mode 100644
index ecc62a148c..0000000000
--- a/changelog.d/16927.bugfix
+++ /dev/null
@@ -1 +0,0 @@
-Always prefer unthreaded receipt when >1 exist ([MSC4102](https://github.com/matrix-org/matrix-spec-proposals/pull/4102)).
\ No newline at end of file