Skip to content

@opennextjs/cloudflare@0.4.8

Choose a tag to compare

@workers-frameworks workers-frameworks released this 10 Feb 15:34
· 326 commits to main since this release
c3dc401

Patch Changes

  • ac8b271: fix waitUntil

    Calling waitUntil/after was failing when mulitple requests were handled concurrently.
    This is fixed by pulling opennextjs/opennextjs-aws#733

  • 761a312: import randomUUID from node:crypto to support NodeJS 18