Closed renovate[bot] closed 4 days ago
✓ no_errors{server:node-http,mode:no-schema}
✓ expected_result{server:node-http,mode:no-schema}
✓ no_errors{server:node-http,mode:json-schema}
✓ expected_result{server:node-http,mode:json-schema}
✓ no_errors{server:uWebSockets,mode:no-schema}
✓ expected_result{server:uWebSockets,mode:no-schema}
✓ no_errors{server:uWebSockets,mode:json-schema}
✓ expected_result{server:uWebSockets,mode:json-schema}
checks......................................: 100.00% ✓ 918538 ✗ 0
data_received...............................: 83 MB 694 kB/s
data_sent...................................: 58 MB 486 kB/s
http_req_blocked............................: avg=1.56µs min=922ns med=1.54µs max=808.8µs p(90)=1.97µs p(95)=2.11µs
http_req_connecting.........................: avg=1ns min=0s med=0s max=149.39µs p(90)=0s p(95)=0s
http_req_duration...........................: avg=182.56µs min=117µs med=172.24µs max=8.57ms p(90)=198.89µs p(95)=207.67µs
{ expected_response:true }................: avg=182.56µs min=117µs med=172.24µs max=8.57ms p(90)=198.89µs p(95)=207.67µs
✓ { server:node-http,mode:json-schema }.....: avg=200.05µs min=148.47µs med=188.76µs max=6.88ms p(90)=211.42µs p(95)=218.45µs
✓ { server:node-http,mode:no-schema }.......: avg=191.94µs min=137.99µs med=177.84µs max=8.46ms p(90)=200.51µs p(95)=208.32µs
✓ { server:uWebSockets,mode:json-schema }...: avg=174.13µs min=126.48µs med=164.68µs max=8.57ms p(90)=185.51µs p(95)=191.74µs
✓ { server:uWebSockets,mode:no-schema }.....: avg=166.94µs min=117µs med=157.15µs max=7.84ms p(90)=177.98µs p(95)=184.56µs
http_req_failed.............................: 0.00% ✓ 0 ✗ 459269
http_req_receiving..........................: avg=23.09µs min=11.68µs med=22.7µs max=773.63µs p(90)=27.92µs p(95)=29.86µs
http_req_sending............................: avg=9.02µs min=5.41µs med=9.22µs max=7.33ms p(90)=11.69µs p(95)=12.68µs
http_req_tls_handshaking....................: avg=0s min=0s med=0s max=0s p(90)=0s p(95)=0s
http_req_waiting............................: avg=150.43µs min=90.89µs med=140.51µs max=8.52ms p(90)=165µs p(95)=173.61µs
http_reqs...................................: 459269 3827.189046/s
iteration_duration..........................: avg=256.55µs min=172.11µs med=245.49µs max=8.68ms p(90)=274.31µs p(95)=284.57µs
iterations..................................: 459269 3827.189046/s
vus.........................................: 1 min=1 max=1
vus_max.....................................: 2 min=2 max=2
This PR contains the following updates:
22.9.0
->22.9.1
3.87.0
->3.88.0
Release Notes
cloudflare/workers-sdk (wrangler)
### [`v3.88.0`](https://redirect.github.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3880) [Compare Source](https://redirect.github.com/cloudflare/workers-sdk/compare/wrangler@3.87.0...wrangler@3.88.0) ##### Minor Changes - [#7173](https://redirect.github.com/cloudflare/workers-sdk/pull/7173) [`b6cbfbd`](https://redirect.github.com/cloudflare/workers-sdk/commit/b6cbfbdd10dfbb732ec12a5c69bd4a74b07de8a0) Thanks [@Ankcorn](https://redirect.github.com/Ankcorn)! - Adds \[observability.logs] settings to wrangler. This setting lets developers control the settings for logs as an independent dataset enabling more dataset types in the future. The most specific setting will win if any of the datasets are not enabled. It also adds the following setting to the logs config - `invocation_logs` - set to false to disable invocation logs. Defaults to true. ```toml [observability.logs] enabled = true invocation_logs = false ``` - [#7207](https://redirect.github.com/cloudflare/workers-sdk/pull/7207) [`edec415`](https://redirect.github.com/cloudflare/workers-sdk/commit/edec41591dcf37262d459568c0f454820b90dbaa) Thanks [@jonesphillip](https://redirect.github.com/jonesphillip)! - Added r2 bucket lifecycle command to Wrangler including list, add, remove, set ##### Patch Changes - [#7243](https://redirect.github.com/cloudflare/workers-sdk/pull/7243) [`941d411`](https://redirect.github.com/cloudflare/workers-sdk/commit/941d4110ca84510d235b72b3f98692e4188a7ad4) Thanks [@penalosa](https://redirect.github.com/penalosa)! - Include Version Preview URL in Wrangler's output file - [#7038](https://redirect.github.com/cloudflare/workers-sdk/pull/7038) [`e2e6912`](https://redirect.github.com/cloudflare/workers-sdk/commit/e2e6912bcb7a1f6b7f8081b889a4e08be8a740a1) Thanks [@petebacondarwin](https://redirect.github.com/petebacondarwin)! - fix: only show fetch warning if on old compatibility_date Now that we have the `allow_custom_ports` compatibility flag, we only need to show the fetch warnings when that flag is not enabled. Fixes [https://github.com/cloudflare/workerd/issues/2955](https://redirect.github.com/cloudflare/workerd/issues/2955) - [#7216](https://redirect.github.com/cloudflare/workers-sdk/pull/7216) [`09e6e90`](https://redirect.github.com/cloudflare/workers-sdk/commit/09e6e905d9825d33b8e90acabb8ff7b962cc908b) Thanks [@vicb](https://redirect.github.com/vicb)! - chore(wrangler): update unenv dependency version - [#7081](https://redirect.github.com/cloudflare/workers-sdk/pull/7081) [`b4a0e74`](https://redirect.github.com/cloudflare/workers-sdk/commit/b4a0e74680440084342477fc9373f9f76ab91c0b) Thanks [@penalosa](https://redirect.github.com/penalosa)! - Default the file based registry (`--x-registry`) to on. This should improve stability of multi-worker development - Updated dependencies \[]: - miniflare@3.20241106.0Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.