Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

workers-devprod
Copy link
Contributor

@workers-devprod workers-devprod commented Aug 13, 2025

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

[email protected]

Minor Changes

  • #10349 d54d8b7 Thanks @edmundhung! - feat: add unsafeHandleDevRegistryUpdate callback option to Miniflare

    Adds a new option to Miniflare that allows users to register a callback function that gets invoked whenever the dev registry is updated with changes to external services that the current Worker depends on.

    This callback is useful for scenarios where you need to react to changes in bound services, such as updating bindings tables or reloading configurations when dependent Workers are added, removed, or modified in the dev registry.

    const mf = new Miniflare({
    	// ... other options
    	unsafeHandleDevRegistryUpdate(registry) {
    		console.log("Dev registry updated:", registry);
    		// Handle registry updates (e.g., reprint bindings, reload config)
    	},
    });

Patch Changes

  • #10306 ae0c806 Thanks @ruifigueira! - Browser Rendering for local development now uses @puppeteer/browsers package instead of puppeteer

[email protected]

Minor Changes

Patch Changes

  • #10217 979984b Thanks @veggiedefender! - Increase the maxBuffer size for capnp uploads

  • #10356 80e964c Thanks @WillTaylorDev! - fix: Update regex for valid branch name to remove 61 char length requirement, allowing for longer branch names to be specified for preview aliases.

  • #10289 a5a1426 Thanks @emily-shen! - Cleanup container images created during local dev if no changes have been made.

    We now untag old images that were created by Wrangler/Vite if we find that the image content and configuration is unchanged, so that we don't keep accumulating image tags.

  • #10315 0c04da9 Thanks @emily-shen! - Add rollout_active_grace_period option to containers configuration.

    This allows users to configure how long an active container should keep running for during a rollout, before the upgrade is applied.

  • #10321 b524a6f Thanks @emily-shen! - print prettier errors during container deployment

  • #10253 eb32a3a Thanks @emily-shen! - fix redeploying container apps when previous deploy failed or container (but not image) was deleted.

    Previously this failed with No changes detected but no previous image found as we assumed there would be a previous deployment when an image exists in the registry.

  • #9990 4288a61 Thanks @penalosa! - Fix startup profiling when sourcemaps are enabled

  • Updated dependencies [d54d8b7, ae0c806]:

@cloudflare/[email protected]

Patch Changes

@cloudflare/[email protected]

Patch Changes

@cloudflare/[email protected]

Patch Changes

@cloudflare/[email protected]

Patch Changes

  • #10289 a5a1426 Thanks @emily-shen! - Cleanup container images created during local dev if no changes have been made.

    We now untag old images that were created by Wrangler/Vite if we find that the image content and configuration is unchanged, so that we don't keep accumulating image tags.

@workers-devprod workers-devprod requested review from a team as code owners August 13, 2025 12:34
Copy link

pkg-pr-new bot commented Aug 13, 2025

create-cloudflare

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

@cloudflare/kv-asset-handler

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

miniflare

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

@cloudflare/pages-shared

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

@cloudflare/unenv-preset

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

@cloudflare/vite-plugin

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

@cloudflare/vitest-pool-workers

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

@cloudflare/workers-editor-shared

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

wrangler

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

commit: 359a537

@workers-devprod workers-devprod force-pushed the changeset-release/main branch 11 times, most recently from 59cb36a to bddfc57 Compare August 14, 2025 13:14
@CarmenPopoviciu CarmenPopoviciu marked this pull request as draft August 14, 2025 15:02
@CarmenPopoviciu CarmenPopoviciu marked this pull request as ready for review August 14, 2025 15:02
@CarmenPopoviciu CarmenPopoviciu merged commit 8287f46 into main Aug 14, 2025
61 of 68 checks passed
@CarmenPopoviciu CarmenPopoviciu deleted the changeset-release/main branch August 14, 2025 15:26
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.

4 participants