datenguide / datenguide-api

datenguide GraphQL API Server
MIT License
10 stars 2 forks source link

Bump apollo-server-express from 2.11.0 to 2.12.0 #195

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps apollo-server-express from 2.11.0 to 2.12.0.

Changelog

Sourced from apollo-server-express's changelog.

v2.12.0

See complete versioning details.

  • apollo-server-core: Support providing a custom logger implementation (e.g. winston, bunyan, etc.) to capture server console messages. Though there has historically been limited output from Apollo Server, some messages are important to capture in the larger context of production logging facilities or can benefit from using more advanced structure, like JSON-based logging. This also introduces a logger property to the GraphQLRequestContext that is exposed to plugins, making it possible for plugins to leverage the same server-level logger, and allowing implementors to create request-specific log contexts, if desired. When not provided, these will still output to console. [PR #3894](apollographql/apollo-server#3894)
  • apollo-server-core: When operating in gateway mode using the gateway property of the Apollo Server constructor options, the failure to initialize a schema during initial start-up, e.g. connectivity problems, will no longer result in the federated executor from being assigned when the schema eventually becomes available. This precludes a state where the gateway may never become available to serve federated requests, even when failure conditions are no longer present. [PR #3811](apollographql/apollo-server#3811)
  • apollo-server-core: Prevent a condition which prefixed an error message on each request when the initial gateway initialization resulted in a Promise-rejection which was memoized and re-prepended with Invalid options provided to ApolloServer: on each request. [PR #3811](apollographql/apollo-server#3811)
  • apollo-server-express: Disable the automatic inclusion of the x-powered-by: express header. [PR #3821](apollographql/apollo-server#3821)
  • apollo-engine-reporting: Avoid creating new arrays when building trace trees. [PR #3479](apollographql/apollo-server#3479)
  • apollo-server-core: Bump graphql peerDependencies range to include ^15.0.0. [PR #3944](apollographql/apollo-server#3944)
Commits
  • 71a3863 Release
  • 0d2bc78 Follow-up c68c577aa by completely disabling Node.js 6 tests.
  • c68c577 Disable Node.js as a requirement for the publishing workflow.
  • 509d6a6 Adjust CHANGELOG.md prior to releasing.
  • 7efa03f CHANGELOG.md formatting.
  • c69557b Release
  • 8647334 Bump graphql peerDependencies to ^15.0.0 (#3944)
  • 5eef2a6 Gateway downstream health checks (#3930)
  • 33151b7 Leverage logger implementation in tests
  • efa9427 Gateway network testing cleanup
  • 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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

Superseded by #204.