9renpoto / backend

🧙‍♂️🔥💰 backend
MIT License
0 stars 0 forks source link

chore(deps): bump @apollo/gateway from 0.37.0 to 0.45.0 #987

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps @apollo/gateway from 0.37.0 to 0.45.0.

Changelog

Sourced from @​apollo/gateway's changelog.

CHANGELOG for @apollo/gateway

vNext

The changes noted within this vNEXT section have not been released yet. New PRs and commits which introduce changes should include an entry in this vNEXT section as part of their development. When a release is being prepared, a new header will be (manually) created below and the appropriate changes within that release will be moved into the new section.

  • RemoteGraphQLDataSource will now use make-fetch-happen by default rather than node-fetch [PR #1284](apollographql/federation#1284)
  • NOOP: Fix OOB testing w.r.t. nock hygiene. Pushed error reporting endpoint responsibilities up into the gateway class, but there should be no effect on the runtime at all. [PR #1309](apollographql/federation#1309)
  • Multi-cloud Uplink capability [PR #1283](apollographql/federation#1283): now, by default two separate Uplink services will be used for schema fetching, the system will round-robin and if one service fails, a retry will occur and the other service will be called.
    • The Uplink URLs are https://uplink.api.apollographql.com/ (GCP) and https://aws.uplink.api.apollographql.com/ (AWS).
    • To override these defaults and configure what Uplink services, there are two options:
      • Option #1: use the existing environment variable APOLLO_SCHEMA_CONFIG_DELIVERY_ENDPOINT which will now be treated as a comma-separated list of URLs.
      • Option #2: use the new uplinkEndpoints, which must be single URL or a comma-separated list of URLs for the Uplink End-points to be used, and uplinkMaxRetries which is how many times the Uplink URLs should be retried.
    • The old schemaConfigDeliveryEndpoint configuration value still work, but is deprecated and will be removed in a subsequent release.

v2.0.0-alpha.2

  • Conditional schema update based on ifAfterId [PR #1152](apollographql/federation#1152)
  • BREAKING: Bump graphql peer dependency to ^15.7.0 [PR #1200](apollographql/federation#1200)
  • BREAKING: Remove legacy GCS fetcher for schema updates. If you're currently opted-in to the backwards compatibility provided by setting schemaConfigDeliveryEndpoint: null, you may be affected by this update. Please see the PR for additional details. [PR #1226](apollographql/federation#1226)
  • Fix the handling of nested @provides directives [PR #1148](apollographql/federation#1148).
  • Remove outdated composition code. A concrete consequence of which is the removal of the @apollo/federation package. If your code was importing the ServiceDefinition interface from @apollo/federation, this can now be imported from @apollo/gateway [PR #1208](apollographql/federation#1208).
  • Fix query planner sending queries to a subgraph involving interfaces it doesn't know #817.

v2.0.0-alpha.1

  • :tada: Initial alpha release of Federation 2.0. For more information, see our documentation. We look forward to your feedback!

v0.42.4

  • Updates to transitive dependencies. No other substantial changes.

v0.42.3

  • Updates to transitive dependencies. No other substantial changes.

v0.42.2

  • Updates to transitive dependencies. No other substantial changes.

v0.42.1

  • Emit a deprecation warning for deprecated functions. We would advise to adjust the code to use the new functionality, as the deprecated functions will be removed in a future version. If needed, deprecation warnings can be muted with either the --no-deprecation or --no-warnings command-line flags for node.js. Please keep in mind in doing so will also prevent any future deprecation warnings from node.js itself as well as from any package.[PR #1033](apollographql/federation#1033).

v0.42.0

  • Only related changes in the @apollo/federation package. Adds flexibility for @​tag directive definitions in subgraphs.

v0.41.0

... (truncated)

Commits
  • 6da531f Release
  • e6cc90b Release
  • 703eb41 Allow gateway to be used with recent AS alphas without double installation
  • 9fb2899 Release
  • 2441f2d Allow configuration of multiple Uplink URLs (#1283) (#1327)
  • 8bd64aa chore(gateway): Remove legacy GCS fetching capabilities (version-0.x) (#1225)
  • 71bddfd chore(gateway): Fix OOB testing strategy (version-0.x) (#1310)
  • 32888be Update error reporting endpoint in changelog
  • c852cfa chore(deps): update dependency @​types/jest to v27 (version-0.x) (#1137)
  • 41336c2 chore(deps): update all non-major dependencies (version-0.x) (#1209)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 years ago

Superseded by #990.