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
miniflare@3.20240405.1
Minor Changes
#5409
08b4908
Thanks @mrbbot! - feature: respect incomingAccept-Encoding
header and ensureAccept-Encoding
/request.cf.clientAcceptEncoding
set correctlyPreviously, Miniflare would pass through the incoming
Accept-Encoding
header to your Worker code. This change ensures this header is always set toAccept-Encoding: br, gzip
for incoming requests to your Worker. The original value ofAccept-Encoding
will be stored inrequest.cf.clientAcceptEncoding
. This matches deployed behaviour.Fixes 🐛 BUG:
wrangler dev
switchesAccept-Encoding
andrequest.cf.clientAcceptEncoding
#5246wrangler@3.50.0
Minor Changes
#5587
d95450f
Thanks @CarmenPopoviciu! - fix:pages functions build-env
should throw error if invalid Pages config file is found#5572
65aa21c
Thanks @CarmenPopoviciu! - fix: fixpages function build-env
to exit with code rather than throw fatal errorCurrently pages functions build-env throws a fatal error if a config file does not exit, or if it is invalid. This causes issues for the CI system. We should instead exit with a specific code, if any of those situations arises.
#5291
ce00a44
Thanks @pmiguel! - feature: Added bespoke OAuth scope for Queues management.Patch Changes
08b4908
]:create-cloudflare@2.18.1
Patch Changes
#5333
d5f3c13
Thanks @dependabot! - chore: update dependencies of "create-cloudflare" packageThe following dependency versions have been updated:
#5576
c9c68d8
Thanks @jculvey! - chore: Update the wrangler.toml of the Python Workers template to include commented out bindings definitions.@cloudflare/pages-shared@0.11.28
Patch Changes
08b4908
]:@cloudflare/vitest-pool-workers@0.1.19
Patch Changes
d95450f
,65aa21c
,08b4908
,ce00a44
]: