#29056fd06241 Thanks @edevil! - feat: support external imports from cloudflare:... prefixed modules
Going forward Workers will be providing built-in modules (similar to node:...) that can be imported using the cloudflare:... prefix. This change adds support to the Wrangler bundler to mark these imports as external.
wrangler deployments view [deployment-id] will get the details of a deployment, including bindings and usage model information.
This information can be used to help debug bad deployments.
wrangler rollback [deployment-id] will rollback to a specific deployment in the runtime. This will be useful in situations like recovering from a bad
deployment quickly while resolving issues. If a deployment id is not specified wrangler will rollback to the previous deployment. This rollback only changes the code in the runtime and doesn't affect any code or configurations
in a developer's local setup.
wrangler deployments list will list the 10 most recent deployments. This command originally existed as wrangler deployments
Consumer concurrency allows a consumer Worker processing messages from a queue to automatically scale out horizontally in order to keep up with the rate that messages are being written to a queue.
The new max_concurrency setting can be used to limit the maximum number of concurrent consumer Worker invocations.
Patch Changes
#28389fa6b167 Thanks @mrbbot! - fix: display cause when local D1 migrations fail to apply
#29056fd06241 Thanks @edevil! - feat: support external imports from cloudflare:... prefixed modules
Going forward Workers will be providing built-in modules (similar to node:...) that can be imported using the cloudflare:... prefix. This change adds support to the Wrangler bundler to mark these imports as external.
wrangler deployments view [deployment-id] will get the details of a deployment, including bindings and usage model information.
This information can be used to help debug bad deployments.
wrangler rollback [deployment-id] will rollback to a specific deployment in the runtime. This will be useful in situations like recovering from a bad
deployment quickly while resolving issues. If a deployment id is not specified wrangler will rollback to the previous deployment. This rollback only changes the code in the runtime and doesn't affect any code or configurations
in a developer's local setup.
wrangler deployments list will list the 10 most recent deployments. This command originally existed as wrangler deployments
Consumer concurrency allows a consumer Worker processing messages from a queue to automatically scale out horizontally in order to keep up with the rate that messages are being written to a queue.
The new max_concurrency setting can be used to limit the maximum number of concurrent consumer Worker invocations.
Patch Changes
#28389fa6b167 Thanks @mrbbot! - fix: display cause when local D1 migrations fail to apply
... (truncated)
Commits
2496a42 Remove changeset and update changelog (#2926)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/ehharvey/Attendance/network/alerts).
Bumps undici to 5.20.0 and updates ancestor dependency wrangler. These dependencies need to be updated together.
Updates
undici
from 5.9.1 to 5.20.0Release notes
Sourced from undici's releases.
... (truncated)
Commits
28b9dea
Bumped v5.20.030dafe3
feat: change headersTimeout and bodyTimeout to 300s (#1937)eaf4dc9
test: more logs in wpt runner (#1933)8b8bfa7
fix: copy cookies when cloning haders (#1936)eae6807
feat: Support autoSelectFamily when connecting. (#1914)c2387e8
fix: Allow “undefined“ as value in headers (#1929)f73ec63
fix: disable websocket wpts in ci :( (#1932)2971280
perf: improve cookie parsing performance (#1931)984d53b
Bumped v5.19.16c32c0f
lint fixesUpdates
wrangler
from 2.4.4 to 2.13.0Release notes
Sourced from wrangler's releases.
... (truncated)
Changelog
Sourced from wrangler's changelog.
... (truncated)
Commits
2496a42
Remove changeset and update changelog (#2926)d6ab185
Version Packages (#2904)9fa6b16
Display cause when local D1 migrations fail to apply (#2838)163dccf
[Wrangler] Added sub commands in thedeployments
(#2607)6fd0624
allow cloudflare-specific js module (#2905)9996ac4
Fix in toml not working (#2902)ace4693
Add support for Queue Consumer concurrency (#2859)f61de1d
Version Packages (#2879)8b81abd
wrangler: remove unwanted logging from test runs (#2857)e33bea9
Fix debug logging for Pages upload (#2884)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/ehharvey/Attendance/network/alerts).