Version Packages#14179
Open
workers-devprod wants to merge 1 commit into
Open
Conversation
Contributor
|
✅ All changesets look good |
create-cloudflare
@cloudflare/deploy-helpers
@cloudflare/kv-asset-handler
miniflare
@cloudflare/pages-shared
@cloudflare/unenv-preset
@cloudflare/vite-plugin
@cloudflare/vitest-pool-workers
@cloudflare/workers-auth
@cloudflare/workers-editor-shared
@cloudflare/workers-utils
wrangler
@cloudflare/wrangler-bundler
commit: |
13cecad to
366a304
Compare
Member
This is intentional & can be ignored. |
4007c8a to
b8d40d6
Compare
b8d40d6 to
3b9721d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
wrangler@4.99.0
Minor Changes
#14174
8cf8c61Thanks @oliy! - Surface pipeline status and failure reasons inwrangler pipelines listandwrangler pipelines getwrangler pipelines listnow includes aStatuscolumn, and when any pipelines are in afailedstate it prints a summary of each failing pipeline along with the reason reported by the API.wrangler pipelines getnow shows the pipelineStatusin the general details and, for failed pipelines, highlights the failure with the reason returned by the server so it is clear why a pipeline is not running.Patch Changes
#14163
23aecacThanks @emily-shen! - Print deploy warnings even in non-interactive contexts when strict mode is offCurrently, wrangler deploy checks whether the incoming deploy configuration has destructive conflicts with the current configuration. Previously, we only performed this check in interactive contexts, or if the
--strictflag was passed in. Now this warning is always printed, and it remains non-blocking in non-interactive contexts.#14173
b932e47Thanks @gpanders! - Handle API validation errors fromwrangler containers sshWrangler now lets the Containers API validate SSH instance IDs and preserves raw API error bodies such as
INVALID_INSTANCE_IDwhen reporting validation failures.#14192
d076bccThanks @dependabot! - Update dependencies of "miniflare", "wrangler"The following dependency versions have been updated:
#14195
165adb2Thanks @dario-piotrowicz! - Show actionable error message when authentication fails during remote devWhen
wrangler devwith remote bindings encountered an authentication error (expired token, revoked OAuth, or invalid API token), the user saw a generic "A request to the Cloudflare API failed" message with no indication that authentication was the problem.Now, authentication failures during remote dev display a clear error message with actionable steps.
#14034
776098cThanks @matingathani! - Fixwrangler types --checkreporting types as out of date in multi-worker setupsPreviously, running
wrangler types --check -c primary/wrangler.jsoncin a multi-worker project would incorrectly report types as out of date, even when they were current. This happened because the secondary worker config paths (passed via additional-cflags during generation) were not stored in the generated types file header, so--checkhad no way to resolve the secondary workers' service bindings when verifying the hash.The fix stores secondary config paths in the generated file's header comment so that
--checkcan recover them automatically. Users no longer need to re-pass every-cflag when running--check— only the primary config is required.#14053
7993711Thanks @fallintoplace! - Prevent delete-onlywrangler secret bulkinput from creating a new WorkerPreviously,
wrangler secret bulkcould create a draft Worker when the input only deleted secrets and the target Worker name did not exist. Delete-only bulk secret operations now leave Worker-not-found as an error instead of creating a new Worker.#14055
8923f97Thanks @dario-piotrowicz! - Preserve all deployment-affecting CLI flags in the interactive deploy config flowWhen running
wrangler deploywithout a config file and going through the interactive setup flow, CLI flags beyond--compatibility-flags(such as--routes/--route,--domains/--domain,--triggers,--var,--define,--alias,--jsx-factory,--jsx-fragment,--tsconfig,--minify,--upload-source-maps,--no-bundle,--logpush,--keep-vars,--legacy-env, and--dispatch-namespace) were silently dropped. These flags are now persisted to the generatedwrangler.jsoncconfig file (where a config field equivalent exists) and included in the suggested CLI command when the user declines config file generation.#14172
f387256Thanks @dario-piotrowicz! - Make Ctrl+C triggered during the skills-install prompt dismiss it permanentlyPreviously, pressing Ctrl+C (SIGINT) during the "Would you like to install Cloudflare skills?" prompt terminated the process without writing the metadata file, causing the prompt to reappear on every subsequent
wranglerinvocation. A SIGINT handler is now registered around the prompt so that the metadata file is written withaccepted: "SIGINT"before the process exits, preventing the prompt from being shown again.#14196
b205fb7Thanks @odiak! - Validate JSON stdin values forwrangler secret bulkJSON input piped through stdin now validates that secret values are strings or null before sending them to the API, matching the existing behavior for file input.
Updated dependencies [
d076bcc,48c4ff0]:create-cloudflare@2.70.1
Patch Changes
#14205
d6fd677Thanks @dependabot! - Update dependencies of "create-cloudflare"The following dependency versions have been updated:
#14206
9c07154Thanks @dependabot! - Update dependencies of "create-cloudflare"The following dependency versions have been updated:
#14207
33ab99bThanks @dependabot! - Update dependencies of "create-cloudflare"The following dependency versions have been updated:
#14208
82c4d93Thanks @dependabot! - Update dependencies of "create-cloudflare"The following dependency versions have been updated:
#14216
6b903e5Thanks @dependabot! - Update dependencies of "create-cloudflare"The following dependency versions have been updated:
miniflare@4.20260605.0
Patch Changes
#14192
d076bccThanks @dependabot! - Update dependencies of "miniflare", "wrangler"The following dependency versions have been updated:
#14177
48c4ff0Thanks @ktKongTong! - Enable local scheduled handler dispatch for Workers + Assets (can't test cron triggers locally with assets or redirected config #9882)It is now possible to trigger a scheduled handler on a Worker that has assets.
@cloudflare/pages-shared@0.13.144
Patch Changes
d076bcc,48c4ff0]:@cloudflare/vite-plugin@1.40.1
Patch Changes
23aecac,b932e47,d076bcc,165adb2,776098c,7993711,48c4ff0,8cf8c61,8923f97,f387256,b205fb7]:@cloudflare/vitest-pool-workers@0.16.14
Patch Changes
23aecac,b932e47,d076bcc,165adb2,776098c,7993711,48c4ff0,8cf8c61,8923f97,f387256,b205fb7]:@cloudflare/wrangler-bundler@0.1.3
Patch Changes
23aecac,b932e47,d076bcc,165adb2,776098c,7993711,8cf8c61,8923f97,f387256,b205fb7]:@cloudflare/edge-preview-authenticated-proxy@0.3.2
Patch Changes
8444499Thanks @penalosa! - Internal infrastructure changes