graphql-tools icon indicating copy to clipboard operation
graphql-tools copied to clipboard

Upcoming Release Changes

Open theguild-bot opened this issue 1 year ago • 3 comments
trafficstars

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/[email protected]

Patch Changes

  • #6180 eec9d3d Thanks @ardatan! - Handle nested dependencies in the computed fields
    {
      merge: {
        Product: {
          selectionSet: '{ id }',
          fields: {
            isExpensive: {
              selectionSet: '{ price }',
              computed: true,
            },
            canAfford: {
              selectionSet: '{ isExpensive }',
              computed: true,
            },
          }
        }
      }
    }
    

[email protected]

Patch Changes

theguild-bot avatar May 15 '24 12:05 theguild-bot

🚀 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/batch-delegate 9.0.3-rc-20240527102513-c1d3920eae85fae308bbb764ae936a2827436d8e npm ↗︎ unpkg ↗︎
@graphql-tools/delegate 10.0.11-rc-20240527102513-c1d3920eae85fae308bbb764ae936a2827436d8e npm ↗︎ unpkg ↗︎
@graphql-tools/documents 1.0.1-rc-20240527102513-c1d3920eae85fae308bbb764ae936a2827436d8e npm ↗︎ unpkg ↗︎
@graphql-tools/federation 1.1.36-rc-20240527102513-c1d3920eae85fae308bbb764ae936a2827436d8e npm ↗︎ unpkg ↗︎
@graphql-tools/mock 9.0.3-rc-20240527102513-c1d3920eae85fae308bbb764ae936a2827436d8e npm ↗︎ unpkg ↗︎
@graphql-tools/schema 10.0.4-rc-20240527102513-c1d3920eae85fae308bbb764ae936a2827436d8e npm ↗︎ unpkg ↗︎
@graphql-tools/stitch 9.2.9-rc-20240527102513-c1d3920eae85fae308bbb764ae936a2827436d8e npm ↗︎ unpkg ↗︎
@graphql-tools/utils 10.2.1-rc-20240527102513-c1d3920eae85fae308bbb764ae936a2827436d8e npm ↗︎ unpkg ↗︎

github-actions[bot] avatar May 15 '24 12:05 github-actions[bot]

✅ Benchmark Results

     ✓ no_errors
     ✓ expected_result

     checks.........................: 100.00% ✓ 312       ✗ 0  
     data_received..................: 36 MB   3.6 MB/s
     data_sent......................: 134 kB  13 kB/s
     http_req_blocked...............: avg=4.22µs   min=2.18µs   med=2.82µs   max=187.77µs p(90)=4.12µs   p(95)=4.29µs 
     http_req_connecting............: avg=822ns    min=0s       med=0s       max=128.35µs p(90)=0s       p(95)=0s     
     http_req_duration..............: avg=60.24ms  min=51.15ms  med=56.48ms  max=155.63ms p(90)=67.9ms   p(95)=92.19ms
       { expected_response:true }...: avg=60.24ms  min=51.15ms  med=56.48ms  max=155.63ms p(90)=67.9ms   p(95)=92.19ms
     http_req_failed................: 0.00%   ✓ 0         ✗ 156
     http_req_receiving.............: avg=146.23µs min=116.15µs med=142.15µs max=318.42µs p(90)=163.25µs p(95)=181.8µs
     http_req_sending...............: avg=27.15µs  min=20.12µs  med=27.26µs  max=58.76µs  p(90)=32.65µs  p(95)=35.84µs
     http_req_tls_handshaking.......: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s     
     http_req_waiting...............: avg=60.06ms  min=50.99ms  med=56.32ms  max=155.28ms p(90)=67.7ms   p(95)=92ms   
     http_reqs......................: 156     15.518271/s
     iteration_duration.............: avg=64.41ms  min=54.6ms   med=60.45ms  max=161.6ms  p(90)=72.84ms  p(95)=96.51ms
     iterations.....................: 156     15.518271/s
     vus............................: 1       min=1       max=1
     vus_max........................: 1       min=1       max=1

github-actions[bot] avatar May 15 '24 12:05 github-actions[bot]

💻 Website Preview

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

github-actions[bot] avatar May 15 '24 12:05 github-actions[bot]