Minor Changes
- #8394
93267cfThanks @edmundhung! - Support Secrets Store Secret bindings
Patch Changes
-
#8780
4e69fb6Thanks @cmackenzie1! - - Renamewrangler pipelines showtowrangler pipelines get- Replace
--enable-worker-bindingand--enable-httpwith--source workerand--source http(or
--source http workerfor both) - Remove
--file-templateand--partition-templateflags fromwrangler pipelines create|update - Add pretty output for
wrangler pipelines get <pipeline>. Existing output is available using--format=json. - Clarify the minimums, maximums, and defaults (if unset) for
wrangler pipelines createcommands.
- Replace
-
#8596
75b454cThanks @dario-piotrowicz! - add validation to redirected configs in regards to environmentsadd the following validation behaviors to wrangler deploy commands, that relate
to redirected configs (i.e. config files specified by.wrangler/deploy/config.jsonfiles):- redirected configs are supposed to be already flattened configurations without any
environment (i.e. a build tool should generate redirected configs already targeting specific
environments), so if wrangler encounters a redirected config with some environments defined
it should error - given the point above, specifying an environment (
--env=my-env) when using redirected
configs is incorrect, so these environments should be ignored and a warning should be
presented to the user
- redirected configs are supposed to be already flattened configurations without any
-
#8795
d4c1171Thanks @GregBrimble! - feat: Unhidewrangler pages functions buildcommand.This is already documented for Pages Plugins and by officially documenting it, we can ease the transition to Workers Assets for users of Pages Functions.
-
Updated dependencies [
93267cf,ec7e621]:- miniflare@4.20250405.0