Releases: cloudflare/workers-sdk
[email protected]
Patch Changes
-
#7988
444a630
Thanks @edmundhung! - Fix #7985.This reverts the changes on #7945 that caused compatibility issues with Node 16 due to the introduction of
sharp
.
[email protected]
Patch Changes
-
#7981
e2b3306
Thanks @WalshyDev! - Fixes a regression introduced in Wrangler 3.107.0 in which[assets]
was not being inherited from the top-level environment. -
Updated dependencies [
ab49886
]:
[email protected]
Patch Changes
- #7936
2a59eae
Thanks @edmundhung! - fix: sends raw request method through the X-CF-HTTP-Method header
[email protected]
Patch Changes
-
#7971
ab49886
Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
Dependency From To workerd 1.20250124.0 1.20250129.0 @cloudflare/workers-types ^4.20250121.0 ^4.20250129.0
@cloudflare/[email protected]
Patch Changes
- Updated dependencies [
444a630
]:
@cloudflare/[email protected]
@cloudflare/[email protected]
@cloudflare/[email protected]
Patch Changes
- Updated dependencies [
ab49886
]:
[email protected]
Minor Changes
- #7897
34f9797
Thanks @WillTaylorDev! - chore: providesrun_worker_first
for Worker-script-first configuration. Deprecatesexperimental_serve_directly
.
Patch Changes
-
#7945
d758215
Thanks @ns476! - Add Images binding (in private beta for the time being) -
#7947
f57bc4e
Thanks @dario-piotrowicz! - fix: avoidgetPlatformProxy
logging twice that it is using vars defined in.dev.vars
fileswhen
getPlatformProxy
is called and it retrieves values from.dev.vars
files, it logs twice
a message like:Using vars defined in .dev.vars
, the changes here make sure that in such cases
this log only appears once -
#7889
38db4ed
Thanks @emily-shen! - feat: add experimental resource auto-provisioning to versions upload -
#7864
de6fa18
Thanks @dario-piotrowicz! - Update theunstable_getMiniflareWorkerOptions
types to always include anenv
parameter.The
unstable_getMiniflareWorkerOptions
types, when accepting a config object as the first argument,
didn't accept a secondenv
argument. The changes here make sure they do, since theenv
is still
relevant for picking up variables from.dev.vars
files. -
#7964
bc4d6c8
Thanks @LuisDuarte1! - Fix scripts binding to a workflow in a different script overriding workflow config -
Updated dependencies [
cf4f47a
]: