diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2020-05-07 17:31:19 +0200 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2020-05-07 17:31:19 +0200 |
commit | 5bb26b7c4fa22ce3927fb365b5af06efec8cc4c7 (patch) | |
tree | 5abb3820f5e29c8eef26b78283afdf562198093c /changelog.d | |
parent | Fixes typo (bellow -> below) (#7449) (diff) | |
parent | Add a configuration setting for the dummy event threshold (#7422) (diff) | |
download | synapse-5bb26b7c4fa22ce3927fb365b5af06efec8cc4c7.tar.xz |
Merge branch 'release-v1.13.0' into develop
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7422.feature | 1 | ||||
-rw-r--r-- | changelog.d/7426.misc | 1 | ||||
-rw-r--r-- | changelog.d/7439.feature | 1 | ||||
-rw-r--r-- | changelog.d/7442.misc | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/changelog.d/7422.feature b/changelog.d/7422.feature new file mode 100644 index 0000000000..d6d5bb2169 --- /dev/null +++ b/changelog.d/7422.feature @@ -0,0 +1 @@ +Add a configuration setting to tweak the threshold for dummy events. diff --git a/changelog.d/7426.misc b/changelog.d/7426.misc new file mode 100644 index 0000000000..731f4dcb52 --- /dev/null +++ b/changelog.d/7426.misc @@ -0,0 +1 @@ +Clean up some LoggingContext code. diff --git a/changelog.d/7439.feature b/changelog.d/7439.feature new file mode 100644 index 0000000000..ce6140fdd1 --- /dev/null +++ b/changelog.d/7439.feature @@ -0,0 +1 @@ +Add support for running replication over Redis when using workers. diff --git a/changelog.d/7442.misc b/changelog.d/7442.misc new file mode 100644 index 0000000000..a8fd5ad803 --- /dev/null +++ b/changelog.d/7442.misc @@ -0,0 +1 @@ +Run group attestation renewal in series rather than parallel for performance. \ No newline at end of file |