Skip to content

Version Packages - #15634

Open
workers-devprod wants to merge 1 commit into
mainfrom
changeset-release/main
Open

Version Packages#15634
workers-devprod wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@workers-devprod

@workers-devprod workers-devprod commented Sep 14, 2026

Copy link
Copy Markdown
Contributor

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

@cloudflare/config@0.13.0

Minor Changes

  • #15453 ca71205 Thanks @G4brym! - Remove the gated Web Search binding and Wrangler command

    The unreleased search binding and its experimental command have been removed from Wrangler, Miniflare, and configuration APIs.

@cloudflare/deploy-helpers@0.12.0

Minor Changes

  • #15638 fa79b26 Thanks @G4brym! - Support AI Search bindings in Worker Previews

    wrangler preview now accepts ai_search and ai_search_namespaces entries in the previews block and includes them in Preview deployment bindings. This lets Workers that use AI Search instance or namespace bindings attach existing resources to Preview deployments, including preview-specific instance or namespace names.

    These bindings are non-inheritable: declare them explicitly under previews. They attach to existing AI Search resources; preview does not provision new isolated instances or namespaces.

  • #15256 16d1310 Thanks @theoephraim! - [private beta]: Add --secrets-file and --var flags to wrangler preview

    Like wrangler deploy and wrangler versions upload, wrangler preview now accepts a --secrets-file flag pointing to a JSON or .env format file, and --var KEY:VALUE pairs that are injected into the Preview deployment as plain text variables. CLI vars override same-named vars from the previews section of your config file, and secrets from the file take precedence over both:

    wrangler preview --secrets-file .env.preview --var API_URL:https://api.example.com

  • #15453 ca71205 Thanks @G4brym! - Remove the gated Web Search binding and Wrangler command

    The unreleased search binding and its experimental command have been removed from Wrangler, Miniflare, and configuration APIs.

Patch Changes

  • #15631 c4a6279 Thanks @petebacondarwin! - Restore static asset upload concurrency after gateway errors

    Static asset uploads previously remained at concurrency one for the rest of the deployment after any 524 response, which could make large deployments exceed the upload session lifetime. Successful uploads now restore the session's original concurrency gradually while retaining gateway throttling. Requests that were already in flight when throttling began do not restore capacity, so a burst of stale successes cannot immediately undo backpressure.

  • Updated dependencies [cb0955f, fa79b26, ca71205, 641df47]:

miniflare@5.20260911.2-alpha

Minor Changes

  • #15453 ca71205 Thanks @G4brym! - Remove the gated Web Search binding and Wrangler command

    The unreleased search binding and its experimental command have been removed from Wrangler, Miniflare, and configuration APIs.

Patch Changes

  • #15397 641df47 Thanks @james-elicx! - Reduce Miniflare's bundle size by sharing Zod across embedded workers

    Workflows, Email Store, and Local Explorer now import Zod from Miniflare's existing workerd extension instead of each bundling a separate copy.

@cloudflare/workers-auth@0.7.0

Minor Changes

  • #15623 c103dd6 Thanks @petebacondarwin! - Accept all production-registered cf OAuth scopes for explicit requests

    The cf scope validator now recognizes the full production OAuth registration, including newer scopes such as dns.read. The existing default login scope request remains unchanged, so broader permissions are requested only when a caller explicitly supplies them.

  • #15623 c103dd6 Thanks @petebacondarwin! - Support per-CLI default OAuth login flows

    CLI descriptors can now make OAuth device authorization their default while preserving a per-login opt-out. The cf auth layer enables this default for both explicit login commands and implicit logins started during account resolution; Wrangler continues to use its localhost callback flow by default.

  • #15453 ca71205 Thanks @G4brym! - Remove the gated Web Search binding and Wrangler command

    The unreleased search binding and its experimental command have been removed from Wrangler, Miniflare, and configuration APIs.

Patch Changes

@cloudflare/workers-utils@0.39.0

Minor Changes

  • #15638 fa79b26 Thanks @G4brym! - Support AI Search bindings in Worker Previews

    wrangler preview now accepts ai_search and ai_search_namespaces entries in the previews block and includes them in Preview deployment bindings. This lets Workers that use AI Search instance or namespace bindings attach existing resources to Preview deployments, including preview-specific instance or namespace names.

    These bindings are non-inheritable: declare them explicitly under previews. They attach to existing AI Search resources; preview does not provision new isolated instances or namespaces.

  • #15453 ca71205 Thanks @G4brym! - Remove the gated Web Search binding and Wrangler command

    The unreleased search binding and its experimental command have been removed from Wrangler, Miniflare, and configuration APIs.

Patch Changes

  • #15179 cb0955f Thanks @rioaguspermana! - Treat 502, 503, and 504 as gateway errors during asset upload retries

    Pages and Workers asset uploads now retry more patiently when the Cloudflare API responds with a 502, 503 or 504 gateway error, reducing concurrency and waiting longer between attempts instead of failing the deploy quickly.

wrangler@4.132.0

Minor Changes

  • #14587 76c0ce6 Thanks @MattieTK! - Categorise the positional path argument to wrangler deploy and wrangler versions upload in command telemetry

    Command telemetry now records a coarse category for the entry-point/assets positional (wrangler deploy <path>) under sanitizedArgs.path, so we can understand whether people pass a file, a directory, or a relational reference such as . or ../example. The possible values are file, directory, current-dir, parent-relative, and not-found, or null when no positional is provided. The raw path is never sent — only the category.

  • #15638 fa79b26 Thanks @G4brym! - Support AI Search bindings in Worker Previews

    wrangler preview now accepts ai_search and ai_search_namespaces entries in the previews block and includes them in Preview deployment bindings. This lets Workers that use AI Search instance or namespace bindings attach existing resources to Preview deployments, including preview-specific instance or namespace names.

    These bindings are non-inheritable: declare them explicitly under previews. They attach to existing AI Search resources; preview does not provision new isolated instances or namespaces.

  • #15256 16d1310 Thanks @theoephraim! - [private beta]: Add --secrets-file and --var flags to wrangler preview

    Like wrangler deploy and wrangler versions upload, wrangler preview now accepts a --secrets-file flag pointing to a JSON or .env format file, and --var KEY:VALUE pairs that are injected into the Preview deployment as plain text variables. CLI vars override same-named vars from the previews section of your config file, and secrets from the file take precedence over both:

    wrangler preview --secrets-file .env.preview --var API_URL:https://api.example.com

  • #15453 ca71205 Thanks @G4brym! - Remove the gated Web Search binding and Wrangler command

    The unreleased search binding and its experimental command have been removed from Wrangler, Miniflare, and configuration APIs.

Patch Changes

  • #14775 1be7b97 Thanks @dario-piotrowicz! - Sync Local Explorer endpoint lists across agent hints

    The Local Explorer endpoint list is now consistent across the three places it appears: the AGENTS.md template in create-cloudflare, the runtime agent hint in wrangler dev, and the Vite plugin agent hint. All three now include the observability/clear endpoint, use the canonical /cdn-cgi/local/explorer path, and have cross-reference comments pointing to each other.

  • #15409 b149147 Thanks @tpmmorris! - Fix per-query overrides for wrangler ai-search search

    --score-threshold, --max-num-results, --filter, and --reranking are now sent using the AI Search request schema, so the service applies them to searches instead of ignoring them.

  • #14906 a0856da Thanks @exKAZUu! - Surface the original error message, name and stack when the dev server reports an internal error

    Previously wrangler dev could exit with an empty ✘ [ERROR] log that gave no indication of what went wrong (e.g. Network connection lost., see wrangler dev: steady ~5s request cadence phase-locks with kj's 5s keep-alive timeouts — POSTs intermittently fail with 503 "worker restarted mid-request" (worker never restarted) #14641). These errors now include their original message, name and stack, so the failure is actually diagnosable.

  • #15179 cb0955f Thanks @rioaguspermana! - Treat 502, 503, and 504 as gateway errors during asset upload retries

    Pages and Workers asset uploads now retry more patiently when the Cloudflare API responds with a 502, 503 or 504 gateway error, reducing concurrency and waiting longer between attempts instead of failing the deploy quickly.

  • #15400 e03822a Thanks @james-elicx! - Reduce the size of Wrangler's published package

    Exclude test-only, build-only, and obsolete template files from the npm package while retaining all runtime templates.

  • #15631 c4a6279 Thanks @petebacondarwin! - Restore static asset upload concurrency after gateway errors

    Static asset uploads previously remained at concurrency one for the rest of the deployment after any 524 response, which could make large deployments exceed the upload session lifetime. Successful uploads now restore the session's original concurrency gradually while retaining gateway throttling. Requests that were already in flight when throttling began do not restore capacity, so a burst of stale successes cannot immediately undo backpressure.

  • Updated dependencies [ca71205, 641df47]:

@cloudflare/autoconfig@0.4.6

Patch Changes

  • #15491 6c15da1 Thanks @penalosa! - Recognize Astro 7 as officially supported by autoconfig

    Astro 7 projects no longer receive an unsupported-version warning during automatic configuration. Astro 7 uses the existing native astro add cloudflare configuration path introduced for Astro 6.

  • Updated dependencies [cb0955f, fa79b26, ca71205]:

    • @cloudflare/workers-utils@0.39.0
    • @cloudflare/config@0.13.0
    • @cloudflare/cli-shared-helpers@0.1.31

@cloudflare/build-output-utils@0.5.1

Patch Changes

  • Updated dependencies [ca71205]:
    • @cloudflare/config@0.13.0

@cloudflare/cli-shared-helpers@0.1.31

Patch Changes

@cloudflare/containers-shared@0.16.3

Patch Changes

  • Updated dependencies [cb0955f, fa79b26, ca71205]:
    • @cloudflare/workers-utils@0.39.0
    • @cloudflare/cli-shared-helpers@0.1.31

create-cloudflare@2.72.8

Patch Changes

  • #14775 1be7b97 Thanks @dario-piotrowicz! - Sync Local Explorer endpoint lists across agent hints

    The Local Explorer endpoint list is now consistent across the three places it appears: the AGENTS.md template in create-cloudflare, the runtime agent hint in wrangler dev, and the Vite plugin agent hint. All three now include the observability/clear endpoint, use the canonical /cdn-cgi/local/explorer path, and have cross-reference comments pointing to each other.

  • #15627 14ed9af Thanks @dependabot! - Update dependencies of "create-cloudflare"

    The following dependency versions have been updated:

    Dependency From To
    create-next-app 16.3.4 16.3.5
  • #15628 da6a505 Thanks @dependabot! - Update dependencies of "create-cloudflare"

    The following dependency versions have been updated:

    Dependency From To
    create-analog 2.7.1 2.7.2
  • #15629 13e6372 Thanks @dependabot! - Update dependencies of "create-cloudflare"

    The following dependency versions have been updated:

    Dependency From To
    @angular/create 22.1.7 22.1.8
  • #15630 4e5f2b9 Thanks @dependabot! - Update dependencies of "create-cloudflare"

    The following dependency versions have been updated:

    Dependency From To
    create-vite 9.2.0 9.2.1

@cloudflare/pages-shared@0.13.182

Patch Changes

@cloudflare/vite-plugin@1.54.10

Patch Changes

@cloudflare/vitest-plugin@1.1.10

Patch Changes

@cloudflare/remote-bindings@0.0.25

Patch Changes

@cloudflare/runtime-types@0.0.27

Patch Changes

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note

This report is out of date. Scroll down for Devin Review's latest report on this PR.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Devin Review

@pkg-pr-new

pkg-pr-new Bot commented Sep 14, 2026

Copy link
Copy Markdown
@cloudflare/autoconfig

npm i https://pkg.pr.new/@cloudflare/autoconfig@15634

@cloudflare/build-output-utils

npm i https://pkg.pr.new/@cloudflare/build-output-utils@15634

@cloudflare/codemods

npm i https://pkg.pr.new/@cloudflare/codemods@15634

@cloudflare/config

npm i https://pkg.pr.new/@cloudflare/config@15634

@cloudflare/containers-shared

npm i https://pkg.pr.new/@cloudflare/containers-shared@15634

create-cloudflare

npm i https://pkg.pr.new/create-cloudflare@15634

@cloudflare/deploy-helpers

npm i https://pkg.pr.new/@cloudflare/deploy-helpers@15634

@cloudflare/kv-asset-handler

npm i https://pkg.pr.new/@cloudflare/kv-asset-handler@15634

miniflare

npm i https://pkg.pr.new/miniflare@15634

@cloudflare/pages-functions

npm i https://pkg.pr.new/@cloudflare/pages-functions@15634

@cloudflare/pages-shared

npm i https://pkg.pr.new/@cloudflare/pages-shared@15634

@cloudflare/unenv-preset

npm i https://pkg.pr.new/@cloudflare/unenv-preset@15634

@cloudflare/vite-plugin

npm i https://pkg.pr.new/@cloudflare/vite-plugin@15634

@cloudflare/vitest-plugin

npm i https://pkg.pr.new/@cloudflare/vitest-plugin@15634

@cloudflare/workers-auth

npm i https://pkg.pr.new/@cloudflare/workers-auth@15634

@cloudflare/workers-editor-shared

npm i https://pkg.pr.new/@cloudflare/workers-editor-shared@15634

@cloudflare/workers-utils

npm i https://pkg.pr.new/@cloudflare/workers-utils@15634

wrangler

npm i https://pkg.pr.new/wrangler@15634

commit: 8ceaaa7

@workers-devprod
workers-devprod force-pushed the changeset-release/main branch 8 times, most recently from 9fedb74 to 3521c68 Compare September 14, 2026 14:42

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Devin Review found 1 new potential issue.

Devin Review

@@ -1,7 +0,0 @@
---
"@cloudflare/autoconfig": patch

@devin-ai-integration devin-ai-integration Bot Sep 14, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 Astro 7 support gets patch

The generated 0.4.6 release classifies Astro 7 support as patch instead of minor. New framework support requires a minor release.

Learn more

The consumed tidy-astro-seven changeset declared a patch bump. The repository classifies new framework support and changes to prerelease packages as minor releases. Versioning that changeset as patch generated 0.4.6 and its matching changelog section.

Example: A consumer looking for the release that officially accepts Astro 7 sees only a patch transition from 0.4.5 to 0.4.6, despite the newly supported framework version.

Recommended fix: Change @cloudflare/autoconfig in tidy-astro-seven from patch to minor, then rerun the Changesets version command so the package version and changelog become 0.5.0.

Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

@workers-devprod
workers-devprod force-pushed the changeset-release/main branch 6 times, most recently from 5540ff0 to 9dfaf98 Compare September 14, 2026 19:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant