Netflix / dgs-federation-example

Apache License 2.0
108 stars 43 forks source link

Bump @apollo/gateway from 2.0.4 to 2.3.0 in /apollo-gateway #267

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps @apollo/gateway from 2.0.4 to 2.3.0.

Release notes

Sourced from @​apollo/gateway's releases.

@​apollo/gateway@​2.3.0

v2.1.0-alpha.2

What's Changed

New Contributors

Full Changelog: https://github.com/apollographql/federation/compare/@​apollo/gateway@​2.1.0-alpha.1...@​apollo/gateway@​2.1.0-alpha.2

v2.1.0-alpha.1

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from @​apollo/gateway's changelog.

2.3.0

2.3.0-beta.3

  • Rewrites gateway response post-processing to avoid @interfaceObject related issues PR 2335.
  • Generates correct response error paths for errors thrown during entity fetches [PR #2304](apollographql/federation#2304).

2.3.0-beta.2

2.3.0-alpha.0

  • Adds support for @interfaceObject and keys on interfaces [PR #2279](apollographql/federation#2279).
  • Preserves source of union members and enum values in supergraph [PR #2288](apollographql/federation#2288).
  • BREAKING: composition now rejects @override on interface fields. The @override directive was not meant to be supported on interfaces and was not having any impact whatsoever. If an existing subgraph does have a @override on an interface field, this will now be rejected, but the @override can simply and safely be removed since it previously was ignored.

2.2.2

2.2.1

2.2.0

  • BREAKING: Disable exposing full document to sub-query by default (introduced 2.1.0):
    • This change decreases memory consumption in general (which is the reason for disabling this by default), but users that have custom code making use of GraphQLDataSourceProcessOptions.document will now need to explicitly set GatewayConfig.queryPlannerConfig.exposeDocumentNodeInFetchNode.
  • BREAKING: composition now rejects @shareable on interface fields. The @shareable directive is about controlling if multiple subgraphs can resolve a particular field, and as interface field are never directly resolved (it's their implementation that are), having @shareable on interface fields is not completely meaningful and was never meant to be supported. If an existing subgraph does have a @shareable on an interface field, this will now be rejected, but the @shareable can simply and safely be removed since it previously was ignored.
  • Allows @shareable to be repeatable so it can be allowed on both a type definition and its extensions [PR #2175](apollographql/federation#2175).
    • Note that this require the use of the new 2.2 version of the federation spec introduced in this change.
  • Preserve default values of input object fields [PR #2218](apollographql/federation#2218).
  • Drop support for node12 [PR #2202](apollographql/federation#2202)

... (truncated)

Commits


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 1 year ago

Superseded by #274.