summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2024-07-19 13:27:20 +0100
committerErik Johnston <erik@matrix.org>2024-07-19 13:27:20 +0100
commit1230a51ad51fe15155c1b7745149f083fecaf850 (patch)
tree92975c46daf445e9fd4ad890d19d37950797e886 /changelog.d
parentRemove '_token' prefix (diff)
parentGenerate room sync data concurrently (#17458) (diff)
downloadsynapse-1230a51ad51fe15155c1b7745149f083fecaf850.tar.xz
Merge remote-tracking branch 'origin/develop' into erikj/ss_tokens
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/17435.bugfix1
-rw-r--r--changelog.d/17451.doc1
-rw-r--r--changelog.d/17453.misc1
-rw-r--r--changelog.d/17458.misc1
4 files changed, 4 insertions, 0 deletions
diff --git a/changelog.d/17435.bugfix b/changelog.d/17435.bugfix
new file mode 100644
index 0000000000..2d06a7c7fc
--- /dev/null
+++ b/changelog.d/17435.bugfix
@@ -0,0 +1 @@
+Order `heroes` by `stream_ordering` as the Matrix specification states (applies to `/sync`).
diff --git a/changelog.d/17451.doc b/changelog.d/17451.doc
new file mode 100644
index 0000000000..357ac2c906
--- /dev/null
+++ b/changelog.d/17451.doc
@@ -0,0 +1 @@
+Improve documentation for the [`default_power_level_content_override`](https://element-hq.github.io/synapse/latest/usage/configuration/config_documentation.html#default_power_level_content_override) config option.
diff --git a/changelog.d/17453.misc b/changelog.d/17453.misc
new file mode 100644
index 0000000000..2978a52477
--- /dev/null
+++ b/changelog.d/17453.misc
@@ -0,0 +1 @@
+Update experimental [MSC3575](https://github.com/matrix-org/matrix-spec-proposals/pull/3575) Sliding Sync `/sync` endpoint to bump room when it is created.
diff --git a/changelog.d/17458.misc b/changelog.d/17458.misc
new file mode 100644
index 0000000000..09cce15d0d
--- /dev/null
+++ b/changelog.d/17458.misc
@@ -0,0 +1 @@
+Speed up generating sliding sync responses.