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
wrangler@2.1.5
Patch Changes
#1819
d8a18070
Thanks @CarmenPopoviciu! - Adds support for custom _routes.json when runningwrangler pages dev
#1815
d8fe95d2
Thanks @cameron-robey! - feat: testing scheduled events withwrangler dev
remote modeUsing the new middleware (feat: new internal middleware #1735), we implement a way of testing scheduled workers from a fetch using
wrangler dev
in remote mode, by passing a new command line flag--test-scheduled
. This exposes a route/__scheduled
which will trigger the scheduled event.Closes Support cron triggers using preview and dev #570
#1801
07fc90d6
Thanks @rozenmd! - feat: multi-worker testingThis change introduces the ability to test multi-worker setups via the wrangler API's unstable_dev function.
Usage:
#1865
adfc52d6
Thanks @JacobMGEvans! - polish: loglevel flagAdded a '--log-level' flag that allows the user to specify between 'debug', 'info', 'log', 'warning', 'error', 'none'
Currently 'none' will turn off all outputs in Miniflare (local mode), however, Wrangler will still output Errors.
resolves Non verbose proxy #185
#1861
3d51d553
Thanks @GregBrimble! - fix: Add 'charset' to 'Content-Type' on 'wrangler pages dev' responses#1867
5a6ccc58
Thanks @cameron-robey! - fix: handle logging of empty map/set/weak-map/weak-set#1882
ba0aed63
Thanks @rozenmd! - chore: refactor remote.tsx to only destructure when necessary