v0.11.6
Release notes from CHANGELOG.md for 0.11.6 (2026-06-18).
- Owned async-signal runs with private execution tokens so canceled, restored,
disposed, unregistered, or superseded work cannot commit late values, errors,
or subscriber notifications. - Captured per-run
this.abortandthis.servercontext so older async work
cannot observe or cancel a newer run's abort signal after anawait. - Settled cancellation state immediately for non-cooperative loaders and
canceled queued initial async scheduler work during disposal. - Bundle size from bundled TypeScript source:
browser.ts183,459 B raw /
34,391 B gzip ->browser.min.js77,987 B raw / 23,148 B gzip
(-105,472 B raw, -11,243 B gzip).
Source: CHANGELOG.md in tag v0.11.6.