summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2022-05-21 14:13:10 +0100
committerErik Johnston <erik@matrix.org>2022-05-21 14:13:10 +0100
commitda10dfc311ba61f4e2437c385089b83eb84b78c8 (patch)
treebe6807cb55fb7922477e721fe8c042fc02194c30 /changelog.d
parentIgnore display name push (diff)
parentFix tests (diff)
downloadsynapse-da10dfc311ba61f4e2437c385089b83eb84b78c8.tar.xz
Merge branch 'erikj/less_state_on_missing' into erikj/push_hack
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/12672.feature1
-rw-r--r--changelog.d/12672.misc1
-rw-r--r--changelog.d/12703.misc1
-rw-r--r--changelog.d/12809.feature1
-rw-r--r--changelog.d/12828.misc1
5 files changed, 4 insertions, 1 deletions
diff --git a/changelog.d/12672.feature b/changelog.d/12672.feature
new file mode 100644
index 0000000000..b989e0d208
--- /dev/null
+++ b/changelog.d/12672.feature
@@ -0,0 +1 @@
+Send `USER_IP` commands on a different Redis channel, in order to reduce traffic to workers that do not process these commands.
\ No newline at end of file
diff --git a/changelog.d/12672.misc b/changelog.d/12672.misc
deleted file mode 100644
index 265e0a801f..0000000000
--- a/changelog.d/12672.misc
+++ /dev/null
@@ -1 +0,0 @@
-Lay some foundation work to allow workers to only subscribe to some kinds of messages, reducing replication traffic.
\ No newline at end of file
diff --git a/changelog.d/12703.misc b/changelog.d/12703.misc
new file mode 100644
index 0000000000..9aaa1bbaa3
--- /dev/null
+++ b/changelog.d/12703.misc
@@ -0,0 +1 @@
+Convert namespace class `Codes` into a string enum.
\ No newline at end of file
diff --git a/changelog.d/12809.feature b/changelog.d/12809.feature
new file mode 100644
index 0000000000..b989e0d208
--- /dev/null
+++ b/changelog.d/12809.feature
@@ -0,0 +1 @@
+Send `USER_IP` commands on a different Redis channel, in order to reduce traffic to workers that do not process these commands.
\ No newline at end of file
diff --git a/changelog.d/12828.misc b/changelog.d/12828.misc
new file mode 100644
index 0000000000..afca32471f
--- /dev/null
+++ b/changelog.d/12828.misc
@@ -0,0 +1 @@
+Pull out less state when handling gaps in room DAG.