summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorMathieu Velten <matmaul@gmail.com>2023-10-10 16:55:30 +0200
committerMathieu Velten <matmaul@gmail.com>2023-10-10 16:55:30 +0200
commit86641cb3a820e287b8c0a256fd363a2826b51dcb (patch)
tree096ea776661f1d14876b7e7f33553d376ade43bf /changelog.d
parentMerge remote-tracking branch 'origin/develop' into anoa/public_rooms_module_api (diff)
parentMerge branch 'master' into develop (diff)
downloadsynapse-86641cb3a820e287b8c0a256fd363a2826b51dcb.tar.xz
Merge remote-tracking branch 'origin/develop' into anoa/public_rooms_module_api github/anoa/public_rooms_module_api anoa/public_rooms_module_api
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/16454.misc1
-rw-r--r--changelog.d/16455.bugfix1
-rw-r--r--changelog.d/16457.bugfix1
3 files changed, 3 insertions, 0 deletions
diff --git a/changelog.d/16454.misc b/changelog.d/16454.misc
new file mode 100644

index 0000000000..1e75dc436f --- /dev/null +++ b/changelog.d/16454.misc
@@ -0,0 +1 @@ +Do not block running of CI behind the check for sign-off on PRs. diff --git a/changelog.d/16455.bugfix b/changelog.d/16455.bugfix new file mode 100644
index 0000000000..653a25d3b6 --- /dev/null +++ b/changelog.d/16455.bugfix
@@ -0,0 +1 @@ +Prevent the purging of large rooms from timing out when Postgres is in use. The timeout which causes this issue was introduced in Synapse 1.88.0. diff --git a/changelog.d/16457.bugfix b/changelog.d/16457.bugfix new file mode 100644
index 0000000000..b9a95cc510 --- /dev/null +++ b/changelog.d/16457.bugfix
@@ -0,0 +1 @@ +Improve the performance of purging rooms, particularly encrypted rooms.