Skip to content

Upcoming Release Changes #2435

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

Merged
merged 1 commit into from
May 20, 2025
Merged

Upcoming Release Changes #2435

merged 1 commit into from
May 20, 2025

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented May 16, 2025

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

  • #2424
    28c4ad9
    Thanks @ardatan! - Performance optimizations

    • Avoid creating AbortController and AbortSignal if not needed with new Request because it
      is expensive
    • Avoid creating a map for Headers and try to re-use the init object for Headers for
      performance with a single-line writeHead.
    • Avoid creating Buffer for string bodies for performance
    • Use setHeaders which accepts Headers since Node 18 if needed to forward Headers to Node
  • Updated dependencies
    [28c4ad9]:

@whatwg-node/[email protected]

Patch Changes

  • #2424
    28c4ad9
    Thanks @ardatan! - Performance optimizations

    • Avoid creating AbortController and AbortSignal if not needed with new Request because it
      is expensive
    • Avoid creating a map for Headers and try to re-use the init object for Headers for
      performance with a single-line writeHead.
    • Avoid creating Buffer for string bodies for performance
    • Use setHeaders which accepts Headers since Node 18 if needed to forward Headers to Node

@whatwg-node/[email protected]

Patch Changes

  • #2424
    28c4ad9
    Thanks @ardatan! - Performance optimizations

    • Avoid creating AbortController and AbortSignal if not needed with new Request because it
      is expensive
    • Avoid creating a map for Headers and try to re-use the init object for Headers for
      performance with a single-line writeHead.
    • Avoid creating Buffer for string bodies for performance
    • Use setHeaders which accepts Headers since Node 18 if needed to forward Headers to Node
  • 1642a76
    Thanks @ardatan! - Remove unnecessary workaround for Bun

  • Updated dependencies
    [28c4ad9]:

@benchmarks/[email protected]

Patch Changes

@e2e/[email protected]

Patch Changes

@e2e/[email protected]

Patch Changes

@e2e/[email protected]

Patch Changes

Copy link
Contributor

coderabbitai bot commented May 16, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Join our Discord community for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@github-actions github-actions bot force-pushed the changeset-release/master branch 6 times, most recently from 6a389fc to 7e7a158 Compare May 20, 2025 11:23
@github-actions github-actions bot force-pushed the changeset-release/master branch from 7e7a158 to 9c79a60 Compare May 20, 2025 14:32
@enisdenjo enisdenjo merged commit f25ab15 into master May 20, 2025
4 checks passed
@enisdenjo enisdenjo deleted the changeset-release/master branch May 20, 2025 14:34
Copy link
Contributor Author

@benchmarks/node-fetch results (noConsumeBody)

   ✓ active_handles.................: avg=140.201303 min=19      med=137     max=190     p(90)=162     p(95)=165    
     data_received..................: 17 MB  562 kB/s
     data_sent......................: 11 MB  364 kB/s
     http_req_blocked...............: avg=3.14µs     min=641ns   med=1.24µs  max=7.8ms   p(90)=2.03µs  p(95)=2.29µs 
     http_req_connecting............: avg=1.41µs     min=0s      med=0s      max=7.76ms  p(90)=0s      p(95)=0s     
     http_req_duration..............: avg=27.12ms    min=3.65ms  med=25.8ms  max=1.24s   p(90)=34.5ms  p(95)=39.51ms
       { expected_response:true }...: avg=27.12ms    min=3.65ms  med=25.8ms  max=1.24s   p(90)=34.5ms  p(95)=39.51ms
     http_req_failed................: 0.00%  ✓ 0           ✗ 110289
     http_req_receiving.............: avg=33.45µs    min=10.29µs med=25.58µs max=17.12ms p(90)=39.67µs p(95)=45.64µs
     http_req_sending...............: avg=10.66µs    min=3.51µs  med=6.24µs  max=9.21ms  p(90)=10.12µs p(95)=13.35µs
     http_req_tls_handshaking.......: avg=0s         min=0s      med=0s      max=0s      p(90)=0s      p(95)=0s     
     http_req_waiting...............: avg=27.07ms    min=3.62ms  med=25.76ms max=1.24s   p(90)=34.45ms p(95)=39.45ms
     http_reqs......................: 110289 3675.817482/s
     iteration_duration.............: avg=54.33ms    min=13.91ms med=50.92ms max=1.26s   p(90)=63.06ms p(95)=67.46ms
     iterations.....................: 55121  1837.125511/s
     vus............................: 91     min=91        max=100 
     vus_max........................: 100    min=100       max=100 

Copy link
Contributor Author

@benchmarks/node-fetch results (consumeBody)

   ✓ active_handles.................: avg=139.485565 min=41      med=138     max=184     p(90)=167     p(95)=172    
     data_received..................: 16 MB  527 kB/s
     data_sent......................: 10 MB  338 kB/s
     http_req_blocked...............: avg=3.99µs     min=641ns   med=1.18µs  max=6.01ms  p(90)=1.98µs  p(95)=2.18µs 
     http_req_connecting............: avg=2.23µs     min=0s      med=0s      max=5.69ms  p(90)=0s      p(95)=0s     
     http_req_duration..............: avg=28.96ms    min=7.54ms  med=27.73ms max=1.19s   p(90)=36.99ms p(95)=42.05ms
       { expected_response:true }...: avg=28.96ms    min=7.54ms  med=27.73ms max=1.19s   p(90)=36.99ms p(95)=42.05ms
     http_req_failed................: 0.00%  ✓ 0           ✗ 103347
     http_req_receiving.............: avg=28.79µs    min=9.42µs  med=23.8µs  max=9.74ms  p(90)=37.53µs p(95)=42.73µs
     http_req_sending...............: avg=8.43µs     min=3.53µs  med=5.95µs  max=10.16ms p(90)=9.77µs  p(95)=11.57µs
     http_req_tls_handshaking.......: avg=0s         min=0s      med=0s      max=0s      p(90)=0s      p(95)=0s     
     http_req_waiting...............: avg=28.92ms    min=7.51ms  med=27.7ms  max=1.19s   p(90)=36.95ms p(95)=42ms   
     http_reqs......................: 103347 3444.600631/s
     iteration_duration.............: avg=58.01ms    min=31.84ms med=54.52ms max=1.22s   p(90)=66.91ms p(95)=72.47ms
     iterations.....................: 51645  1721.350398/s
     vus............................: 100    min=100       max=100 
     vus_max........................: 100    min=100       max=100 

Copy link
Contributor Author

@benchmarks/server results (native)

     ✓ no-errors
     ✓ expected-result

   ✓ checks.........................: 100.00% ✓ 224700      ✗ 0     
     data_received..................: 22 MB   745 kB/s
     data_sent......................: 9.0 MB  300 kB/s
     http_req_blocked...............: avg=1.54µs   min=922ns    med=1.29µs   max=303.78µs p(90)=2µs      p(95)=2.21µs  
     http_req_connecting............: avg=1ns      min=0s       med=0s       max=117.39µs p(90)=0s       p(95)=0s      
     http_req_duration..............: avg=202.1µs  min=137.82µs med=187.44µs max=86.11ms  p(90)=215.18µs p(95)=232.13µs
       { expected_response:true }...: avg=202.1µs  min=137.82µs med=187.44µs max=86.11ms  p(90)=215.18µs p(95)=232.13µs
     http_req_failed................: 0.00%   ✓ 0           ✗ 112350
     http_req_receiving.............: avg=26.8µs   min=13.15µs  med=25.23µs  max=2.75ms   p(90)=32.36µs  p(95)=35.58µs 
     http_req_sending...............: avg=6.85µs   min=4.13µs   med=6.16µs   max=2.07ms   p(90)=8.46µs   p(95)=9.49µs  
     http_req_tls_handshaking.......: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting...............: avg=168.44µs min=114.79µs med=154.31µs max=86.03ms  p(90)=178.98µs p(95)=193.73µs
     http_reqs......................: 112350  3744.861875/s
     iteration_duration.............: avg=262.31µs min=191.51µs med=245.68µs max=86.23ms  p(90)=277.76µs p(95)=300.87µs
     iterations.....................: 112350  3744.861875/s
     vus............................: 1       min=1         max=1   
     vus_max........................: 1       min=1         max=1   

Copy link
Contributor Author

@benchmarks/server results (ponyfill)

     ✓ no-errors
     ✓ expected-result

   ✓ checks.........................: 100.00% ✓ 304090      ✗ 0     
     data_received..................: 30 MB   998 kB/s
     data_sent......................: 12 MB   405 kB/s
     http_req_blocked...............: avg=1.4µs    min=892ns    med=1.18µs   max=183.56µs p(90)=1.84µs   p(95)=2.02µs  
     http_req_connecting............: avg=0ns      min=0s       med=0s       max=136.76µs p(90)=0s       p(95)=0s      
     http_req_duration..............: avg=134.4µs  min=88.64µs  med=130.25µs max=6.11ms   p(90)=150.98µs p(95)=157.65µs
       { expected_response:true }...: avg=134.4µs  min=88.64µs  med=130.25µs max=6.11ms   p(90)=150.98µs p(95)=157.65µs
     http_req_failed................: 0.00%   ✓ 0           ✗ 152045
     http_req_receiving.............: avg=24.64µs  min=12.13µs  med=23.14µs  max=2.39ms   p(90)=30.26µs  p(95)=33.01µs 
     http_req_sending...............: avg=6.43µs   min=4.05µs   med=5.61µs   max=5.73ms   p(90)=8.13µs   p(95)=8.91µs  
     http_req_tls_handshaking.......: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting...............: avg=103.32µs min=64.44µs  med=98.88µs  max=5.59ms   p(90)=116.62µs p(95)=122.02µs
     http_reqs......................: 152045  5067.974135/s
     iteration_duration.............: avg=192.73µs min=137.89µs med=187.9µs  max=6.2ms    p(90)=211.78µs p(95)=220.31µs
     iterations.....................: 152045  5067.974135/s
     vus............................: 1       min=1         max=1   
     vus_max........................: 1       min=1         max=1   

Copy link
Contributor Author

@benchmarks/server results (undici)

     ✓ no-errors
     ✓ expected-result

   ✓ checks.........................: 100.00% ✓ 222524      ✗ 0     
     data_received..................: 22 MB   738 kB/s
     data_sent......................: 8.9 MB  297 kB/s
     http_req_blocked...............: avg=1.42µs   min=931ns    med=1.2µs    max=203.65µs p(90)=1.87µs   p(95)=2.03µs  
     http_req_connecting............: avg=1ns      min=0s       med=0s       max=125.38µs p(90)=0s       p(95)=0s      
     http_req_duration..............: avg=207.62µs min=152.85µs med=197.43µs max=65.69ms  p(90)=222.4µs  p(95)=231.43µs
       { expected_response:true }...: avg=207.62µs min=152.85µs med=197.43µs max=65.69ms  p(90)=222.4µs  p(95)=231.43µs
     http_req_failed................: 0.00%   ✓ 0           ✗ 111262
     http_req_receiving.............: avg=25.64µs  min=13.45µs  med=23.74µs  max=2.83ms   p(90)=30.87µs  p(95)=33.45µs 
     http_req_sending...............: avg=6.49µs   min=4.16µs   med=5.68µs   max=289.06µs p(90)=8.23µs   p(95)=8.86µs  
     http_req_tls_handshaking.......: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting...............: avg=175.48µs min=127.39µs med=165.87µs max=65.58ms  p(90)=187.83µs p(95)=195.98µs
     http_reqs......................: 111262  3708.610394/s
     iteration_duration.............: avg=265.21µs min=196.04µs med=254.15µs max=65.83ms  p(90)=282.25µs p(95)=293.66µs
     iterations.....................: 111262  3708.610394/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.

1 participant