Skip to content

Releases: cloudflare/workers-sdk

[email protected]

16 Jul 11:40
a221a45
Compare
Choose a tag to compare

Minor Changes

  • #9843 5b0fc9e Thanks @edmundhung! - Improved error logging to include error causes in stack traces with internal stack frames removed.

Patch Changes

  • #9854 ac08e68 Thanks @dario-piotrowicz! - fix incorrect bindings remote deduplication logic

    when bindings are registered deduplication logic is applied to make sure that the same binding is not unnecessarily registered multiple times, the changes here fix the fact that such deduplication logic doesn't currently take into account whether bindings are used or not in remote mode (which is problematic when the same binding is used both in remote and local mode)

  • #9912 3bb69fa Thanks @dependabot! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20250709.0 1.20250710.0
    @cloudflare/workers-types ^4.20250709.0 ^4.20250710.0
  • #9930 274a826 Thanks @dependabot! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20250710.0 1.20250711.0
    @cloudflare/workers-types ^4.20250710.0 ^4.20250711.0
  • #9950 77d1cb2 Thanks @dependabot! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20250711.0 1.20250712.0
    @cloudflare/workers-types ^4.20250711.0 ^4.20250712.0
  • #9954 bf4c9ab Thanks @penalosa! - Support Images binding in getPlatformProxy()

  • #9847 14ce577 Thanks @penalosa! - Upgrade Undici

[email protected]

16 Jul 11:41
a221a45
Compare
Choose a tag to compare

Patch Changes

  • #9941 e1c183a Thanks @dependabot! - chore: update dependencies of "create-cloudflare" package

    The following dependency versions have been updated:

    Dependency From To
    create-vite 7.0.0 7.0.3
  • #9942 56cf197 Thanks @dependabot! - chore: update dependencies of "create-cloudflare" package

    The following dependency versions have been updated:

    Dependency From To
    sv 0.8.15 0.8.18

@cloudflare/[email protected]

16 Jul 11:40
a221a45
Compare
Choose a tag to compare

Patch Changes

@cloudflare/[email protected]

16 Jul 11:40
a221a45
Compare
Choose a tag to compare

@cloudflare/[email protected]

16 Jul 11:40
a221a45
Compare
Choose a tag to compare

@cloudflare/[email protected]

16 Jul 11:40
a221a45
Compare
Choose a tag to compare

@cloudflare/[email protected]

16 Jul 11:40
a221a45
Compare
Choose a tag to compare

Patch Changes

[email protected]

10 Jul 18:02
670b364
Compare
Choose a tag to compare

Patch Changes

  • #9923 c01c4ee Thanks @gpanders! - Fix image name resolution when modifying a container application

  • #9833 3743896 Thanks @dario-piotrowicz! - fix: ensure that container builds don't disrupt dev hotkey handling

    currently container builds run during local development (via wrangler dev or startWorker) prevent the standard hotkeys not to be recognized (most noticeably ctrl+c, preventing developers from existing the process), the changes here ensure that hotkeys are instead correctly handled as expected

  • Updated dependencies []:

[email protected]

10 Jul 14:58
ce2a054
Compare
Choose a tag to compare

Patch Changes

[email protected]

10 Jul 09:50
f8f8f94
Compare
Choose a tag to compare

Patch Changes

  • #9765 05adc61 Thanks @hasip-timurtas! - Build container images without the user's account ID. This allows containers to be built and verified in dry run mode (where we do not necessarily have the user's account info).

    When we push the image to the managed registry, we first re-tag the image to include the user's account ID so that the image has the full resolved image name.

  • Updated dependencies [bb09e50, 25dbe54, 3bdec6b]: