summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2021-10-14 10:59:27 +0100
committerDavid Robertson <davidr@element.io>2021-10-14 10:59:27 +0100
commit99a4e5222d82cfcf8686b71d8fa94c8a81dfcbd6 (patch)
tree9ad01e0a6b1bec3cba1b0c626e927ffc4a0de9c1 /changelog.d
parentStop user directory from failing if it encounters users not in the `users` ta... (diff)
downloadsynapse-99a4e5222d82cfcf8686b71d8fa94c8a81dfcbd6.tar.xz
1.45.0rc2
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/10825.misc1
-rw-r--r--changelog.d/10970.misc1
-rw-r--r--changelog.d/10996.misc1
-rw-r--r--changelog.d/11036.misc1
-rw-r--r--changelog.d/11045.bugfix1
-rw-r--r--changelog.d/11053.bugfix2
-rw-r--r--changelog.d/11061.bugfix1
7 files changed, 0 insertions, 8 deletions
diff --git a/changelog.d/10825.misc b/changelog.d/10825.misc
deleted file mode 100644
index f9786164d7..0000000000
--- a/changelog.d/10825.misc
+++ /dev/null
@@ -1 +0,0 @@
-Add an 'approximate difference' method to `StateFilter`.
diff --git a/changelog.d/10970.misc b/changelog.d/10970.misc
deleted file mode 100644
index bb75ea79a6..0000000000
--- a/changelog.d/10970.misc
+++ /dev/null
@@ -1 +0,0 @@
-Fix inconsistent behavior of `get_last_client_by_ip` when reporting data that has not been stored in the database yet.
diff --git a/changelog.d/10996.misc b/changelog.d/10996.misc
deleted file mode 100644
index c830d7ec2c..0000000000
--- a/changelog.d/10996.misc
+++ /dev/null
@@ -1 +0,0 @@
-Fix a bug introduced in Synapse 1.21.0 that causes opentracing and Prometheus metrics for replication requests to be measured incorrectly.
diff --git a/changelog.d/11036.misc b/changelog.d/11036.misc
deleted file mode 100644
index aae5ee62b2..0000000000
--- a/changelog.d/11036.misc
+++ /dev/null
@@ -1 +0,0 @@
-Ensure that cache config tests do not share state.
diff --git a/changelog.d/11045.bugfix b/changelog.d/11045.bugfix
deleted file mode 100644
index d712dc946a..0000000000
--- a/changelog.d/11045.bugfix
+++ /dev/null
@@ -1 +0,0 @@
-Fix a long-standing bug when using multiple event persister workers where events were not correctly sent down `/sync` due to a race.
diff --git a/changelog.d/11053.bugfix b/changelog.d/11053.bugfix
deleted file mode 100644
index a59cfac931..0000000000
--- a/changelog.d/11053.bugfix
+++ /dev/null
@@ -1,2 +0,0 @@
-Fix a bug introduced in Synapse 1.45.0rc1 where the user directory would stop updating if it processed an event from a
-user not in the `users` table.
diff --git a/changelog.d/11061.bugfix b/changelog.d/11061.bugfix
deleted file mode 100644
index 26fb643793..0000000000
--- a/changelog.d/11061.bugfix
+++ /dev/null
@@ -1 +0,0 @@
-Fix a bug introduced in Synapse v1.44.0 when logging errors during oEmbed processing.