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
6dd1e23Thanks @CarmenPopoviciu! - Add--cwdglobal argument to thewranglerCLI to allow changing the current working directory before running any command.Patch Changes
#8191
968c3d9Thanks @vicb! - Optimize global injection in node compat mode#8247
a9a4c33Thanks @GregBrimble! - feat: Omits Content-Type header for files of an unknown extension in Workers AssetsUpdated dependencies [
a9a4c33,6cae13a]:[email protected]
Patch Changes
#8233
74a808fThanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#8241
708de7fThanks @dario-piotrowicz! - update experimental Next.js template to work on@opennextjs/[email protected]#8240
47f56a2Thanks @dario-piotrowicz! - fix: remove unnecessary flags passed tocreate-next-appwhen creating Next.js apps in experimental modeThis change removes a set of flags that get passed to
create-next-appthat force the generated Next.jsapplication to have specific settings (e.g. typescript, tailwind, src directory, etc...) which are not
actually mandatory/recommended for the use of the open-next Cloudflare adapter
#8215
eb0912dThanks @CarmenPopoviciu! - This change makes the user facing message C3 displays while waiting for DNS propagation, more friendly/informative. The idea is to inform users that DNS propagation might sometimes take even up to 2 minutes. This will hopefully prevent confusion around whether how long the process will take, or whether the process is stuck, etc.#8243
c62973bThanks @CarmenPopoviciu! - fix: Ensure we exit the process on "SIGINT" and "SIGTERM"Currently C3 does not explicitly exit the process if an error is thrown, or if a "SIGINT" or "SIGTERM" signal is received. This leads to situations when, if
ctrl+Cis pressed while there are still tasks in the stack/microtask queues (think in flight async xhr calls, or polling, or long runningwhileloops), the current process will continue running until all those tasks are run to completion, and the queues are empty.This commit fixes this by explicitly calling
process.exit()when an error is thrown (our internal "SIGINT"/"SIGTERM" handlers will throw aCancelError), thus ensuring we always exit the process.[email protected]
Patch Changes
#8247
a9a4c33Thanks @GregBrimble! - feat: Omits Content-Type header for files of an unknown extension in Workers Assets#8239
6cae13aThanks @edmundhung! - fix: allow thefetchMockoption to be parsed upfront before passing it to Miniflare@cloudflare/[email protected]
Patch Changes
a9a4c33,6cae13a]:@cloudflare/[email protected]
Patch Changes
a9a4c33,6cae13a]:@cloudflare/[email protected]
Patch Changes
#8182
085a37aThanks @edmundhung! - fix mock modules not re-evaluated in watch modeUpdated dependencies [
968c3d9,a9a4c33,6cae13a,6dd1e23]:@cloudflare/[email protected]
Patch Changes
a9a4c33Thanks @GregBrimble! - feat: Omits Content-Type header for files of an unknown extension in Workers Assets