Skip to content

Commit 758397e

Browse files
authored
Docs: add v3.4.7 changelog entries (#4810)
1 parent 538611b commit 758397e

2 files changed

Lines changed: 26 additions & 0 deletions

File tree

docs/changelog.mdx

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ rss: true
55
tag: NEW
66
---
77

8+
<Update label="v3.4.7" description="2026-08-10">
9+
10+
**[v3.4.7: Know Your Audience](https://github.com/PrefectHQ/fastmcp/releases/tag/v3.4.7)**
11+
12+
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.
13+
14+
### Security 🔒
15+
* Backport CIMD assertion audience fix to v3 by [@jlowin](https://github.com/jlowin) in [#4799](https://github.com/PrefectHQ/fastmcp/pull/4799)
16+
17+
### Docs 📚
18+
* Docs: add v3.4.7 changelog entries by [@jlowin](https://github.com/jlowin) in [#4810](https://github.com/PrefectHQ/fastmcp/pull/4810)
19+
20+
**Full Changelog**: [v3.4.6...v3.4.7](https://github.com/PrefectHQ/fastmcp/compare/v3.4.6...v3.4.7)
21+
22+
</Update>
23+
824
<Update label="v3.4.6" description="2026-08-05">
925

1026
**[v3.4.6: Trust, but Proxy](https://github.com/PrefectHQ/fastmcp/releases/tag/v3.4.6)**

docs/updates.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ icon: "sparkles"
55
tag: NEW
66
---
77

8+
<Update label="FastMCP 3.4.7" description="August 10, 2026" tags={["Releases"]}>
9+
<Card
10+
title="FastMCP v3.4.7: Know Your Audience"
11+
href="https://github.com/PrefectHQ/fastmcp/releases/tag/v3.4.7"
12+
cta="Read the release notes"
13+
>
14+
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.
15+
</Card>
16+
</Update>
17+
818
<Update label="FastMCP 3.4.6" description="August 5, 2026" tags={["Releases"]}>
919
<Card
1020
title="FastMCP v3.4.6: Trust, but Proxy"

0 commit comments

Comments
 (0)