Skip to content

miniflare@3.20250718.2

Compare
Choose a tag to compare
@workers-devprod workers-devprod released this 06 Oct 19:07
· 1208 commits to main since this release
89015e9

Patch Changes

  • #10716 a879fe0 Thanks @dario-piotrowicz! - fix: api proxy preserve multiple Set-Cookie headers

  • #10465 6de07fb Thanks @dario-piotrowicz! - Loosen validation around different configurations for Durable Object

    Allow durable objects to have enableSql, unsafeUniqueKey and unsafePreventEviction configurations set to undefined even if they same durable objects are defined with those configurations set to a different value (this would allow workers using external durable objects not to have to duplicate such configurations in their options)

  • #10484 ab47329 Thanks @edmundhung! - chore: bump devalue version to 5.3.2