This repository was archived by the owner on Mar 13, 2025. It is now read-only.
v2.11.0
Features
- Add support for dead-letter queues. Thanks @jbw1991 for the PR.
- Add
getMiniflareDurableObjectIds()global function to Miniflare's Jest/Vitest environments for listing active Durable Objects. CallinggetMiniflareDurableObjectIds("TEST_OBJECT")will return aPromisethat resolves to an array of activeDurableObjectIds for theTEST_OBJECTnamespace. Closes issue #384, thanks @DaniFoldi for the PR.
Fixes
- Strip quotes from R2
onlyIfheader values. Closes issue #402, thanks @vincentbernat and @CraigglesO for the PR. - Disable
r2Persistoption in Miniflare's Jest/Vitest environments. Thanks @hanford for the PR.