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
930ebb2Thanks @penalosa! - Add support for email local dev and send_email bindingPatch Changes
afd93b9Thanks @teresalves! - KV: improve error messages for bulk gets[email protected]
Minor Changes
930ebb2Thanks @penalosa! - Add support for email local dev and send_email bindingPatch Changes
#8809
09464a6Thanks @dario-piotrowicz! - improve error message when redirected config contains environmentsthis change improves that validation error message that users see
when a redirected config file contains environments, by:
offending environments in a list
of the tool which has generated the config
#8829
62df08aThanks @cmackenzie1! - Add option--cors-origin noneto remove CORS settings on a pipelineUpdated dependencies [
afd93b9,930ebb2]:[email protected]
Patch Changes
#8822
22b8a80Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#8844
0a9a260Thanks @vicb! - Disable incremental cache in the c3 Next.js template@cloudflare/[email protected]
Patch Changes
afd93b9,930ebb2]:@cloudflare/[email protected]
Patch Changes
#8823
f566680Thanks @dario-piotrowicz! - fix: replaceprocess.env.NODE_ENVfor nodejs_compat buildsmake sure that occurrences of
process.env.NODE_ENVare replaced with thecurrent
process.env.NODE_ENVvalue or"production"on builds that includethe
nodejs_compatflag, this enables libraries checking such value(e.g.
react-dom) to be properly treeshakenUpdated dependencies [
afd93b9,930ebb2,09464a6,62df08a]:@cloudflare/[email protected]
Patch Changes
#8832
3d825daThanks @LuisDuarte1! - Make vitest-pool-workers not hang when console.* is used in a WorkflowUpdated dependencies [
afd93b9,930ebb2,09464a6,62df08a]: