- Fixed Python crash on long-running microtasks, introduced in v0.8.1 (before which
long-running microtasks would probably not run at all).
- Fixed memory leak on the exception object reported when an `eval` times out.
- Hardened the memory management of JS value interchange, context tracking, and
asynchronous task tracking between C++ and Python.
- Added exhaustive typing (now with a MyPy pre-commit to verify!)
- Added a test asserting that [the v8 sandbox](https://v8.dev/blog/sandbox) is enabled
on all platforms we build wheels for.