Skip to content
Compare
Choose a tag to compare
@workers-devprod workers-devprod released this 18 Sep 19:11
· 763 commits to main since this release
02c8952

Patch Changes

  • #6514 2407c41 Thanks @CarmenPopoviciu! - fix: Fix Miniflare regression introduced in #5570

    PR #5570 introduced a regression in Miniflare, namely that declaring Queue Producers like queueProducers: { "MY_QUEUE": "my-queue" } no longer works. This commit fixes the issue.

    Fixes #5908