Releases: cloudflare/workers-sdk
Release list
@cloudflare/vite-plugin@1.7.5
wrangler@4.21.0
Minor Changes
-
#9692
273952fThanks @dom96! - Condenses Python vendored modules in output table -
#9654
2a5988cThanks @dom96! - Python Workers now automatically bundle .so files from vendored packages
Patch Changes
-
#9695
0e64c35Thanks @emily-shen! - Move hotkey registration later in dev start upThis should have no functional change, but allows us to conditionally render hotkeys based on config.
-
#9098
ef20754Thanks @jseba! - Migrate Workers Containers commands to Containers API EndpointsThe Workers Containers API was built on top of Cloudchamber, but has now been moved to its own API
with a reduced scoping and new token. -
#9712
2a4c467Thanks @emily-shen! - Makewrangler containercommands printopen-betastatus
create-cloudflare@2.50.1
Patch Changes
-
#9700
bb8b987Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
Dependency From To create-next-app 15.3.3 15.3.4 -
#9701
9bc830cThanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
Dependency From To gatsby 5.14.4 5.14.5 -
#9702
9f449beThanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
Dependency From To sv 0.8.7 0.8.12
@cloudflare/vitest-pool-workers@0.8.44
wrangler@4.20.5
Patch Changes
-
#9688
086e29dThanks @dario-piotrowicz! - add remote bindings support togetPlatformProxyExample:
// wrangler.jsonc { "name": "get-platform-proxy-test", "services": [ { "binding": "MY_WORKER", "service": "my-worker", "experimental_remote": true } ] }
// index.mjs import { getPlatformProxy } from "wrangler"; const { env } = await getPlatformProxy({ experimental: { remoteBindings: true, }, }); // env.MY_WORKER.fetch() fetches from the remote my-worker service
-
#9558
d5edf52Thanks @ichernetsky-cf! -wrangler containers applyusesobservabilityconfiguration. -
#9678
24b2c66Thanks @dario-piotrowicz! - remove warnings during config validations onexperimental_remotefieldswrangler commands, run without the
--x-remote-bindingsflag, parsing config files containingexperimental_remotefields currently show warnings stating that the field is not recognized. This is usually more cumbersome than helpful so here we're loosening up this validation and making wrangler always recognize the field even when no--x-remote-bindingsflag is provided -
#9633
3f478afThanks @nikitassharma! - Add support for setting an instance type for containers in wrangler. This allows users to configure memory, disk, and vCPU by setting instance type when interacting with containers. -
#9596
5162c51Thanks @CarmenPopoviciu! - add ability to pull images for containers local dev -
Updated dependencies [
bfb791e,5162c51]:- miniflare@4.20250617.3
wrangler@4.20.4
Patch Changes
-
#9673
ffa742fThanks @dario-piotrowicz! - fix: ensure that wrangler deploy and version upload don't override the remote-bindings flag -
#9653
8a60fe7Thanks @penalosa! - RenameWRANGLER_CONTAINERS_DOCKER_PATHtoWRANGLER_DOCKER_BIN -
#9664
c489a44Thanks @IRCody! - Remove cloudchamber/container apply confirmation dialog when run non-interactively. -
#9653
8a60fe7Thanks @penalosa! - Add a warning banner towrangler cloudchamberandwrangler containerscommands -
#9605
17d23d8Thanks @emily-shen! - Add rebuild hotkey for containers local dev, and clean up containers at the end of a dev session. -
Updated dependencies [
17d23d8]:- miniflare@4.20250617.2
turbo-r2-archive@0.0.3
Patch Changes
- #9649
ec9b417Thanks @petebacondarwin! - patch release to trigger a test release
solarflare-theme@0.0.5
Patch Changes
- #9649
ec9b417Thanks @petebacondarwin! - patch release to trigger a test release