mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-20 04:24:17 +02:00
Docs: add v3.4.7 changelog entries (#4810)
This commit is contained in:
parent
538611b50b
commit
758397efa6
2 changed files with 26 additions and 0 deletions
|
|
@ -5,6 +5,22 @@ rss: true
|
|||
tag: NEW
|
||||
---
|
||||
|
||||
<Update label="v3.4.7" description="2026-08-10">
|
||||
|
||||
**[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)
|
||||
|
||||
</Update>
|
||||
|
||||
<Update label="v3.4.6" description="2026-08-05">
|
||||
|
||||
**[v3.4.6: Trust, but Proxy](https://github.com/PrefectHQ/fastmcp/releases/tag/v3.4.6)**
|
||||
|
|
|
|||
|
|
@ -5,6 +5,16 @@ icon: "sparkles"
|
|||
tag: NEW
|
||||
---
|
||||
|
||||
<Update label="FastMCP 3.4.7" description="August 10, 2026" tags={["Releases"]}>
|
||||
<Card
|
||||
title="FastMCP v3.4.7: Know Your Audience"
|
||||
href="https://github.com/PrefectHQ/fastmcp/releases/tag/v3.4.7"
|
||||
cta="Read the release notes"
|
||||
>
|
||||
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.
|
||||
</Card>
|
||||
</Update>
|
||||
|
||||
<Update label="FastMCP 3.4.6" description="August 5, 2026" tags={["Releases"]}>
|
||||
<Card
|
||||
title="FastMCP v3.4.6: Trust, but Proxy"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue