From 758397efa66e2cedac95ada540001bc44a95a646 Mon Sep 17 00:00:00 2001 From: Jeremiah Lowin <153965+jlowin@users.noreply.github.com> Date: Mon, 10 Aug 2026 17:07:36 -0400 Subject: [PATCH] Docs: add v3.4.7 changelog entries (#4810) --- docs/changelog.mdx | 16 ++++++++++++++++ docs/updates.mdx | 10 ++++++++++ 2 files changed, 26 insertions(+) diff --git a/docs/changelog.mdx b/docs/changelog.mdx index 2b160377d..8982956d8 100644 --- a/docs/changelog.mdx +++ b/docs/changelog.mdx @@ -5,6 +5,22 @@ rss: true tag: NEW --- + + +**[v3.4.7: Know Your Audience](https://github.com/PrefectHQ/fastmcp/releases/tag/v3.4.7)** + +FastMCP 3.4.7 fixes CIMD `private_key_jwt` authentication on bare-origin OAuth proxy deployments by validating client assertions against the exact token endpoint advertised in OAuth metadata. + +### Security 🔒 +* Backport CIMD assertion audience fix to v3 by [@jlowin](https://github.com/jlowin) in [#4799](https://github.com/PrefectHQ/fastmcp/pull/4799) + +### Docs 📚 +* Docs: add v3.4.7 changelog entries by [@jlowin](https://github.com/jlowin) in [#4810](https://github.com/PrefectHQ/fastmcp/pull/4810) + +**Full Changelog**: [v3.4.6...v3.4.7](https://github.com/PrefectHQ/fastmcp/compare/v3.4.6...v3.4.7) + + + **[v3.4.6: Trust, but Proxy](https://github.com/PrefectHQ/fastmcp/releases/tag/v3.4.6)** diff --git a/docs/updates.mdx b/docs/updates.mdx index 55dd3391f..9bb0cdd41 100644 --- a/docs/updates.mdx +++ b/docs/updates.mdx @@ -5,6 +5,16 @@ icon: "sparkles" tag: NEW --- + + +FastMCP 3.4.7 restores CIMD `private_key_jwt` authentication for bare-origin OAuth proxy deployments by validating client assertions against the exact token endpoint advertised to clients. + + +