summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2023-01-12 16:45:23 +0000
committerRichard van der Hoff <richard@matrix.org>2023-01-12 16:45:23 +0000
commit0f061f39f0868d10adfde4e957d74fa3cb7b04c3 (patch)
tree025169dc3ba1ca84c6e158ad4476464e13d4c8bb /changelog.d
parentAdd rust linting commands to `scripts-dev/lint.sh` (#14822) (diff)
parentFix race calling `/members?at=` (#14817) (diff)
downloadsynapse-0f061f39f0868d10adfde4e957d74fa3cb7b04c3.tar.xz
Merge remote-tracking branch 'origin/release-v1.75' into develop
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/14810.bugfix1
-rw-r--r--changelog.d/14817.bugfix1
2 files changed, 2 insertions, 0 deletions
diff --git a/changelog.d/14810.bugfix b/changelog.d/14810.bugfix
new file mode 100644
index 0000000000..379bfccffa
--- /dev/null
+++ b/changelog.d/14810.bugfix
@@ -0,0 +1 @@
+Fix a bug introduced in Synapse 1.75.0rc1 where device lists could be miscalculated with some sync filters.
diff --git a/changelog.d/14817.bugfix b/changelog.d/14817.bugfix
new file mode 100644
index 0000000000..bb5da79268
--- /dev/null
+++ b/changelog.d/14817.bugfix
@@ -0,0 +1 @@
+Fix race where calling `/members` or `/state` with an `at` parameter could fail for newly created rooms, when using multiple workers.