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

Merged
merged 1 commit into from
Jun 11, 2024
Merged

Upcoming Release Changes #6242

merged 1 commit into from
Jun 11, 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

@graphql-tools/federation@2.0.1

Patch Changes

  • #6238
    0f7059b
    Thanks @ardatan! - Merge the elements of the lists if the root field
    is shared across different subgraphs

    type Query {
      products: [Product] # If this field is returned by multiple subgraphs, the elements of the lists will be merged
    }
  • Updated dependencies
    [0f7059b]:

    • @graphql-tools/utils@10.2.2

@graphql-tools/utils@10.2.2

Patch Changes

  • #6238
    0f7059b
    Thanks @ardatan! - If the given objects are arrays with the same
    length, merge the elements.

    const a = [{ a: 1 }, { b: 2 }]
    const b = [{ c: 3 }, { d: 4 }]
    const result = mergeDeep(a, b) // [{ a: 1, c: 3 }, { b: 2, d: 4 }]

federation-benchmark@0.0.142

Patch Changes

  • Updated dependencies
    [0f7059b]:
    • @graphql-tools/federation@2.0.1

Copy link
Contributor

github-actions bot commented Jun 5, 2024

✅ Benchmark Results

     ✓ no_errors
     ✓ expected_result

     checks.........................: 100.00% ✓ 336       ✗ 0  
     data_received..................: 39 MB   3.9 MB/s
     data_sent......................: 144 kB  14 kB/s
     http_req_blocked...............: avg=3.98µs   min=2.06µs   med=2.59µs   max=185.89µs p(90)=3.81µs   p(95)=4.23µs  
     http_req_connecting............: avg=770ns    min=0s       med=0s       max=129.4µs  p(90)=0s       p(95)=0s      
     http_req_duration..............: avg=55.3ms   min=47.95ms  med=51.86ms  max=149.22ms p(90)=60.05ms  p(95)=85.6ms  
       { expected_response:true }...: avg=55.3ms   min=47.95ms  med=51.86ms  max=149.22ms p(90)=60.05ms  p(95)=85.6ms  
     http_req_failed................: 0.00%   ✓ 0         ✗ 168
     http_req_receiving.............: avg=137.51µs min=109.61µs med=134.35µs max=299.98µs p(90)=151.29µs p(95)=160.78µs
     http_req_sending...............: avg=25.51µs  min=17.63µs  med=23.99µs  max=114.38µs p(90)=30.27µs  p(95)=33.84µs 
     http_req_tls_handshaking.......: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting...............: avg=55.14ms  min=47.8ms   med=51.69ms  max=148.87ms p(90)=59.87ms  p(95)=85.41ms 
     http_reqs......................: 168     16.771611/s
     iteration_duration.............: avg=59.6ms   min=51.49ms  med=55.87ms  max=154.82ms p(90)=67.48ms  p(95)=89.81ms 
     iterations.....................: 168     16.771611/s
     vus............................: 1       min=1       max=1
     vus_max........................: 1       min=1       max=1

Copy link
Contributor

github-actions bot commented Jun 5, 2024

🚀 Snapshot Release (rc)

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

Package Version Info
@graphql-tools/federation 2.0.1-rc-20240610223457-003916e847458af6ecb994e025f642b9889393fb npm ↗︎ unpkg ↗︎
@graphql-tools/utils 10.2.2-rc-20240610223457-003916e847458af6ecb994e025f642b9889393fb npm ↗︎ unpkg ↗︎

Copy link
Contributor

github-actions bot commented Jun 5, 2024

💻 Website Preview

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

@theguild-bot theguild-bot force-pushed the changeset-release/master branch 9 times, most recently from 86f768a to 6ab9128 Compare June 10, 2024 04:28
@theguild-bot theguild-bot force-pushed the changeset-release/master branch from 6ab9128 to 003916e Compare June 10, 2024 22:32
@ardatan ardatan merged commit 2d7402e into master Jun 11, 2024
30 checks passed
@ardatan ardatan deleted the changeset-release/master branch June 11, 2024 06:26
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