Skip to content

miniflare@3.20240725.0

Compare
Choose a tag to compare
@workers-devprod workers-devprod released this 01 Aug 10:01
· 854 commits to main since this release
5146775

Patch Changes

  • #6345 a9021aa Thanks @dependabot! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20240718.0 1.20240725.0
    @cloudflare/workers-types ^4.20240718.0 ^4.20240725.0
  • #6301 44ad2c7 Thanks @dario-piotrowicz! - fix: Allow the magic proxy to proxy objects containing functions indexed by symbols

    In #5670 we introduced the possibility
    of the magic proxy to handle object containing functions, the implementation didn't
    account for functions being indexed by symbols, address such issue