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

Bump @whatwg-node/server #3837

Merged
merged 2 commits into from
Mar 3, 2025
Merged

Bump @whatwg-node/server #3837

merged 2 commits into from
Mar 3, 2025

Conversation

ardatan
Copy link
Collaborator

@ardatan ardatan commented Mar 3, 2025

Fixes #3446

Copy link

changeset-bot bot commented Mar 3, 2025

🦋 Changeset detected

Latest commit: 99f0792

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 24 packages
Name Type
graphql-yoga Patch
@graphql-yoga/nestjs Patch
@graphql-yoga/render-graphiql Patch
@graphql-yoga/plugin-apollo-inline-trace Patch
@graphql-yoga/apollo-managed-federation Patch
@graphql-yoga/plugin-apollo-usage-report Patch
@graphql-yoga/plugin-apq Patch
@graphql-yoga/plugin-csrf-prevention Patch
@graphql-yoga/plugin-defer-stream Patch
@graphql-yoga/plugin-disable-introspection Patch
@graphql-yoga/plugin-graphql-sse Patch
@graphql-yoga/plugin-jwt Patch
@graphql-yoga/plugin-persisted-operations Patch
@graphql-yoga/plugin-prometheus Patch
@graphql-yoga/plugin-response-cache Patch
@graphql-yoga/plugin-sofa Patch
apollo-federation-gateway-with-yoga Patch
apollo-subgraph-with-yoga Patch
graphql-lambda Patch
cloudflare-advanced Patch
cloudflare Patch
nextjs-app Patch
hello-world-benchmark Patch
@graphql-yoga/nestjs-federation Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link
Contributor

github-actions bot commented Mar 3, 2025

Apollo Federation Subgraph Compatibility Results

Federation 1 Support Federation 2 Support
_service🟢
@key (single)🟢
@key (multi)🟢
@key (composite)🟢
repeatable @key🟢
@requires🟢
@provides🟢
federated tracing🟢
@link🟢
@shareable🟢
@tag🟢
@override🟢
@inaccessible🟢
@composeDirective🟢
@interfaceObject🟢

Learn more:

Copy link
Contributor

github-actions bot commented Mar 3, 2025

✅ Benchmark Results

     ✓ no_errors{mode:graphql}
     ✓ expected_result{mode:graphql}
     ✓ no_errors{mode:graphql-jit}
     ✓ expected_result{mode:graphql-jit}
     ✓ no_errors{mode:graphql-response-cache}
     ✓ expected_result{mode:graphql-response-cache}
     ✓ no_errors{mode:graphql-no-parse-validate-cache}
     ✓ expected_result{mode:graphql-no-parse-validate-cache}
     ✓ no_errors{mode:uws}
     ✓ expected_result{mode:uws}

     checks.......................................: 100.00% ✓ 472582      ✗ 0     
     data_received................................: 1.9 GB  13 MB/s
     data_sent....................................: 95 MB   633 kB/s
     http_req_blocked.............................: avg=1.62µs   min=1.02µs   med=1.4µs    max=328.3µs  p(90)=2.1µs    p(95)=2.32µs  
     http_req_connecting..........................: avg=2ns      min=0s       med=0s       max=160.12µs p(90)=0s       p(95)=0s      
     http_req_duration............................: avg=388.44µs min=223.72µs med=351.45µs max=19.16ms  p(90)=517.9µs  p(95)=556.77µs
       { expected_response:true }.................: avg=388.44µs min=223.72µs med=351.45µs max=19.16ms  p(90)=517.9µs  p(95)=556.77µs
     ✓ { mode:graphql-jit }.......................: avg=303.17µs min=223.72µs med=285.92µs max=19.16ms  p(90)=320.02µs p(95)=336.01µs
     ✓ { mode:graphql-no-parse-validate-cache }...: avg=550.42µs min=424.25µs med=522.71µs max=7.39ms   p(90)=607.06µs p(95)=664.64µs
     ✓ { mode:graphql-response-cache }............: avg=362.48µs min=277.64µs med=343.32µs max=8.48ms   p(90)=376.99µs p(95)=389.59µs
     ✓ { mode:graphql }...........................: avg=392.88µs min=282.91µs med=364.42µs max=14.71ms  p(90)=421.47µs p(95)=462.34µs
     ✓ { mode:uws }...............................: avg=380.19µs min=283.55µs med=358.84µs max=6.72ms   p(90)=405.74µs p(95)=433.6µs 
     http_req_failed..............................: 0.00%   ✓ 0           ✗ 236291
     http_req_receiving...........................: avg=33.88µs  min=16.27µs  med=33.34µs  max=3.32ms   p(90)=40.09µs  p(95)=43.12µs 
     http_req_sending.............................: avg=9.23µs   min=6.05µs   med=8.27µs   max=621.79µs p(90)=11.9µs   p(95)=13.12µs 
     http_req_tls_handshaking.....................: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting.............................: avg=345.31µs min=192.6µs  med=309.04µs max=19.03ms  p(90)=473.87µs p(95)=511.57µs
     http_reqs....................................: 236291  1575.249845/s
     iteration_duration...........................: avg=629.46µs min=413.89µs med=587.12µs max=19.86ms  p(90)=759.71µs p(95)=812.64µs
     iterations...................................: 236291  1575.249845/s
     vus..........................................: 1       min=1         max=1   
     vus_max......................................: 2       min=2         max=2   

Copy link
Contributor

github-actions bot commented Mar 3, 2025

💻 Website Preview

The latest changes are available as preview in: https://c6002f18.graphql-yoga.pages.dev

@ardatan ardatan merged commit a6b3de9 into main Mar 3, 2025
28 checks passed
@ardatan ardatan deleted the bump-whatwg branch March 3, 2025 03:04
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.

Errors in Bun: The Request.url getter can only be used on instances of Request
1 participant