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 #1002

Merged
merged 1 commit into from
Dec 8, 2023
Merged

Upcoming Release Changes #1002

merged 1 commit into from
Dec 8, 2023

Conversation

theguild-bot
Copy link
Collaborator

@theguild-bot theguild-bot commented Dec 8, 2023

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

  • #997
    0c28ae9
    Thanks @ardatan! - Avoid mutating the static context

    For example if the adapter receives the server object as the server context, it is isolated and
    the handler cannot mutate it, otherwise it will leak. Bun does that so this patch is needed to
    avoid leaking the server object.

@whatwg-node/[email protected]

Patch Changes

@e2e/[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 4259578 to 2d27a31 Compare December 8, 2023 10:37
Copy link
Contributor

github-actions bot commented Dec 8, 2023

🚀 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.5.2-rc-20231208104314-0b1ef337d1899bf5510aa5c7642c3c2a4e8d49fb npm ↗︎ unpkg ↗︎
@whatwg-node/server 0.9.19-rc-20231208104314-0b1ef337d1899bf5510aa5c7642c3c2a4e8d49fb npm ↗︎ unpkg ↗︎

Copy link
Contributor

github-actions bot commented Dec 8, 2023

✅ Benchmark Results

     ✓ no-errors
     ✓ expected-result

     checks.........................: 100.00% ✓ 291686      ✗ 0     
     data_received..................: 29 MB   958 kB/s
     data_sent......................: 12 MB   389 kB/s
     http_req_blocked...............: avg=1.35µs   min=851ns    med=1.17µs   max=234.6µs  p(90)=1.82µs   p(95)=1.97µs  
     http_req_connecting............: avg=0ns      min=0s       med=0s       max=114.42µs p(90)=0s       p(95)=0s      
     http_req_duration..............: avg=143.75µs min=98.47µs  med=137.77µs max=6.93ms   p(90)=158.95µs p(95)=165.12µs
       { expected_response:true }...: avg=143.75µs min=98.47µs  med=137.77µs max=6.93ms   p(90)=158.95µs p(95)=165.12µs
     http_req_failed................: 0.00%   ✓ 0           ✗ 145843
     http_req_receiving.............: avg=24.36µs  min=12.38µs  med=23.16µs  max=3.84ms   p(90)=30.17µs  p(95)=32.05µs 
     http_req_sending...............: avg=6.33µs   min=4.11µs   med=5.68µs   max=277.87µs p(90)=8.05µs   p(95)=8.58µs  
     http_req_tls_handshaking.......: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting...............: avg=113.05µs min=73.26µs  med=106.72µs max=6.64ms   p(90)=124.63µs p(95)=129.83µs
     http_reqs......................: 145843  4861.220476/s
     iteration_duration.............: avg=201.25µs min=144.29µs med=194.35µs max=7.68ms   p(90)=218.24µs p(95)=226.6µs 
     iterations.....................: 145843  4861.220476/s
     vus............................: 1       min=1         max=1   
     vus_max........................: 1       min=1         max=1   

@theguild-bot theguild-bot force-pushed the changeset-release/master branch from 2d27a31 to 0b1ef33 Compare December 8, 2023 10:41
@ardatan ardatan merged commit 5ebdf92 into master Dec 8, 2023
19 checks passed
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