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

Bump @apollo/gateway from 2.0.4 to 2.3.4 in /apollo-gateway #288

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 13, 2023

Bumps @apollo/gateway from 2.0.4 to 2.3.4.

Release notes

Sourced from @​apollo/gateway's releases.

@​apollo/gateway@​2.3.4

Patch Changes

  • Handle defaulted variables correctly during post-processing. (#2443)

    Users who tried to use built-in conditional directives (skip/include) with defaulted variables and no variable provided would encounter an error thrown by operation post-processing saying that the variables weren't provided. The defaulted values went unaccounted for, so the operation would validate but then fail an assertion while resolving the conditional.

    With this change, defaulted variable values are now collected and provided to post-processing (with defaults being overwritten by variables that are actually provided).

  • Updated dependencies [6e2d24b5]:

    • @​apollo/federation-internals@​2.3.4
    • @​apollo/composition@​2.3.4
    • @​apollo/query-planner@​2.3.4

@​apollo/gateway@​2.3.3

Patch Changes

  • Update @​apollo/utils.logger typings dependency (#2269)

  • Exposes, for each subgraph request, the path in the overall gateway operation at which that subgraph request gets inserted. This path is now available as the pathInIncomingRequest field in the arguments of RemoteGraphQLDataSource.willSendRequest and RemoteGraphQLDataSource.didReceiveResponse. (#2384)

  • Previously the queryPlanStoreKey was a hash of the query concatenated with an unhashed operationName if it was present. This resulted in variable length cache keys that could become unnecessarily long, occupying additional space in the query plan cache. (#2310)

    This change incorporates the operationName into the hash itself (if operationName is present).

  • Update @​apollo/utils.createhash package, which drops support for node 12 (#2266)

  • Update @​apollo/utils.isnodelike package, which dropped support for node 12 (#2268)

  • Update @​apollo/utils.fetcher package, which drops support for node 12 (#2267)

  • Updated dependencies [71a07f30]:

    • @​apollo/composition@​2.3.3
    • @​apollo/query-planner@​2.3.3
    • @​apollo/federation-internals@​2.3.3

@​apollo/gateway@​2.3.2

Patch Changes

... (truncated)

Changelog

Sourced from @​apollo/gateway's changelog.

2.3.4

Patch Changes

  • Handle defaulted variables correctly during post-processing. (#2443)

    Users who tried to use built-in conditional directives (skip/include) with defaulted variables and no variable provided would encounter an error thrown by operation post-processing saying that the variables weren't provided. The defaulted values went unaccounted for, so the operation would validate but then fail an assertion while resolving the conditional.

    With this change, defaulted variable values are now collected and provided to post-processing (with defaults being overwritten by variables that are actually provided).

  • Updated dependencies [6e2d24b5]:

    • @​apollo/federation-internals@​2.3.4
    • @​apollo/composition@​2.3.4
    • @​apollo/query-planner@​2.3.4

2.3.3

Patch Changes

  • Update @​apollo/utils.logger typings dependency (#2269)

  • Exposes, for each subgraph request, the path in the overall gateway operation at which that subgraph request gets inserted. This path is now available as the pathInIncomingRequest field in the arguments of RemoteGraphQLDataSource.willSendRequest and RemoteGraphQLDataSource.didReceiveResponse. (#2384)

  • Previously the queryPlanStoreKey was a hash of the query concatenated with an unhashed operationName if it was present. This resulted in variable length cache keys that could become unnecessarily long, occupying additional space in the query plan cache. (#2310)

    This change incorporates the operationName into the hash itself (if operationName is present).

  • Update @​apollo/utils.createhash package, which drops support for node 12 (#2266)

  • Update @​apollo/utils.isnodelike package, which dropped support for node 12 (#2268)

  • Update @​apollo/utils.fetcher package, which drops support for node 12 (#2267)

  • Updated dependencies [71a07f30]:

    • @​apollo/composition@​2.3.3
    • @​apollo/query-planner@​2.3.3
    • @​apollo/federation-internals@​2.3.3

2.3.2

Patch Changes

... (truncated)

Commits
  • cf0e24d Version Packages (#2446)
  • 6e2d24b fix: Handle defaulted variables correctly during post-processing (#2443)
  • 8874706 Version Packages (#2393)
  • ccbf459 Make queryPlanStoreKey a hash of both the query and operationName (#2310)
  • 1a7f484 Expose the current request query path to the "willSendRequest" and "didReceiv...
  • cfe565b Add missing changelog for @apollo/gateway@2.2.3 (#2396)
  • c83b29f chore(deps): update dependency @​apollo/utils.createhash to v2 (main) (#2266)
  • fbf1f7c chore(deps): update dependency @​apollo/utils.fetcher to v2 (main) (#2267)
  • 51d55ab chore(deps): update dependency @​apollo/utils.isnodelike to v2 (main) (#2268)
  • 7c09338 chore(deps): update dependency @​apollo/utils.logger to v2 (main) (#2269)
  • 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)

Bumps [@apollo/gateway](https://github.com/apollographql/federation/tree/HEAD/gateway-js) from 2.0.4 to 2.3.4.
- [Release notes](https://github.com/apollographql/federation/releases)
- [Changelog](https://github.com/apollographql/federation/blob/main/gateway-js/CHANGELOG.md)
- [Commits](https://github.com/apollographql/federation/commits/@apollo/gateway@2.3.4/gateway-js)

---
updated-dependencies:
- dependency-name: "@apollo/gateway"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 13, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 16, 2023

Superseded by #290.

@dependabot dependabot bot closed this Mar 16, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/apollo-gateway/apollo/gateway-2.3.4 branch March 16, 2023 02:59
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants