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
@cloudflare/[email protected]
Minor Changes
004fd33
Thanks @GregBrimble! - feat: Return a 304 Not Modified response when matching an asset preservation cache request if appropriatePatch Changes
1488e11
,7216835
]:[email protected]
Minor Changes
#7425
8757579
Thanks @CarmenPopoviciu! - feat: Make DX improvements inwrangler dev --remote
Workers + Assets projects have, in certain situations, a relatively degraded
wrangler dev --remote
developer experience, as opposed to Workers proper projects. This is due to the fact that, for Workers + Assets, we need to make extra API calls to:This commit improves the
wrangler dev --remote
DX for Workers + Assets, for use cases when the User Worker/assets change while the API calls for previous changes are still in flight. For such use cases, we have put an exit early strategy in place, that drops the event handler execution of the previous changes, in favour of the handler triggered by the new changes.#7537
086a6b8
Thanks @WillTaylorDev! - Provide validation around assets.experimental_serve_directly#7568
2bbcb93
Thanks @WillTaylorDev! - Warn users when using smart placement with Workers + Assets andserve_directly
is set tofalse
Patch Changes
#7521
48e7e10
Thanks @emily-shen! - feat: add experimental_patchConfig()experimental_patchConfig()
can add to a user's config file. It preserves comments if its awrangler.jsonc
. However, it is not suitable forwrangler.toml
with comments as we cannot preserve comments on write.Updated dependencies [
1488e11
,7216835
]:[email protected]
Patch Changes
#7591
4ab7ffc
Thanks @emily-shen! - feat: add ui to add a binding via the extension#7582
ab0ac94
Thanks @edmundhung! - Introduce a bindings view that lists all the KV, D1 and R2 bindings on the wrangler config (e.g.wrangler.toml
,wrangler.jsonc
)[email protected]
Patch Changes
#7589
1488e11
Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
#7575
7216835
Thanks @LuisDuarte1! - MakeInstance.status()
return type the same as production@cloudflare/[email protected]
Patch Changes
1488e11
,7216835
,48e7e10
,8757579
,086a6b8
,2bbcb93
]:@cloudflare/[email protected]
Patch Changes
#7598
178fd01
Thanks @CarmenPopoviciu! - Dummy workers-shared version bumpThe Router Worker and Asset Worker of
workers-shared
are currently in a weird state that prevents us to redeploy them. The current versions of these workers are developer modified due to adding secrets. We want a CI controlled version to safely use these secrets.This commit performs a dummy
workers-shared
version bump to unlock us from this blocked state.@cloudflare/[email protected]
Patch Changes
7216835
Thanks @LuisDuarte1! - MakeInstance.status()
return type the same as production