Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

v2.11.0

Choose a tag to compare

@mrbbot mrbbot released this 27 Oct 16:26
· 95 commits to master since this release

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. Calling getMiniflareDurableObjectIds("TEST_OBJECT") will return a Promise that resolves to an array of active DurableObjectIds for the TEST_OBJECT namespace. Closes issue #384, thanks @DaniFoldi for the PR.

Fixes