From 0b854286f5e362b30f4dcc895324f1f3b45dc5f7 Mon Sep 17 00:00:00 2001 From: binwiederhier Date: Sun, 5 Mar 2023 21:35:40 -0500 Subject: [PATCH] Release notes --- docs/releases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releases.md b/docs/releases.md index 5493d518..612ad77f 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -7,7 +7,7 @@ Released March 4, 2023 This is a hotfix release, mostly to combat the ridiculous amount of Matrix requests with invalid/dead pushkeys, and the corresponding HTTP 507 responses the ntfy.sh server is sending out. We're up to >600k HTTP 507 responses per day 🤦. This -release solves this issue by rejecting Matrix pushkeys, if nobody has subscribed to the corresponding topic to 12 hours. +release solves this issue by rejecting Matrix pushkeys, if nobody has subscribed to the corresponding topic for 12 hours. The release furthermore reverts the default rate limiting behavior for UnifiedPush to be publisher-based, and introduces a flag to enable [subscriber-based rate limiting](config.md#subscriber-based-rate-limiting) for high volume servers.