Skip to content

Add release notes for v2.14.4 and v2.14.5#3063

Merged
jlowin merged 1 commit intorelease/2.xfrom
docs/release-notes-v2.14.4-v2.14.5
Feb 3, 2026
Merged

Add release notes for v2.14.4 and v2.14.5#3063
jlowin merged 1 commit intorelease/2.xfrom
docs/release-notes-v2.14.4-v2.14.5

Conversation

@jlowin
Copy link
Copy Markdown
Member

@jlowin jlowin commented Feb 3, 2026

Adds changelog and updates.mdx entries for v2.14.4 (Package Deal) and v2.14.5 (Sealed Docket), which were missing from the docs.

@marvin-context-protocol marvin-context-protocol Bot added the documentation Updates to docs, examples, or guides. Primary change is documentation-related. label Feb 3, 2026
@jlowin jlowin merged commit 21221b4 into release/2.x Feb 3, 2026
1 of 2 checks passed
@jlowin jlowin deleted the docs/release-notes-v2.14.4-v2.14.5 branch February 3, 2026 15:34
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Feb 3, 2026

Walkthrough

This PR adds release documentation for two FastMCP versions. Version 2.14.5 (released Feb 3, 2026) documents a memory leak fix in the memory:// docket broker and updates the pydocket dependency to ≥0.17.2. Version 2.14.4 (released Jan 22, 2026) addresses a packaging dependency bug affecting fresh installations and includes backports from the 3.x branch related to $ref dereferencing in tool schemas and task capabilities location. Updates are added to both changelog.mdx and updates.mdx files.

Possibly related PRs

🚥 Pre-merge checks | ✅ 2 | ❌ 1
❌ Failed checks (1 warning)
Check name Status Explanation Resolution
Description check ⚠️ Warning The description is minimal and does not follow the provided template structure, missing required sections like Contributors Checklist and Review Checklist items. Complete the description by including the Contributors Checklist and Review Checklist sections with appropriate items marked, as specified in the repository template.
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and accurately summarizes the main change: adding release notes for two specific versions (v2.14.4 and v2.14.5) to the documentation.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch docs/release-notes-v2.14.4-v2.14.5

Important

Action Needed: IP Allowlist Update

If your organization protects your Git platform with IP whitelisting, please add the new CodeRabbit IP address to your allowlist:

  • 136.113.208.247/32 (new)
  • 34.170.211.100/32
  • 35.222.179.152/32

Failure to add the new IP will result in interrupted reviews.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

Comment thread docs/changelog.mdx
Comment on lines +11 to +15
Fixes a memory leak in the memory:// docket broker where cancelled tasks accumulated instead of being cleaned up. Bumps pydocket to ≥0.17.2.

## What's Changed
### Enhancements 🔧
* Bump pydocket to 0.17.2 (memory leak fix) by [@chrisguidry](https://github.com/chrisguidry) in [#2992](https://github.com/jlowin/fastmcp/pull/2992)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
rg -n "pydocket" -g '*pyproject.toml' -g '*requirements*.txt' -g '*setup.cfg' -g '*setup.py' -g '*poetry.lock' -g '*pdm.lock' -g '*uv.lock'

Repository: jlowin/fastmcp

Length of output: 842


Use consistent version notation for pydocket

Change the bullet to “≥0.17.2” to match the summary and project dependency.

Suggested fix
-* Bump pydocket to 0.17.2 (memory leak fix) by [`@chrisguidry`](https://github.com/chrisguidry) in [`#2992`](https://github.com/jlowin/fastmcp/pull/2992)
+* Bump pydocket to ≥0.17.2 (memory leak fix) by [`@chrisguidry`](https://github.com/chrisguidry) in [`#2992`](https://github.com/jlowin/fastmcp/pull/2992)
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
Fixes a memory leak in the memory:// docket broker where cancelled tasks accumulated instead of being cleaned up. Bumps pydocket to ≥0.17.2.
## What's Changed
### Enhancements 🔧
* Bump pydocket to 0.17.2 (memory leak fix) by [@chrisguidry](https://github.com/chrisguidry) in [#2992](https://github.com/jlowin/fastmcp/pull/2992)
Fixes a memory leak in the memory:// docket broker where cancelled tasks accumulated instead of being cleaned up. Bumps pydocket to ≥0.17.2.
## What's Changed
### Enhancements 🔧
* Bump pydocket to 0.17.2 (memory leak fix) by [`@chrisguidry`](https://github.com/chrisguidry) in [`#2992`](https://github.com/jlowin/fastmcp/pull/2992)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Updates to docs, examples, or guides. Primary change is documentation-related.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant