From ed93543e54edc35f4938122c89807aa383e6ba06 Mon Sep 17 00:00:00 2001 From: Roshan Jonnalagadda Date: Thu, 16 Jul 2026 14:41:32 +1000 Subject: [PATCH] docs(changelog): note attachment upload reliability fix --- changelog.mdx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/changelog.mdx b/changelog.mdx index 7ee8bff..dce2b62 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -4,6 +4,15 @@ description: "New features, improvements, and fixes across the Sendmux platform. rss: true --- + + ## Bug fixes + +AI tool workflows can now upload and download mailbox attachments through hosted MCP without hitting an unintended permission block. + +Short-lived Sending API upload links now reject invalid tokens or mismatched upload headers before reading file bytes, keeping delegated uploads safer and more predictable. + + + ## Bug fixes