This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Topics
Affected surfaces
Summary
AI summaryFixed FSM session leak, zombie generator handlers on slow I/O, and RedactEngine lazy-import race condition.
Full changelog
Fixed
-
FSM session leak via static key —
extractSessionId()fallback changed from shared'__default__'to per-attachmentcrypto.randomUUID(). Multiple stdio clients no longer share FSM state. Prevents state inheritance between connections. -
Zombie generator handlers on slow I/O —
drainGenerator()now usesPromise.race([gen.next(), abortPromise])for real-timeAbortSignalcancellation during each yield. Generators blocked on slow I/O (DB, network) are no longer zombies after client disconnect. -
RedactEngine lazy-import race condition —
loadFastRedact()now uses a_loadPromisegate to serialize concurrent callers during boot. Prevents duplicateimport('fast-redact')calls and non-deterministic overwrites.
Test Suite
- 30 new regression tests across 3 test files:
FsmSessionLeak-bug3.test.ts— 11 tests: session collision, UUID isolation, per-attachment consistencyDrainGeneratorZombie-bug4.test.ts— 9 tests: real-time cancellation during slow I/O, pre-aborted signals, error propagationRedactEngineRace-bug5.test.ts— 10 tests: concurrent import serialization, error handling, integration
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About vinkius-labs/mcp-fusion
A TypeScript framework for building production-ready MCP servers with automatic tool discovery, multi-transport support (stdio/SSE/HTTP), built-in validation, and zero-config setup.
Related context
Related tools
Beta — feedback welcome: [email protected]