Version Packages - #15634
Conversation
0082d20 to
3c585b2
Compare
@cloudflare/autoconfig
@cloudflare/build-output-utils
@cloudflare/codemods
@cloudflare/config
@cloudflare/containers-shared
create-cloudflare
@cloudflare/deploy-helpers
@cloudflare/kv-asset-handler
miniflare
@cloudflare/pages-functions
@cloudflare/pages-shared
@cloudflare/unenv-preset
@cloudflare/vite-plugin
@cloudflare/vitest-plugin
@cloudflare/workers-auth
@cloudflare/workers-editor-shared
@cloudflare/workers-utils
wrangler
commit: |
9fedb74 to
3521c68
Compare
| @@ -1,7 +0,0 @@ | |||
| --- | |||
| "@cloudflare/autoconfig": patch | |||
There was a problem hiding this comment.
🟡 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.
Was this helpful? React with 👍 or 👎 to provide feedback.
5540ff0 to
9dfaf98
Compare
9dfaf98 to
8ceaaa7
Compare
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
ca71205Thanks @G4brym! - Remove the gated Web Search binding and Wrangler commandThe 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
fa79b26Thanks @G4brym! - Support AI Search bindings in Worker Previewswrangler previewnow acceptsai_searchandai_search_namespacesentries in thepreviewsblock 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
16d1310Thanks @theoephraim! - [private beta]: Add--secrets-fileand--varflags towrangler previewLike
wrangler deployandwrangler versions upload,wrangler previewnow accepts a--secrets-fileflag pointing to a JSON or .env format file, and--var KEY:VALUEpairs that are injected into the Preview deployment as plain text variables. CLI vars override same-named vars from thepreviewssection 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
ca71205Thanks @G4brym! - Remove the gated Web Search binding and Wrangler commandThe unreleased search binding and its experimental command have been removed from Wrangler, Miniflare, and configuration APIs.
Patch Changes
#15631
c4a6279Thanks @petebacondarwin! - Restore static asset upload concurrency after gateway errorsStatic 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
ca71205Thanks @G4brym! - Remove the gated Web Search binding and Wrangler commandThe unreleased search binding and its experimental command have been removed from Wrangler, Miniflare, and configuration APIs.
Patch Changes
#15397
641df47Thanks @james-elicx! - Reduce Miniflare's bundle size by sharing Zod across embedded workersWorkflows, 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
c103dd6Thanks @petebacondarwin! - Accept all production-registered cf OAuth scopes for explicit requestsThe 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
c103dd6Thanks @petebacondarwin! - Support per-CLI default OAuth login flowsCLI 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
ca71205Thanks @G4brym! - Remove the gated Web Search binding and Wrangler commandThe unreleased search binding and its experimental command have been removed from Wrangler, Miniflare, and configuration APIs.
Patch Changes
cb0955f,fa79b26,ca71205]:@cloudflare/workers-utils@0.39.0
Minor Changes
#15638
fa79b26Thanks @G4brym! - Support AI Search bindings in Worker Previewswrangler previewnow acceptsai_searchandai_search_namespacesentries in thepreviewsblock 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
ca71205Thanks @G4brym! - Remove the gated Web Search binding and Wrangler commandThe unreleased search binding and its experimental command have been removed from Wrangler, Miniflare, and configuration APIs.
Patch Changes
#15179
cb0955fThanks @rioaguspermana! - Treat 502, 503, and 504 as gateway errors during asset upload retriesPages 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
76c0ce6Thanks @MattieTK! - Categorise the positional path argument towrangler deployandwrangler versions uploadin command telemetryCommand telemetry now records a coarse category for the entry-point/assets positional (
wrangler deploy <path>) undersanitizedArgs.path, so we can understand whether people pass a file, a directory, or a relational reference such as.or../example. The possible values arefile,directory,current-dir,parent-relative, andnot-found, ornullwhen no positional is provided. The raw path is never sent — only the category.#15638
fa79b26Thanks @G4brym! - Support AI Search bindings in Worker Previewswrangler previewnow acceptsai_searchandai_search_namespacesentries in thepreviewsblock 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
16d1310Thanks @theoephraim! - [private beta]: Add--secrets-fileand--varflags towrangler previewLike
wrangler deployandwrangler versions upload,wrangler previewnow accepts a--secrets-fileflag pointing to a JSON or .env format file, and--var KEY:VALUEpairs that are injected into the Preview deployment as plain text variables. CLI vars override same-named vars from thepreviewssection 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
ca71205Thanks @G4brym! - Remove the gated Web Search binding and Wrangler commandThe unreleased search binding and its experimental command have been removed from Wrangler, Miniflare, and configuration APIs.
Patch Changes
#14775
1be7b97Thanks @dario-piotrowicz! - Sync Local Explorer endpoint lists across agent hintsThe Local Explorer endpoint list is now consistent across the three places it appears: the AGENTS.md template in
create-cloudflare, the runtime agent hint inwrangler dev, and the Vite plugin agent hint. All three now include theobservability/clearendpoint, use the canonical/cdn-cgi/local/explorerpath, and have cross-reference comments pointing to each other.#15409
b149147Thanks @tpmmorris! - Fix per-query overrides forwrangler ai-search search--score-threshold,--max-num-results,--filter, and--rerankingare now sent using the AI Search request schema, so the service applies them to searches instead of ignoring them.#14906
a0856daThanks @exKAZUu! - Surface the original error message, name and stack when the dev server reports an internal errorPreviously
wrangler devcould 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
cb0955fThanks @rioaguspermana! - Treat 502, 503, and 504 as gateway errors during asset upload retriesPages 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
e03822aThanks @james-elicx! - Reduce the size of Wrangler's published packageExclude test-only, build-only, and obsolete template files from the npm package while retaining all runtime templates.
#15631
c4a6279Thanks @petebacondarwin! - Restore static asset upload concurrency after gateway errorsStatic 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
6c15da1Thanks @penalosa! - Recognize Astro 7 as officially supported by autoconfigAstro 7 projects no longer receive an unsupported-version warning during automatic configuration. Astro 7 uses the existing native
astro add cloudflareconfiguration path introduced for Astro 6.Updated dependencies [
cb0955f,fa79b26,ca71205]:@cloudflare/build-output-utils@0.5.1
Patch Changes
ca71205]:@cloudflare/cli-shared-helpers@0.1.31
Patch Changes
cb0955f,fa79b26,ca71205]:@cloudflare/containers-shared@0.16.3
Patch Changes
cb0955f,fa79b26,ca71205]:create-cloudflare@2.72.8
Patch Changes
#14775
1be7b97Thanks @dario-piotrowicz! - Sync Local Explorer endpoint lists across agent hintsThe Local Explorer endpoint list is now consistent across the three places it appears: the AGENTS.md template in
create-cloudflare, the runtime agent hint inwrangler dev, and the Vite plugin agent hint. All three now include theobservability/clearendpoint, use the canonical/cdn-cgi/local/explorerpath, and have cross-reference comments pointing to each other.#15627
14ed9afThanks @dependabot! - Update dependencies of "create-cloudflare"The following dependency versions have been updated:
#15628
da6a505Thanks @dependabot! - Update dependencies of "create-cloudflare"The following dependency versions have been updated:
#15629
13e6372Thanks @dependabot! - Update dependencies of "create-cloudflare"The following dependency versions have been updated:
#15630
4e5f2b9Thanks @dependabot! - Update dependencies of "create-cloudflare"The following dependency versions have been updated:
@cloudflare/pages-shared@0.13.182
Patch Changes
ca71205,641df47]:@cloudflare/vite-plugin@1.54.10
Patch Changes
#14775
1be7b97Thanks @dario-piotrowicz! - Sync Local Explorer endpoint lists across agent hintsThe Local Explorer endpoint list is now consistent across the three places it appears: the AGENTS.md template in
create-cloudflare, the runtime agent hint inwrangler dev, and the Vite plugin agent hint. All three now include theobservability/clearendpoint, use the canonical/cdn-cgi/local/explorerpath, and have cross-reference comments pointing to each other.Updated dependencies [
1be7b97,b149147,76c0ce6,a0856da,cb0955f,fa79b26,16d1310,ca71205,e03822a,641df47,c4a6279]:@cloudflare/vitest-plugin@1.1.10
Patch Changes
1be7b97,b149147,76c0ce6,a0856da,cb0955f,fa79b26,16d1310,ca71205,e03822a,641df47,c4a6279]:@cloudflare/remote-bindings@0.0.25
Patch Changes
c103dd6,c103dd6,cb0955f,fa79b26,16d1310,ca71205,641df47,c4a6279]:@cloudflare/runtime-types@0.0.27
Patch Changes
ca71205,641df47]: