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
34f9797
Thanks @WillTaylorDev! - chore: providesrun_worker_first
for Worker-script-first configuration. Deprecatesexperimental_serve_directly
.[email protected]
Minor Changes
34f9797
Thanks @WillTaylorDev! - chore: providesrun_worker_first
for Worker-script-first configuration. Deprecatesexperimental_serve_directly
.Patch Changes
#7945
d758215
Thanks @ns476! - Add Images binding (in private beta for the time being)#7947
f57bc4e
Thanks @dario-piotrowicz! - fix: avoidgetPlatformProxy
logging twice that it is using vars defined in.dev.vars
fileswhen
getPlatformProxy
is called and it retrieves values from.dev.vars
files, it logs twicea message like:
Using vars defined in .dev.vars
, the changes here make sure that in such casesthis log only appears once
#7889
38db4ed
Thanks @emily-shen! - feat: add experimental resource auto-provisioning to versions upload#7864
de6fa18
Thanks @dario-piotrowicz! - Update theunstable_getMiniflareWorkerOptions
types to always include anenv
parameter.The
unstable_getMiniflareWorkerOptions
types, when accepting a config object as the first argument,didn't accept a second
env
argument. The changes here make sure they do, since theenv
is stillrelevant for picking up variables from
.dev.vars
files.#7964
bc4d6c8
Thanks @LuisDuarte1! - Fix scripts binding to a workflow in a different script overriding workflow configUpdated dependencies [
cf4f47a
]:[email protected]
Patch Changes
#7903
ce8bfbd
Thanks @dario-piotrowicz! - update experimental Next.js template to work on@opennextjs/[email protected]
#7972
7112347
Thanks @andyjessop! - chore: bumps create-hono version to ensure correct Wrangler config file. Fixes the issue where C3 was generating both awrangler.toml
and awrangler.json
file.[email protected]
Patch Changes
cf4f47a
Thanks @penalosa! - Switch tocapnp-es
overcapnp-ts
@cloudflare/[email protected]
Patch Changes
cf4f47a
]:@cloudflare/[email protected]
Patch Changes
#7939
17ce7f5
Thanks @anonrig! - RemoveclearImmediate()
andsetImmediate()
injectsThese globals are now available in workerd (as of v1.20240815 - cloudflare/workerd@f07cd8e).
@cloudflare/[email protected]
Patch Changes
#7864
de6fa18
Thanks @dario-piotrowicz! - Add full support for.dev.vars
files.This change makes sure that
.dev.vars
files work when the environment is specified. It alsocopies the target
.dev.vars
file (which might be environment specific, e.g..dev.vars.prod
)to the worker's dist directory so that
vite preview
can pick it up.The copied file will always be named
.dev.vars
.Updated dependencies [
d758215
,34f9797
,f57bc4e
,cf4f47a
,38db4ed
,de6fa18
,bc4d6c8
]:@cloudflare/[email protected]
Patch Changes
#7773
aa3ee63
Thanks @emily-shen! - fix: respectrun_worker_first
when testing worker with assetsUpdated dependencies [
d758215
,34f9797
,f57bc4e
,cf4f47a
,38db4ed
,de6fa18
,bc4d6c8
]: