v1.19.1
v1.19.1
-
Fixes
-
Allow worker with no routes to be published - jspspike, pull/2024
Fixes #1700
-
Changed devtools reconnect warning message to log info - jspspike, pull/2027
Changed devtools reconnect warning message to log info
-
dont eat errors - caass, pull/2022
Print the original error when we create an error report.
This should help in debugging install errors, and other stuff where we cant report it
due to wrangler not being installed correctly -
Downgrade panic when no account IDs match a token to an error - jyn514, pull/2042
I'm still not sure exactly how this could happen, and I feel there's a bug here somewhere ... but
people are hitting this in practice (enough that someone ranwrangler report
) and this will help
the user experience in the meantime.... truncated
-
Load account ID before uploading cron triggers - jyn514, pull/2023
Fixes #2021.
-
Log bad request error details during dev - mrbbot, pull/2041
Currently, when the edge preview service returns a 400 Bad Request error during a
wrangler dev
session because the user's worker is invalid, all you see isError: HTTP status client error (400 Bad Request) for url
. When calling `wrangle
... truncated -
Remove build.rs - jyn514, pull/2029
While working on tests for
get_deployments()
in #2023, I found that any change to
src/settings/toml/tests/mod.rs
would cause the whole Wrangler library to be rebuilt, not just the
tests. I fo
... truncated -
Small typo in error message - robertaboukhalil, pull/2031
I came across this error message:
Please specify your deployment routes or wrangler_dev = true inside of your configuration file
But I think
wrangler_dev
should beworkers_dev
-
-
Maintenance
-
2032: Upgrade tar dependency - dhaynespls, pull/2033
Fixes #2032
-
Add
cargo audit
andnpm audit
to CI - jyn514, pull/2034This runs:
- On PRs that modify Cargo.toml or Cargo.lock
- weekly
and opens issues if either cargo or npm report an error. This does have false positives
occasionally, especially for dev-dependencies, but catching vulnerabilities seem
... truncated -
Bump assert_cmd from 1.0.7 to 2.0.0 - dependabot, pull/2019
-