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

build(deps): bump @apollo/gateway from 0.20.0 to 0.24.4 #55

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 18, 2021

Bumps @apollo/gateway from 0.20.0 to 0.24.4.

Changelog

Sourced from @​apollo/gateway's changelog.

v0.24.4

  • deps(@apollo/query-planner-wasm): Adjust the packaging to ensure that dist/` packages were published by the CI publishing pipeline. [PR #557](apollographql/federation#557)

v0.24.3

  • deps(@apollo/query-planner-wasm): Fix an error caused by a lacking relatively prefix on the items in exports, following up [PR #270](apollographql/federation#270)

v0.24.2

v0.24.1

  • Re-publish with adjustment to lerna.json to ensure that the newly-introduced @apollo/query-planner package (which wraps @apollo/query-planner-wasm) is published by the release pipeline. This is important because @apollo/gateway now depends on @apollo/query-planner as of [PR #453](apollographql/federation#453)

v0.24.0

  • BREAKING: Make all protected gateway fields and methods private (except loadServiceDefinitions). If you currently depend on the ability to override any of these currently protected members of ApolloGateway please let us know by opening or commenting on an existing an issue on this repository. For additional context on why loadServiceDefinitions remains protected (for now) please read the associated PR description and linked issue. [PR #539](apollographql/federation#539)
  • deps(@apollo/query-planner-wasm): This dependency has been bumped to a version that emits an ECMAScript module (ESM) in addition to the current CommonJS (CJS) bundle. This may help facilitate interoperability with bundlers thwarted by the presence of the WASM module (.wasm) within in this dependency since its inception and included in @apollo/gateway since v0.20.1. [PR #270](apollographql/federation#270) [Issue #255](apollographql/federation#255)

v0.23.2

  • Only changes in the similarly versioned @apollo/federation package.

v0.23.1

v0.23.0

  • If you are on v2.18 or v2.19 of Apollo Server, you should upgrade to Apollo Server v2.20 before upgrading to this version, or your Node process may not shut down properly after stopping your Apollo Server.. Code that calls ApolloGateway.load is now expected to call ApolloGateway.stop. If you don't do that and you're using managed federation or experimental_pollInterval, the background polling interval will now keep a Node process alive rather than allowing it to exit if it's the only remaining event loop handler. Generally, ApolloServer is what calls ApolloGateway.load, and if you use at least v2.20.0 of Apollo Server, ApolloServer.stop() will invoke ApolloGateway.stop(). There's a bit of a hack where ApolloGateway does the old behavior if it believes that it is being called by a version of Apollo Server older than v2.18.0. So if you are manually calling ApolloGateway.load from your code, make sure to call ApolloGateway.stop when you're done, and don't use this version with Apollo Server v2.18 or v2.19. [PR #452](apollographql/federation#452) [apollo-server Issue #4428](apollographql/apollo-server#4428)
  • Simplify startup code paths. This is technically only intended to be an internal restructure, but it's substantial enough to warrant a changelog entry for observability in case of any unexpected behavioral changes. [PR #440](apollographql/federation#440)

v0.22.0

v0.21.4

  • Update version of @apollo/federation

v0.21.3

  • No changes, but please note that v0.21.2 was a botched release, with no update to the @apollo/query-planner-wasm package that was needed. If you're seeing an error similar to This data graph is missing a valid configuration. unreachable, please upgrade to at least this patch release.

v0.21.2

  • Whenever "AccessDenied" 403 error comes from Apollo, provide a useful error message indicating how to resolve the problem. [PR #245](apollographql/federation#245)

v0.21.1

... (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 @github
Copy link
Author

dependabot bot commented on behalf of github Mar 18, 2021

The following labels could not be found: automerge, dependencies.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 26, 2021

Superseded by #58.

@dependabot dependabot bot closed this Mar 26, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/apollo/gateway-0.24.4 branch March 26, 2021 05:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
0 participants