Closed renovate[bot] closed 1 week 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% ✓ 912332 ✗ 0
data_received...............................: 83 MB 689 kB/s
data_sent...................................: 58 MB 483 kB/s
http_req_blocked............................: avg=1.55µs min=932ns med=1.53µs max=262.7µs p(90)=1.95µs p(95)=2.09µs
http_req_connecting.........................: avg=1ns min=0s med=0s max=125.39µs p(90)=0s p(95)=0s
http_req_duration...........................: avg=184.03µs min=118.04µs med=173.76µs max=8.81ms p(90)=200.88µs p(95)=209.69µs
{ expected_response:true }................: avg=184.03µs min=118.04µs med=173.76µs max=8.81ms p(90)=200.88µs p(95)=209.69µs
✓ { server:node-http,mode:json-schema }.....: avg=202.59µs min=149.23µs med=191.04µs max=7.32ms p(90)=213.11µs p(95)=220.08µs
✓ { server:node-http,mode:no-schema }.......: avg=193.72µs min=138.45µs med=179.7µs max=8.46ms p(90)=202.72µs p(95)=211.59µs
✓ { server:uWebSockets,mode:json-schema }...: avg=174.65µs min=126.03µs med=165.81µs max=7.74ms p(90)=186.27µs p(95)=192.37µs
✓ { server:uWebSockets,mode:no-schema }.....: avg=168.29µs min=118.04µs med=158.7µs max=8.81ms p(90)=179.29µs p(95)=185.87µs
http_req_failed.............................: 0.00% ✓ 0 ✗ 456166
http_req_receiving..........................: avg=23.27µs min=12.15µs med=22.88µs max=3.03ms p(90)=28.26µs p(95)=30.14µs
http_req_sending............................: avg=8.91µs min=5.28µs med=9.05µs max=7.34ms p(90)=11.77µs p(95)=12.78µs
http_req_tls_handshaking....................: avg=0s min=0s med=0s max=0s p(90)=0s p(95)=0s
http_req_waiting............................: avg=151.84µs min=90.69µs med=141.97µs max=8.76ms p(90)=166.92µs p(95)=175.53µs
http_reqs...................................: 456166 3801.341943/s
iteration_duration..........................: avg=258.28µs min=183.82µs med=247.25µs max=8.94ms p(90)=277.02µs p(95)=287.11µs
iterations..................................: 456166 3801.341943/s
vus.........................................: 1 min=1 max=1
vus_max.....................................: 2 min=2 max=2
This PR contains the following updates:
3.138.0
->3.139.0
Release Notes
pulumi/pulumi (@pulumi/pulumi)
### [`v3.139.0`](https://redirect.github.com/pulumi/pulumi/releases/tag/v3.139.0) [Compare Source](https://redirect.github.com/pulumi/pulumi/compare/v3.138.0...v3.139.0) #### 3.139.0 (2024-11-14) ##### Features - \[pkg] Allow generating docs in parallel [#17711](https://redirect.github.com/pulumi/pulumi/pull/17711) - \[programgen] Allow specifying mutually dependant components in PCL - \[programgen/{dotnet,go,nodejs,python}] Support generating invokes options from PCL for invokes [#17696](https://redirect.github.com/pulumi/pulumi/pull/17696) - \[sdk/nodejs] Allow accessing configuration in Node.js dynamic providers [#17697](https://redirect.github.com/pulumi/pulumi/pull/17697) - \[sdk/nodejs] Implement RunPlugin for the NodeJS language runtime [#17724](https://redirect.github.com/pulumi/pulumi/pull/17724) - \[sdk/nodejs] Support parameterization for TypeScript providers [#17738](https://redirect.github.com/pulumi/pulumi/pull/17738) - \[sdk/python] Add Uv as a Python toolchain [#17609](https://redirect.github.com/pulumi/pulumi/pull/17609) - \[sdk/python] Allow accessing configuration in Python dynamic providers [#17673](https://redirect.github.com/pulumi/pulumi/pull/17673) ##### Bug Fixes - \[engine] Make plugin downloads/installation cancellable [#17621](https://redirect.github.com/pulumi/pulumi/pull/17621) - \[engine] Fix frequent retries on 403 errors when the update token expires [#17714](https://redirect.github.com/pulumi/pulumi/pull/17714) - \[engine] Don't copy deleted dependencies of untargeted resources [#17743](https://redirect.github.com/pulumi/pulumi/pull/17743) - \[engine] Support renaming providers in targeted operations [#17746](https://redirect.github.com/pulumi/pulumi/pull/17746) - \[engine] Pass correct working directory to RunPlugin [#17763](https://redirect.github.com/pulumi/pulumi/pull/17763) - \[programgen] Allow PCL function element to take a dynamic expression as input in non-strict mode [#17587](https://redirect.github.com/pulumi/pulumi/pull/17587) - \[sdk/nodejs] Fix pnpm pack for pnpm@9.13 [#17766](https://redirect.github.com/pulumi/pulumi/pull/17766) - \[sdk/python] Log a message about deleting requirements.txt when converting to using Poetry [#17716](https://redirect.github.com/pulumi/pulumi/pull/17716) - \[sdk/python] Fix an exception in automation api when reading `whoami` results. [#17770](https://redirect.github.com/pulumi/pulumi/pull/17770) ##### Miscellaneous - \[sdk/dotnet] Run tests with .NET 9.0 [#17768](https://redirect.github.com/pulumi/pulumi/pull/17768)Configuration
📅 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.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.