Wrangler Changelog
2024-04-30
3.53.0
#5604
327a456Thanks @dario-piotrowicz! - feat: add support for environments ingetPlatformProxyallow
getPlatformProxyto target environments by allowing users to specify anenvironmentoptionExample usage:
const { env } = await getPlatformProxy({environment: "production",});#5705
4097759Thanks @G4brym! - Addstagingflag to AI binding
2024-04-24
3.52.0
#5666
81d9615Thanks @CarmenPopoviciu! - fix: Fix Pages config validation around Durable ObjectsToday Pages cannot deploy Durable Objects itself. For this reason it is mandatory that when declaring Durable Objects bindings in the config file, the
script_nameis specified. We are currently not failing validation ifscript_nameis not specified but we should. These changes fix that.#5610
24840f6Thanks @SuperchupuDev! - Markts-json-schema-generatoras a dev dependency#5669
a7e36d5Thanks @dario-piotrowicz! - fix: fix broken Durable Object local proxying (when nocfproperty is present)A regression was introduced in wrangler 3.46.0 ( https://github.com/cloudflare/workers-sdk/pull/5215) which made it so that missing
Request#cfproperties are serialized as"undefined", this in turn throws a syntax parse error when such values are parsed viaJSON.parsebreaking the communication with Durable Object local proxies. Fix such issue by serializing missingRequest#cfproperties as"{}"instead.#5616
c6312b5Thanks @webbertakken! - fix: broken link to durable object migrations docs#5482
1b7739eThanks @DaniFoldi! - docs: show new Discord url everywhere for consistency. The old URL still works, but https://discord.cloudflare.com is preferred.Updated dependencies [
3a0d735,1b7739e]:- miniflare@3.20240419.0
- @cloudflare/kv-asset-handler@0.3.2
2024-04-18
3.51.2
- #5652
ccb9d3dThanks @petebacondarwin! - chore: re-release due to broken build
2024-04-17
3.51.0
#5477
9a46e03Thanks @pmiguel! - feature: Changed Queues client to use the new QueueId and ConsumerId-based endpoints.#5172
fbe1c9cThanks @GregBrimble! - feat: Allow marking external modules (with--external) to avoid bundling them when building Pages FunctionsIt’s useful for Pages Plugins which want to declare a peer dependency.
#5585
22f5841Thanks @geelen! - Updateswrangler d1 exportto handle larger DBs more efficiently
2024-04-11
3.50.0
#5587
d95450fThanks @CarmenPopoviciu! - fix:pages functions build-envshould throw error if invalid Pages config file is found#5572
65aa21cThanks @CarmenPopoviciu! - fix: fixpages function build-envto exit with code rather than throw fatal errorCurrently pages functions build-env throws a fatal error if a config file does not exit, or if it is invalid. This causes issues for the CI system. We should instead exit with a specific code, if any of those situations arises.
#5291
ce00a44Thanks @pmiguel! - feature: Added bespoke OAuth scope for Queues management.Updated dependencies [
08b4908]:
2024-04-10
3.49.0
#5549
113ac41Thanks @penalosa! - feat: Supportwrangler pages secret put|delete|list|bulk#5550
4f47f74Thanks @penalosa! - feat: Generate a JSON schema for the Wrangler package & use it in templates#5561
59591cdThanks @ocsfrank! - feat: update R2 CreateBucket action to include the storage class in the request body#5374
7999dd2Thanks @maxwellpeterson! - fix: Improvements to--init-from-dashAdds user-specified CPU limit to
wrangler.tomlif one exists. Excludesusage_modelfromwrangler.tomlin all cases, since this field is deprecated and no longer used.#5553
dcd65ddThanks @rozenmd! - fix: refactor d1’s time-travel compatibility check#5380
57d5658Thanks @GregBrimble! - fix: Respect--no-bundlewhen deploying a_worker.js/directory in Pages projects#5536
a7aa28aThanks @Cherry! - fix: resolve a regression wherewrangler pages devwould bind to port 8787 by default instead of 8788 since wrangler@3.38.0Updated dependencies [
9575a51]: