Skip to content

Commit e124bde

Browse files
authored
Fix MDX syntax error in changelog (#4270)
1 parent dae11bb commit e124bde

3 files changed

Lines changed: 26 additions & 2 deletions

File tree

docs/changelog.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ A grab bag of fixes, hardening, and polish. The headline behavior change: backgr
279279
A stopgap pin: fakeredis 2.35.0 shipped an undocumented rename that broke pydocket's `memory://` backend, causing `fastmcp[tasks]` installs to fail at startup with an `ImportError`. This pins `fakeredis<2.35.0` in the `tasks` extra until a fixed pydocket ships.
280280

281281
### Fixes 🐞
282-
* Pin fakeredis<2.35.0 in tasks extra by [@jlowin](https://github.com/jlowin) in [#3804](https://github.com/PrefectHQ/fastmcp/pull/3804)
282+
* Pin `fakeredis<2.35.0` in tasks extra by [@jlowin](https://github.com/jlowin) in [#3804](https://github.com/PrefectHQ/fastmcp/pull/3804)
283283
### Docs 📚
284284
* Document session state isolation across mount boundaries by [@jlowin](https://github.com/jlowin) in [#3801](https://github.com/PrefectHQ/fastmcp/pull/3801)
285285

@@ -1309,7 +1309,7 @@ Breaking changes are minimal: for most servers, updating the import statement is
13091309
A 2.x backport of the fakeredis pin: fakeredis 2.35.0 renamed a connection class that pydocket's `memory://` backend depended on, crashing `fastmcp[tasks]` installs at startup. This caps `fakeredis<2.35.0` on the 2.x line.
13101310

13111311
### Fixes 🐞
1312-
* fix(deps): cap fakeredis to <2.35.0 to prevent startup crash on 2.x by [@vincent067](https://github.com/vincent067) in [#3883](https://github.com/PrefectHQ/fastmcp/pull/3883)
1312+
* fix(deps): cap fakeredis to `<2.35.0` to prevent startup crash on 2.x by [@vincent067](https://github.com/vincent067) in [#3883](https://github.com/PrefectHQ/fastmcp/pull/3883)
13131313

13141314
**Full Changelog**: [v2.14.6...v2.14.7](https://github.com/PrefectHQ/fastmcp/compare/v2.14.6...v2.14.7)
13151315

docs/v2/changelog.mdx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ icon: "list-check"
44
rss: true
55
---
66

7+
<Update label="v2.14.7" description="2026-04-13">
8+
9+
**[v2.14.7: Fake It Till You Break It](https://github.com/PrefectHQ/fastmcp/releases/tag/v2.14.7)**
10+
11+
A 2.x backport of the fakeredis pin: fakeredis 2.35.0 renamed a connection class that pydocket's `memory://` backend depended on, crashing `fastmcp[tasks]` installs at startup. This caps `fakeredis<2.35.0` on the 2.x line.
12+
13+
## What's Changed
14+
### Fixes 🐞
15+
* fix(deps): cap fakeredis to `<2.35.0` to prevent startup crash on 2.x by [@vincent067](https://github.com/vincent067) in [#3883](https://github.com/PrefectHQ/fastmcp/pull/3883)
16+
17+
**Full Changelog**: [v2.14.6...v2.14.7](https://github.com/PrefectHQ/fastmcp/compare/v2.14.6...v2.14.7)
18+
19+
</Update>
20+
721
<Update label="v2.14.6" description="2026-03-27">
822

923
**[v2.14.6: $Ref Dead Redemption](https://github.com/PrefectHQ/fastmcp/releases/tag/v2.14.6)**

docs/v2/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 2.14.7" description="April 13, 2026" tags={["Releases"]}>
9+
<Card
10+
title="FastMCP 2.14.7: Fake It Till You Break It"
11+
href="https://github.com/PrefectHQ/fastmcp/releases/tag/v2.14.7"
12+
cta="Read the release notes"
13+
>
14+
A 2.x backport of the fakeredis pin: fakeredis 2.35.0 renamed a connection class that pydocket's `memory://` backend relied on, crashing `fastmcp[tasks]` installs at startup. Caps `fakeredis<2.35.0` on the 2.x line.
15+
</Card>
16+
</Update>
17+
818
<Update label="FastMCP 2.14.6" description="March 27, 2026" tags={["Releases"]}>
919
<Card
1020
title="FastMCP 2.14.6: $Ref Dead Redemption"

0 commit comments

Comments
 (0)