0.10.39 (2026-08-06)
Features
- bridge-revolt: add bridge for async tests using Revolt loop (#269) (b109c63)
- core: Add
Identityto test context (#271) (f17f4ed) - fiber: new testo/fiber plugin — #[RunInFiber] cooperative-fiber tests (#268) (a109282)
- new internal/fiber package with the
FiberLocalWeakMap primitive (draft) (b109c63) - runner: drive a test case's batch via an optional runner on CaseInfo (17cf2b8)
Bug Fixes
- codecov: make per-test coverage fiber-aware (#276) (8d6f46d)
- ObjectContainer: pass current instance to fiber scope callback (5358b3a)
- plugin-fiber: move the method-level fiber outside the per-test pipeline so the scoped-state guards run inside it (b109c63)
- release-please: keep path-repo dev-aliases in sync with released versions (24fa0c4)
Documentation
- add contributing guide (a5f11e7)
Code Refactoring
- assert: read the assertion state in
AssertJsonthroughStaticState::current()(b109c63)