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
[email protected]
Minor Changes
#10349
d54d8b7
Thanks @edmundhung! - feat: addunsafeHandleDevRegistryUpdate
callback option to MiniflareAdds 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.
Patch Changes
ae0c806
Thanks @ruifigueira! - Browser Rendering for local development now uses @puppeteer/browsers package instead of puppeteer[email protected]
Minor Changes
76a6701
Thanks @garvit-gupta! - feat: Add Wrangler command for Vectorize list-vectors operationPatch 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! - Addrollout_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 enabledUpdated dependencies [
d54d8b7
,ae0c806
]:@cloudflare/[email protected]
Patch Changes
d54d8b7
,ae0c806
]:@cloudflare/[email protected]
Patch Changes
76a6701
,d54d8b7
,979984b
,80e964c
,a5a1426
,ae0c806
,0c04da9
,b524a6f
,eb32a3a
,4288a61
]:@cloudflare/[email protected]
Patch Changes
76a6701
,d54d8b7
,979984b
,80e964c
,a5a1426
,ae0c806
,0c04da9
,b524a6f
,eb32a3a
,4288a61
]:@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.