Releases: cloudflare/workers-sdk
@cloudflare/[email protected]
@cloudflare/[email protected]
Minor Changes
-
#10001
5796ca9
Thanks @jamesopstad! - We now automatically inject the following HMR code into your Worker entry file:if (import.meta.hot) { import.meta.hot.accept(); }
This prevents file changes from invalidating the full module graph and improves HMR performance in development.
Patch Changes
-
#10038
a355327
Thanks @emily-shen! - Resolvecontainers.image
(if it is a path to a Dockerfile) to an absolute path in the deploy config. -
#9891
dd416e9
Thanks @hi-ogawa! - setbuild.rollupOptions.platform: "neutral"
on rolldown-vite to prevent Rolldown'snode:module
basedrequire
polyfill from breaking the build. -
#9819
0c4008c
Thanks @CarmenPopoviciu! - feat(vite-plugin): Add containers support invite dev
Adds support for Cloudflare Containers in
vite dev
. Please note that at the time of this PR a container image can only specify the path to aDockerfile
. Support for registry links will be added in a later version, as will containers support invite preview
. -
Updated dependencies [
189fe23
,c02b067
,7e5585d
,b0217f9
,e87198a
,ad02ad3
,0c4008c
]:- @cloudflare/[email protected]
- [email protected]
- [email protected]
@cloudflare/[email protected]
Minor Changes
- #10014
189fe23
Thanks @edmundhung! - Shimdebug
npm package with patched version for cloudflare env support
@cloudflare/[email protected]
Patch Changes
- Updated dependencies [
7e5585d
]:
@cloudflare/[email protected]
Patch Changes
-
#9819
0c4008c
Thanks @CarmenPopoviciu! - feat(vite-plugin): Add containers support invite dev
Adds support for Cloudflare Containers in
vite dev
. Please note that at the time of this PR a container image can only specify the path to aDockerfile
. Support for registry links will be added in a later version, as will containers support invite preview
.
[email protected]
Minor Changes
- #9835
9f0c175
Thanks @thomasgauvin! - Added rename namespace command to Workers KV
Patch Changes
- #9934
6cc24c0
Thanks @emily-shen! - Add more thorough validation to containers configuration
@cloudflare/[email protected]
@cloudflare/[email protected]
[email protected]
Patch Changes
-
#9905
4ba9f25
Thanks @dom96! - Support for Python packages in python_modules dir -
#9886
17b1e5a
Thanks @dom96! - Python packages are now read from cf-requirements.txt instead of requirements.txt by default -
#9899
d6a1b9b
Thanks @simonabadoiu! - Print local mode when running a browser binding in local mode -
#9951
e2672c5
Thanks @penalosa! - Recommend remote bindings whenwrangler dev --remote
is used -
#9875
a5d7b35
Thanks @gpanders! - Show expected format in error message for "containers images delete" -
#9954
bf4c9ab
Thanks @penalosa! - Support Images binding ingetPlatformProxy()
-
#9974
f73da0d
Thanks @penalosa! - Pass worker name & compliance region through correctly when starting a remote bindings session -
Updated dependencies [
ac08e68
,3bb69fa
,274a826
,77d1cb2
,5b0fc9e
,bf4c9ab
,14ce577
]: