From 969e19dd1c67acf9c30ae6143faab5e412b00600 Mon Sep 17 00:00:00 2001 From: Roshan Jonnalagadda Date: Tue, 28 Jul 2026 09:51:57 +1000 Subject: [PATCH 1/2] docs: clarify provider disable retry changelog --- changelog.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.mdx b/changelog.mdx index 7d33511..65dc963 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -7,7 +7,7 @@ rss: true ## Bug fixes -Sendmux now keeps a sending account's recent failure history when automatic disabling cannot finish. The next failure retries the status change instead of clearing the evidence and incorrectly treating the account as disabled. +Sendmux now leaves a sending account available for retry when automatic disabling cannot finish, while preserving its recent failure history. The next failure retries the status change instead of incorrectly treating the account as disabled. From 29ce118c755fbf52b5ea67136ec13c1bd558d87d Mon Sep 17 00:00:00 2001 From: Roshan Jonnalagadda Date: Tue, 28 Jul 2026 09:55:40 +1000 Subject: [PATCH 2/2] docs: separate provider retry guarantees --- changelog.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.mdx b/changelog.mdx index 65dc963..0b443f9 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -7,7 +7,7 @@ rss: true ## Bug fixes -Sendmux now leaves a sending account available for retry when automatic disabling cannot finish, while preserving its recent failure history. The next failure retries the status change instead of incorrectly treating the account as disabled. +If automatic disabling cannot finish, the sending account stays available for retry. Sendmux preserves its recent failure history. The next failure retries the status change instead of incorrectly treating the account as disabled.