Releases: cloudflare/workers-sdk
Release list
@cloudflare/vite-plugin@1.9.3
Patch Changes
- Updated dependencies [
80cc834]:- wrangler@4.24.2
@cloudflare/vite-plugin@1.9.2
wrangler@3.114.11
Patch Changes
-
#9685
cbea64bThanks @WillTaylorDev! - Select only successfully deployed deployments when tailing. -
#9776
6e09672Thanks @vicb! - Cap the number of errors and warnings for bulk KV put to avoid consuming too much memory -
#9694
dacfc35Thanks @dario-piotrowicz! - add support for assets bindings togetPlatformProxythis change makes sure that that
getPlatformProxy, when the input configuration
file contains an assets field, correctly returns the appropriate asset binding proxyexample:
// wrangler.jsonc { "name": "my-worker", "assets": { "directory": "./public/", "binding": "ASSETS", }, }
import { getPlatformProxy } from "wrangler"; const { env, dispose } = await getPlatformProxy(); const text = await (await env.ASSETS.fetch("http://0.0.0.0/file.txt")).text(); console.log(text); // logs the content of file.txt await dispose();
-
#9807
4dd026bThanks @penalosa! - Better messaging for account owned tokens inwrangler whoami
wrangler@4.24.0
Minor Changes
-
#9796
ba69586Thanks @simonabadoiu! - Browser Rendering local mode -
#9825
49c85c5Thanks @ReppCodes! - Add support for origin_connection_limit to WranglerConfigure connection limits to Hyperdrive via command line options:
--origin-connection-limit: The (soft) maximum number of connections that Hyperdrive may establish to the origin database.
-
#9064
a1181bfThanks @sdnts! - Added anevent-subscriptionssubcommand
Patch Changes
-
#9729
1b3a2b7Thanks @404Wolf! - Set docker build context to the Dockerfile directory whenimage_build_contextis not explicitly provided -
#9845
dbfa4efThanks @jonboulle! - remove extraneous double spaces from Wrangler help output -
#9811
fc29c31Thanks @gpanders! - Fix unauthorized errors on "containers images delete". -
#9813
45497abThanks @gpanders! - Support container image names without account ID -
#9821
a447d67Thanks @WillTaylorDev! - Preview Aliases: Force alias generation to meet stricter naming requirements.For cases where CI is requesting Wrangler to generate the alias based on the branch name, we want a stricter check around the generated alias name in order to avoid version upload failures. If a valid alias name was not able to be generated, we warn and do not provide an alias (avoiding a version upload failure).
-
#9840
7c55f9eThanks @dario-piotrowicz! - fix: make sure that the experimentalremoteBindingsflag is properly handled ingetPlatformProxyThere are two issues related to how the experimental
remoteBindingsflag is handled ingetPlatformProxythat are being fixed by this change:- the
experimental_remoteconfiguration flag set on service bindings is incorrectly always taken into account, even ifremoteBindingsis set tofalse - the
experimental_remoteconfiguration flag of all the other bindings is never taken into account (effectively preventing the bindings to be used in remote mode) since theremoteBindingsflag is not being properly propagated
- the
-
#9801
0bb619aThanks @IRCody! - Containers: Fix issue where setting an image URI instead of dockerfile would incorrectly not update the image -
#9872
a727db3Thanks @emily-shen! - fix: resolve Dockerfile path relative to the Wrangler config pathThis fixes a bug where Wrangler would not be able to find a Dockerfile if a Wrangler config path had been specified with the
--configflag. -
#9815
1358034Thanks @gpanders! - Remove --json flag from containers and cloudchamber commands (except for "images list") -
#9734
1a58bc3Thanks @penalosa! - Make Wrangler warn more loudly if you're missing auth scopes -
#9748
7e3aa1bThanks @alsuren! - Internal-only WRANGLER_D1_EXTRA_LOCATION_CHOICES environment variable for enabling D1's testing location hints -
Updated dependencies [
ba69586,1a75f85,395f36d,6f344bf]:- miniflare@4.20250705.0
miniflare@4.20250705.0
Minor Changes
- #9796
ba69586Thanks @simonabadoiu! - Browser Rendering local mode
Patch Changes
-
#9784
1a75f85Thanks @Mkassabov! - fix inspector proxy not proxying workers created via setOptions -
#9757
395f36dThanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
Dependency From To workerd 1.20250617.0 1.20250705.0 @cloudflare/workers-types ^4.20250617.0 ^4.20250705.0 -
#9855
6f344bfThanks @petebacondarwin! - use logger (and log level) from miniflare for asset metadata parsing/loading logs
create-cloudflare@2.50.3
Patch Changes
-
#9756
afb0246Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
Dependency From To sv 0.8.12 0.8.15 -
#9790
08cc0feThanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
Dependency From To create-react-router 7.6.2 7.6.3 -
#9863
f1f6dafThanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
Dependency From To create-hono 0.19.1 0.19.2 -
#9864
ccda844Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
Dependency From To create-next-app 15.3.4 15.3.5