Skip to content

fix(deps): update dependency @graphql-tools/executor-http to v2 #3998

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 15, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@graphql-tools/executor-http (source) ^1.1.9 -> ^2.0.0 age adoption passing confidence
@graphql-tools/executor-http (source) ^1.1.10 -> ^2.0.0 age adoption passing confidence

Release Notes

graphql-hive/gateway (@​graphql-tools/executor-http)

v2.0.0

Compare Source

Major Changes
  • #​997 4cf75cb Thanks @​ardatan! - - BREAKING: HTTP Executor no longer takes serviceName as an option.

    • Both HTTP executor and @graphql-mesh/transport-http-callback no longer handle DOWNSTREAM_SERVICE_ERROR error code with serviceName.
    • Gateway runtime handles subgraph errors on its own with DOWNSTREAM_SERVICE_ERROR error code and serviceName as a property. This behavior can be configured with subgraphErrors option of the createGatewayRuntime function or CLI config.
    subgraphError: {
       errorCode: 'DOWNSTREAM_SERVICE_ERROR', // or `false` to remove this code completely
       subgraphNameProp: 'serviceName' // or `false` to remove this prop completely
    }
Patch Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Apr 15, 2025
@renovate renovate bot requested a review from ardatan April 15, 2025 16:53
Copy link
Contributor

github-actions bot commented Apr 15, 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 Apr 15, 2025

💻 Website Preview

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

Copy link
Contributor

github-actions bot commented Apr 15, 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% ✓ 421424      ✗ 0     
     data_received................................: 1.7 GB  11 MB/s
     data_sent....................................: 85 MB   564 kB/s
     http_req_blocked.............................: avg=1.56µs   min=1.07µs   med=1.36µs   max=295.58µs p(90)=2.02µs   p(95)=2.2µs   
     http_req_connecting..........................: avg=3ns      min=0s       med=0s       max=150.63µs p(90)=0s       p(95)=0s      
     http_req_duration............................: avg=491.32µs min=278.42µs med=454.4µs  max=18.88ms  p(90)=636.34µs p(95)=660.03µs
       { expected_response:true }.................: avg=491.32µs min=278.42µs med=454.4µs  max=18.88ms  p(90)=636.34µs p(95)=660.03µs
     ✓ { mode:graphql-jit }.......................: avg=452.48µs min=347.5µs  med=413.42µs max=18.88ms  p(90)=452.55µs p(95)=469.45µs
     ✓ { mode:graphql-no-parse-validate-cache }...: avg=681.31µs min=567.42µs med=638.49µs max=8.2ms    p(90)=677.36µs p(95)=704.84µs
     ✓ { mode:graphql-response-cache }............: avg=510.67µs min=403.23µs med=472.24µs max=12.48ms  p(90)=507.8µs  p(95)=521.37µs
     ✓ { mode:graphql }...........................: avg=539.67µs min=414.22µs med=488.29µs max=18.56ms  p(90)=558.29µs p(95)=635.79µs
     ✓ { mode:uws }...............................: avg=353.39µs min=278.42µs med=333.86µs max=6.46ms   p(90)=364.53µs p(95)=378.17µs
     http_req_failed..............................: 0.00%   ✓ 0           ✗ 210712
     http_req_receiving...........................: avg=33.99µs  min=16.11µs  med=33.51µs  max=2.64ms   p(90)=39.83µs  p(95)=42.6µs  
     http_req_sending.............................: avg=9.03µs   min=6.12µs   med=8.06µs   max=810.72µs p(90)=11.39µs  p(95)=12.75µs 
     http_req_tls_handshaking.....................: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting.............................: avg=448.29µs min=247.67µs med=411.84µs max=18.78ms  p(90)=592.73µs p(95)=615.06µs
     http_reqs....................................: 210712  1404.728702/s
     iteration_duration...........................: avg=706.75µs min=456.26µs med=665.42µs max=19.41ms  p(90)=853.93µs p(95)=879.24µs
     iterations...................................: 210712  1404.728702/s
     vus..........................................: 1       min=1         max=1   
     vus_max......................................: 2       min=2         max=2   

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants