v0.6.0-rc297
probelabs/probev0.6.0-rc297Mar 17, 2026by buger
AI Summary
This is a maintenance release focused on timeout handling improvements. The update includes a dependency upgrade and two related bug fixes that change how negotiated timeout extensions are handled, now emitting timeout events instead of capping extensions.
Key Highlights
- Updated @probelabs/maid dependency to v0.0.28
- Fixed timeout handling to emit timeout events instead of capping extensions
- Capped negotiated timeout extensions to external hard timeout
- Both timeout fixes address the same underlying issue (#522)
Full Release Notes
## What's Changed * chore: update @probelabs/maid to v0.0.28 by @probelabs[bot] in https://github.com/probelabs/probe/pull/521 * fix: cap negotiated timeout extensions to external hard timeout (#522) by @buger in https://github.com/probelabs/probe/pull/523 * fix: emit timeout events instead of capping extensions (#522) by @buger in https://github.com/probelabs/probe/pull/524 **Full Changelog**: https://github.com/probelabs/probe/compare/v0.6.0-rc296...v0.6.0-rc297