From 9d9253109bf41607ae742beec3b278762a68f2c5 Mon Sep 17 00:00:00 2001 From: David Robertson Date: Fri, 8 Jul 2022 17:28:51 +0100 Subject: Announce new config option in the changelog --- changelog.d/13169.config | 1 + changelog.d/13169.feature | 2 +- pyproject.toml | 5 +++++ 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 changelog.d/13169.config diff --git a/changelog.d/13169.config b/changelog.d/13169.config new file mode 100644 index 0000000000..560592d1c8 --- /dev/null +++ b/changelog.d/13169.config @@ -0,0 +1 @@ +[`rc_joins_per_room`](https://matrix-org.github.io/synapse/latest/usage/configuration/config_documentation.html#rc_joins_per_room): parameters for the per-room join rate limit. \ No newline at end of file diff --git a/changelog.d/13169.feature b/changelog.d/13169.feature index 068d158ed5..22a6aa140d 100644 --- a/changelog.d/13169.feature +++ b/changelog.d/13169.feature @@ -1 +1 @@ -Add per-room rate limiting for room joins. For each room, Synapse now monitors the rate of join events in that room, and throttle additional joins if that rate grows too large. +Add per-room rate limiting for room joins. For each room, Synapse now monitors the rate of join events in that room and throttles additional joins if that rate grows too large. diff --git a/pyproject.toml b/pyproject.toml index 3a56c42c0b..475973deac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,6 +9,11 @@ name = "Features" showcontent = true + [[tool.towncrier.type]] + directory = "config" + name = "Config options" + showcontent = true + [[tool.towncrier.type]] directory = "bugfix" name = "Bugfixes" -- cgit 1.4.1