This repository was archived by the owner on Mar 13, 2025. It is now read-only.
v2.7.1
Fixes
- Ensure initialisation is complete before tear down in
Miniflare#dispose(). Closes issue #341, thanks @vlovich. - Ensure
DurableObjectTransactionoperations are executed in program order. Closes issue #344, thanks @vlovich.