Skip to content

Conversation

@workers-devprod
Copy link
Contributor

@workers-devprod workers-devprod commented Jan 29, 2026

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

miniflare@4.20260129.0

Minor Changes

  • #12185 f7aa8c7 Thanks @penalosa! - Add timestamp field to the version metadata binding in local development. The version metadata binding now includes id, tag, and timestamp fields, making it easier to test version-aware logic locally.

Patch Changes

  • #12289 0aaf080 Thanks @dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260128.0 1.20260129.0

@cloudflare/workers-utils@0.9.0

Minor Changes

  • #11803 1bd1488 Thanks @dario-piotrowicz! - Add a new subrequests limit to the limits field of the Wrangler configuration file

    Before only the cpu_ms limit was supported in the limits field of the Wrangler configuration file, now a subrequests limit can be specified as well which enables the user to limit the number of fetch requests that a Worker's invocation can make.

    Example:

    {
    	"$schema": "./node_modules/wrangler/config-schema.json",
    	"limits": {
    		"cpu_ms": 1000,
    		"subrequests": 150 // newly added field
    	}
    }

wrangler@4.62.0

Minor Changes

  • #12064 964a39d Thanks @G4brym! - Add AI Search OAuth scopes to login

    Adds ai-search:write and ai-search:run OAuth scopes to the default login scopes, enabling wrangler to authenticate with AI Search APIs.

  • #11803 1bd1488 Thanks @dario-piotrowicz! - Add a new subrequests limit to the limits field of the Wrangler configuration file

    Before only the cpu_ms limit was supported in the limits field of the Wrangler configuration file, now a subrequests limit can be specified as well which enables the user to limit the number of fetch requests that a Worker's invocation can make.

    Example:

    {
    	"$schema": "./node_modules/wrangler/config-schema.json",
    	"limits": {
    		"cpu_ms": 1000,
    		"subrequests": 150 // newly added field
    	}
    }
  • #12185 f7aa8c7 Thanks @penalosa! - Add timestamp field to the version metadata binding in local development. The version metadata binding now includes id, tag, and timestamp fields, making it easier to test version-aware logic locally.

Patch Changes

  • #12190 ce736b9 Thanks @dario-piotrowicz! - Update autoconfig logic to handle Next.js projects by using the new @opennextjs/cloudflare migrate command

  • #12289 0aaf080 Thanks @dependabot! - Update dependencies of "miniflare", "wrangler"

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20260128.0 1.20260129.0
  • #11971 fdd7a9f Thanks @dario-piotrowicz! - Add framework id, build command, and deploy command to the autoconfig_summary field in the deploy output entry

    Add the framework id alongside the commands to build and deploy the project to the output being printed by wrangler deploy to WRANGLER_OUTPUT_FILE_DIRECTORY or WRANGLER_OUTPUT_FILE_PATH.

    For example for an npm Astro project these would be:

    • Framework id: astro
    • Build command: npm run build
    • Deploy command: npx wrangler deploy

    While for a Next.js project they would instead be:

    • Framework id: next
    • Build command: npx @opennextjs/cloudflare build
    • Deploy command: npx @opennextjs/cloudflare deploy
  • #12211 a5fca2c Thanks @elithrar! - Remove the 'pubsub' sub-command and related functionality

    The Pub/Sub product was never made publicly available and has been discontinued. This removes the wrangler pubsub command and all associated functionality.

  • Updated dependencies [0aaf080, f7aa8c7]:

    • miniflare@4.20260129.0

create-cloudflare@2.62.6

Patch Changes

  • #12269 a1450ca Thanks @penalosa! - Handle git commit failures gracefully

    When creating the initial commit fails (for example, when GPG signing is cancelled or misconfigured), the setup process now continues instead of crashing. A message is displayed informing the user that the commit was skipped and they can commit manually later.

@cloudflare/pages-shared@0.13.104

Patch Changes

@cloudflare/vite-plugin@1.22.2

Patch Changes

@cloudflare/vitest-pool-workers@0.12.9

Patch Changes

@workers-devprod workers-devprod requested review from a team as code owners January 29, 2026 12:02
@claude
Copy link
Contributor

claude bot commented Jan 29, 2026

Claude finished @workers-devprod's task —— View job


Changeset Review

Todo List:

  • Check for cute animal images
  • Read changeset guidelines from .changeset/README.md
  • Review changeset files
  • Validate against criteria
  • Post review findings

All changesets look good

Reviewed 8 changesets:

  • add-ai-search-oauth-scopes.md - wrangler minor
  • ahdjzkizttbkaudepwzx.md - create-cloudflare patch
  • breezy-ends-bathe.md - wrangler patch
  • dependabot-update-12289.md - miniflare/wrangler patch
  • few-cameras-notice.md - wrangler patch
  • remove-pubsub.md - wrangler patch
  • tricky-pugs-send.md - workers-utils/wrangler minor
  • version-metadata-timestamp.md - miniflare/wrangler minor

All changesets pass validation:

  • Version types are appropriate
  • Descriptions are clear and meaningful
  • No problematic markdown headers
  • Code examples are properly formatted

Copy link
Contributor

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

Choose a reason for hiding this comment

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

✅ Devin Review: No Issues Found

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

Open in Devin Review

@pkg-pr-new
Copy link

pkg-pr-new bot commented Jan 29, 2026

create-cloudflare

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

@cloudflare/kv-asset-handler

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

miniflare

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

@cloudflare/pages-shared

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

@cloudflare/unenv-preset

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

@cloudflare/vite-plugin

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

@cloudflare/vitest-pool-workers

npm i https://pkg.pr.new/@cloudflare/vitest-pool-workers@12266

@cloudflare/workers-editor-shared

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

@cloudflare/workers-utils

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

wrangler

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

commit: 68680ca

@workers-devprod workers-devprod force-pushed the changeset-release/main branch 7 times, most recently from 396ff56 to 0be2031 Compare January 29, 2026 18:25
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