Releases: cloudflare/workers-sdk
[email protected]
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 handlingcurrently container builds run during local development (via
wrangler dev
orstartWorker
) prevent the standard hotkeys not to be recognized (most noticeablyctrl+c
, preventing developers from existing the process), the changes here ensure that hotkeys are instead correctly handled as expected -
Updated dependencies []:
[email protected]
Patch Changes
- #9917
80cc834
Thanks @edmundhung! - fix: assets only versions upload should include tag and message
[email protected]
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.
[email protected]
Patch Changes
-
#9881
bb09e50
Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe 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" packageThe 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]
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]
Patch Changes
-
#9892
78e259a
Thanks @GregBrimble! - perf: increase binary search experiment sample rate to 50% -
#9884
a60e9da
Thanks @matthewdavidrodgers! - Adds metrics for time-to-dispatch to Router Worker
@cloudflare/[email protected]
@cloudflare/[email protected]
Patch Changes
- Updated dependencies [
80cc834
]: