Skip to content

v0.11.6

Choose a tag to compare

@github-actions github-actions released this 18 Jun 21:32

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.abort and this.server context so older async work
    cannot observe or cancel a newer run's abort signal after an await.
  • Settled cancellation state immediately for non-cooperative loaders and
    canceled queued initial async scheduler work during disposal.
  • Bundle size from bundled TypeScript source: browser.ts 183,459 B raw /
    34,391 B gzip -> browser.min.js 77,987 B raw / 23,148 B gzip
    (-105,472 B raw, -11,243 B gzip).

Source: CHANGELOG.md in tag v0.11.6.