Releases: cloudflare/workers-sdk
[email protected]
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 logicwhen 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" packageThe 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" packageThe 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" packageThe 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 ingetPlatformProxy()
[email protected]
Patch Changes
-
#9941
e1c183a
Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe 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" packageThe following dependency versions have been updated:
Dependency From To sv 0.8.15 0.8.18
@cloudflare/[email protected]
@cloudflare/[email protected]
@cloudflare/[email protected]
@cloudflare/[email protected]
@cloudflare/[email protected]
Patch Changes
- #9925
b46386c
Thanks @dario-piotrowicz! - clarify the docker build error message
[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.