summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-05-04 17:17:45 +0100
committerGitHub <noreply@github.com>2020-05-04 17:17:45 +0100
commit8123b2f90945e6bb3d65cf48730c2133b46d2b9a (patch)
tree61eba25028194ca2ed6d222cc10ca441f511f6f8 /changelog.d
parentMerge branch 'release-v1.13.0' into develop (diff)
downloadsynapse-8123b2f90945e6bb3d65cf48730c2133b46d2b9a.tar.xz
Add MultiWriterIdGenerator. (#7281)
This will be used to coordinate stream IDs across multiple writers.

Functions as the equivalent of both `StreamIdGenerator` and
`SlavedIdTracker`.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7281.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7281.misc b/changelog.d/7281.misc
new file mode 100644
index 0000000000..86ad511e19
--- /dev/null
+++ b/changelog.d/7281.misc
@@ -0,0 +1 @@
+Add MultiWriterIdGenerator to support multiple concurrent writers of streams.