What's Changed
- refactor: improve timeout error by not hijacking stack too deep by @prestwich in #108
BREAKING: the timeout inspector has been improved
- the implementation now requires
Ctx<Db>
where previously it did not bound theCtx
at all - the implementation now shortcut exits execution with a custom error, rather than setting all callframes to stacktoodeep
Full Changelog: v0.23.4...v0.23.5