summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2021-09-30 11:43:38 +0100
committerOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2021-09-30 11:43:38 +0100
commit4cb6ffdf46e51a0995a2bc34e00598f5760493c2 (patch)
tree8b62d36a59423215ede6e4b72d2e3c463f8fdb83 /changelog.d
parentMerge remote-tracking branch 'origin/release-v1.44' into matrix-org-hotfixes (diff)
parentFix event context for outliers in important MSC2716 spot (#10938) (diff)
downloadsynapse-4cb6ffdf46e51a0995a2bc34e00598f5760493c2.tar.xz
Merge branch 'release-v1.44' into matrix-org-hotfixes
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/10919.doc1
-rw-r--r--changelog.d/10932.feature1
-rw-r--r--changelog.d/10938.bugfix1
-rw-r--r--changelog.d/10944.bugfix1
4 files changed, 3 insertions, 1 deletions
diff --git a/changelog.d/10919.doc b/changelog.d/10919.doc
new file mode 100644

index 0000000000..d0bddc3f1b --- /dev/null +++ b/changelog.d/10919.doc
@@ -0,0 +1 @@ +Minor updates to the installation instructions. diff --git a/changelog.d/10932.feature b/changelog.d/10932.feature deleted file mode 100644
index 07e7b2c6a7..0000000000 --- a/changelog.d/10932.feature +++ /dev/null
@@ -1 +0,0 @@ -Speed up responding with large JSON objects to requests. diff --git a/changelog.d/10938.bugfix b/changelog.d/10938.bugfix new file mode 100644
index 0000000000..9cf0ea8788 --- /dev/null +++ b/changelog.d/10938.bugfix
@@ -0,0 +1 @@ +Fix bug introduced in Synapse 1.44 which caused the experimental [MSC2716](https://github.com/matrix-org/matrix-doc/pull/2716) `/batch_send` endpoint to return a 500 error. diff --git a/changelog.d/10944.bugfix b/changelog.d/10944.bugfix new file mode 100644
index 0000000000..49baff7df1 --- /dev/null +++ b/changelog.d/10944.bugfix
@@ -0,0 +1 @@ +Fix a bug introduced in v1.44.0rc1 which prevented sending presence events to application services.