Skip to content

Releases: cloudflare/workers-sdk

[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]:

[email protected]

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

Patch Changes

  • #9881 bb09e50 Thanks @dependabot! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20250705.0 1.20250708.0
    @cloudflare/workers-types ^4.20250705.0 ^4.20250708.0
  • #9894 25dbe54 Thanks @dependabot! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20250708.0 1.20250709.0
    @cloudflare/workers-types ^4.20250708.0 ^4.20250709.0
  • #9876 3bdec6b Thanks @edmundhung! - chore: update youch version

@cloudflare/[email protected]

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

Patch Changes

  • #9908 ab75fd8 Thanks @GregBrimble! - perf: graduate asset-server binary search experiment to 100%

    The improved iterative binary search implementation has been graduated from a 50% experiment to the default implementation. This provides better performance for asset manifest lookups by replacing the recursive binary search with an iterative approach.

@cloudflare/[email protected]

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

Patch Changes

@cloudflare/[email protected]

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

@cloudflare/[email protected]

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

Patch Changes

@cloudflare/[email protected]

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

@cloudflare/[email protected]

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