v4.12.8
Automattic/harperv4.12.8Aug 7, 2026by github-actions[bot]
AI Summary
This release fixes a resource leak by ensuring the token storage timer is properly stopped during OAuth proxy destruction.
Key Highlights
- Fixed token storage timer not stopping in OAuthProxy.destroy().
Full Release Notes
## [4.12.8](https://github.com/punkpeye/fastmcp/compare/v4.12.7...v4.12.8) (2026-08-07) ### Bug Fixes * **auth:** stop the token storage timer in OAuthProxy.destroy() ([#312](https://github.com/punkpeye/fastmcp/issues/312)) ([82a0792](https://github.com/punkpeye/fastmcp/commit/82a0792e94563eb3703e5df079f4f56d6a24bb34))