Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upcoming Release Changes #1835

Merged
merged 1 commit into from
Nov 25, 2024
Merged

Upcoming Release Changes #1835

merged 1 commit into from
Nov 25, 2024

Conversation

theguild-bot
Copy link
Collaborator

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 master, this PR will be updated.

Releases

@whatwg-node/[email protected]

Patch Changes

@whatwg-node/[email protected]

Patch Changes

  • e88ab4a
    Thanks @ardatan! - dependencies updates:

  • e88ab4a
    Thanks @ardatan! - New Explicit Resource Management feature for the
    server adapters;
    Learn more

    • Symbol.dispose and Symbol.asyncDispose hooks When the server adapter plugin has these hooks,
      it is added to the disposable stack of the server adapter. When the server adapter is disposed,
      those hooks are triggered
    • disposableStack in the server adapter The shared disposable stack that will be triggered when
      Symbol.asyncDispose is called.
    • Automatic disposal on Node and Node-compatible environments Even if the server adapter is not
      disposed explicitly, the disposal logic will be triggered on the process termination (SIGINT,
      SIGTERM etc)
    • ctx.waitUntil relation If it is an environment does not natively provide waitUntil, the
      unresolved passed promises will be resolved by the disposable stack.

@benchmarks/[email protected]

Patch Changes

@e2e/[email protected]

Patch Changes

@e2e/[email protected]

Patch Changes

@theguild-bot theguild-bot force-pushed the changeset-release/master branch from 92ff5e4 to ef15252 Compare November 25, 2024 14:51
@ardatan ardatan merged commit 8186ea8 into master Nov 25, 2024
24 checks passed
@ardatan ardatan deleted the changeset-release/master branch November 25, 2024 14:53
Copy link
Contributor

@benchmarks/node-fetch results (consumeBody)

   ✓ active_handles.................: avg=139.063423 min=15      med=138     max=198     p(90)=162     p(95)=166    
     data_received..................: 23 MB  754 kB/s
     data_sent......................: 15 MB  483 kB/s
     http_req_blocked...............: avg=2.21µs     min=611ns   med=1.25µs  max=6.12ms  p(90)=2µs     p(95)=2.26µs 
     http_req_connecting............: avg=494ns      min=0s      med=0s      max=5.51ms  p(90)=0s      p(95)=0s     
     http_req_duration..............: avg=20.23ms    min=2.69ms  med=19.57ms max=1.06s   p(90)=25.32ms p(95)=27.21ms
       { expected_response:true }...: avg=20.23ms    min=2.69ms  med=19.57ms max=1.06s   p(90)=25.32ms p(95)=27.21ms
     http_req_failed................: 0.00%  ✓ 0           ✗ 147826
     http_req_receiving.............: avg=33.47µs    min=8.94µs  med=22.5µs  max=28.04ms p(90)=37.17µs p(95)=44.07µs
     http_req_sending...............: avg=10.13µs    min=3.3µs   med=5.83µs  max=17.69ms p(90)=9.34µs  p(95)=12.83µs
     http_req_tls_handshaking.......: avg=0s         min=0s      med=0s      max=0s      p(90)=0s      p(95)=0s     
     http_req_waiting...............: avg=20.18ms    min=2.65ms  med=19.53ms max=1.06s   p(90)=25.28ms p(95)=27.13ms
     http_reqs......................: 147826 4927.118612/s
     iteration_duration.............: avg=40.56ms    min=12.58ms med=38.94ms max=1.09s   p(90)=44.94ms p(95)=50.38ms
     iterations.....................: 73901  2463.15934/s
     vus............................: 100    min=100       max=100 
     vus_max........................: 100    min=100       max=100 

Copy link
Contributor

@benchmarks/node-fetch results (noConsumeBody)

   ✓ active_handles.................: avg=140.419109 min=16      med=140     max=197     p(90)=159     p(95)=162    
     data_received..................: 24 MB  782 kB/s
     data_sent......................: 15 MB  507 kB/s
     http_req_blocked...............: avg=2.5µs      min=642ns   med=1.39µs  max=18.66ms p(90)=1.99µs  p(95)=2.3µs  
     http_req_connecting............: avg=527ns      min=0s      med=0s      max=4.63ms  p(90)=0s      p(95)=0s     
     http_req_duration..............: avg=19.48ms    min=2.35ms  med=18.81ms max=1.05s   p(90)=24.37ms p(95)=26.76ms
       { expected_response:true }...: avg=19.48ms    min=2.35ms  med=18.81ms max=1.05s   p(90)=24.37ms p(95)=26.76ms
     http_req_failed................: 0.00%  ✓ 0           ✗ 153436
     http_req_receiving.............: avg=36.52µs    min=8.57µs  med=23.21µs max=27.14ms p(90)=38.33µs p(95)=46.83µs
     http_req_sending...............: avg=11.2µs     min=3.39µs  med=6.6µs   max=14.19ms p(90)=9.74µs  p(95)=14.12µs
     http_req_tls_handshaking.......: avg=0s         min=0s      med=0s      max=0s      p(90)=0s      p(95)=0s     
     http_req_waiting...............: avg=19.43ms    min=2.32ms  med=18.77ms max=1.05s   p(90)=24.33ms p(95)=26.67ms
     http_reqs......................: 153436 5113.82651/s
     iteration_duration.............: avg=39.07ms    min=10.85ms med=37.51ms max=1.07s   p(90)=44.37ms p(95)=49.03ms
     iterations.....................: 76696  2556.180023/s
     vus............................: 100    min=100       max=100 
     vus_max........................: 100    min=100       max=100 

Copy link
Contributor

🚀 Snapshot Release (rc)

The latest changes of this PR are available as rc on npm (based on the declared changesets):

Package Version Info
@whatwg-node/node-fetch 0.7.4-rc-20241125145437-ef15252e9249486144683c6e9368a64f3b293ddc npm ↗︎ unpkg ↗︎
@whatwg-node/server 0.9.57-rc-20241125145437-ef15252e9249486144683c6e9368a64f3b293ddc npm ↗︎ unpkg ↗︎

Copy link
Contributor

@benchmarks/server results (native)

     ✓ no-errors
     ✓ expected-result

   ✓ checks.........................: 100.00% ✓ 232318      ✗ 0     
     data_received..................: 23 MB   778 kB/s
     data_sent......................: 9.3 MB  310 kB/s
     http_req_blocked...............: avg=1.45µs   min=942ns    med=1.24µs   max=213.49µs p(90)=1.95µs   p(95)=2.12µs  
     http_req_connecting............: avg=1ns      min=0s       med=0s       max=127.92µs p(90)=0s       p(95)=0s      
     http_req_duration..............: avg=195.88µs min=146.38µs med=184.01µs max=14.51ms  p(90)=209µs    p(95)=218.5µs 
       { expected_response:true }...: avg=195.88µs min=146.38µs med=184.01µs max=14.51ms  p(90)=209µs    p(95)=218.5µs 
     http_req_failed................: 0.00%   ✓ 0           ✗ 116159
     http_req_receiving.............: avg=25.67µs  min=13.67µs  med=24.39µs  max=816.52µs p(90)=31.31µs  p(95)=33.41µs 
     http_req_sending...............: avg=6.43µs   min=4.07µs   med=5.68µs   max=4.48ms   p(90)=8.19µs   p(95)=8.92µs  
     http_req_tls_handshaking.......: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting...............: avg=163.77µs min=117.8µs  med=151.46µs max=14.44ms  p(90)=173.75µs p(95)=182.37µs
     http_reqs......................: 116159  3871.823226/s
     iteration_duration.............: avg=253.79µs min=191.04µs med=241.12µs max=14.64ms  p(90)=269.72µs p(95)=281.82µs
     iterations.....................: 116159  3871.823226/s
     vus............................: 1       min=1         max=1   
     vus_max........................: 1       min=1         max=1   

Copy link
Contributor

@benchmarks/server results (undici)

     ✓ no-errors
     ✓ expected-result

   ✓ checks.........................: 100.00% ✓ 219222      ✗ 0     
     data_received..................: 22 MB   734 kB/s
     data_sent......................: 8.8 MB  292 kB/s
     http_req_blocked...............: avg=1.41µs   min=882ns    med=1.19µs   max=313.65µs p(90)=1.93µs   p(95)=2.12µs  
     http_req_connecting............: avg=1ns      min=0s       med=0s       max=117.55µs p(90)=0s       p(95)=0s      
     http_req_duration..............: avg=212.09µs min=158.82µs med=199.07µs max=15.52ms  p(90)=225.51µs p(95)=235.45µs
       { expected_response:true }...: avg=212.09µs min=158.82µs med=199.07µs max=15.52ms  p(90)=225.51µs p(95)=235.45µs
     http_req_failed................: 0.00%   ✓ 0           ✗ 109611
     http_req_receiving.............: avg=25.93µs  min=14.28µs  med=24.65µs  max=309.24µs p(90)=31.62µs  p(95)=33.68µs 
     http_req_sending...............: avg=6.37µs   min=4.02µs   med=5.53µs   max=8.82ms   p(90)=8.19µs   p(95)=8.89µs  
     http_req_tls_handshaking.......: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting...............: avg=179.78µs min=132.81µs med=166.68µs max=15.43ms  p(90)=190.07µs p(95)=199.07µs
     http_reqs......................: 109611  3653.570637/s
     iteration_duration.............: avg=269.31µs min=200.55µs med=255.26µs max=15.64ms  p(90)=285.81µs p(95)=298.84µs
     iterations.....................: 109611  3653.570637/s
     vus............................: 1       min=1         max=1   
     vus_max........................: 1       min=1         max=1   

Copy link
Contributor

@benchmarks/server results (ponyfill)

     ✓ no-errors
     ✓ expected-result

   ✓ checks.........................: 100.00% ✓ 293408      ✗ 0     
     data_received..................: 29 MB   963 kB/s
     data_sent......................: 12 MB   391 kB/s
     http_req_blocked...............: avg=1.38µs   min=901ns    med=1.19µs   max=164.83µs p(90)=1.85µs   p(95)=2.01µs  
     http_req_connecting............: avg=0ns      min=0s       med=0s       max=95.11µs  p(90)=0s       p(95)=0s      
     http_req_duration..............: avg=142.63µs min=90.42µs  med=135.65µs max=21.16ms  p(90)=157.11µs p(95)=163.57µs
       { expected_response:true }...: avg=142.63µs min=90.42µs  med=135.65µs max=21.16ms  p(90)=157.11µs p(95)=163.57µs
     http_req_failed................: 0.00%   ✓ 0           ✗ 146704
     http_req_receiving.............: avg=24.51µs  min=12.37µs  med=23.32µs  max=602.91µs p(90)=30.48µs  p(95)=32.55µs 
     http_req_sending...............: avg=6.28µs   min=4.07µs   med=5.59µs   max=221.76µs p(90)=8.06µs   p(95)=8.61µs  
     http_req_tls_handshaking.......: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting...............: avg=111.83µs min=68.59µs  med=104.47µs max=21.06ms  p(90)=122.89µs p(95)=127.89µs
     http_reqs......................: 146704  4889.935882/s
     iteration_duration.............: avg=200.08µs min=139.59µs med=192.1µs  max=21.31ms  p(90)=216.83µs p(95)=225.46µs
     iterations.....................: 146704  4889.935882/s
     vus............................: 1       min=1         max=1   
     vus_max........................: 1       min=1         max=1   

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants