aofe.code
aofe.code copied to clipboard
Bump apollo-server from 2.1.0 to 2.14.2 in /chapter08/graphql-demo
Bumps apollo-server from 2.1.0 to 2.14.2.
Changelog
Sourced from apollo-server's changelog.
v2.14.2
Note: This release is is related to a GitHub Security Advisory published by the Apollo Server team. Please read the attached advisory to understand the impact.
- ⚠️ SECURITY: Pass all schema validation rules to the subscription server, including validation rules that restrict introspection when introspection is meant to be disabled. Read the full GitHub Security Advisory for details.
v2.14.1
apollo-server-testing: Ensure that user-provided context is cloned when usingcreateTestClient, per the instructions in the intergration testing section of the Apollo Server documentation. [Issue #4170](apollographql/apollo-server#4170) [PR #4175](apollographql/apollo-server#4175)v2.14.0
... (truncated)
apollo-server-core/apollo-server-plugin-base: Add support forwillResolveFieldand corresponding end-handler withinexecutionDidStart. This brings the remaining bit of functionality that was previously only available fromgraphql-extensionsto the new plugin API. Thegraphql-extensionsAPI (which was never documented) will be deprecated in Apollo Server 3.x. To see the documentation for the request pipeline API, see its documentation. For more details, see the attached PR. [PR #3988](apollographql/apollo-server#3988)
apollo-server-core: Deprecategraphql-extensions. All internal usages of thegraphql-extensionsAPI have been migrated to the request pipeline plugin API. For any implementor-suppliedextensions, a deprecation warning will be printed once per-extension, per-server-startup, notifying of the intention to deprecate. Extensions should migrate to the plugin API, which is outlined in its documentation. [PR #4135](apollographql/apollo-server#4135)
apollo-engine-reporting: Currently only for non-federated graphs. Added an experimental schema reporting option,experimental_schemaReporting, for Apollo Graph Manager users. During this experiment, we'd appreciate testing and feedback from current and new users of the schema registry!Prior to the introduction of this feature, the only way to get schemas into the schema registry in Apollo Graph Manager was to use the CLI and run
apollo schema:push. Apollo schema reporting protocol is a new specification for GraphQL servers to automatically report schemas to the Apollo Graph Manager schema registry.To enable schema reporting, provide a Graph Manager API key (available free from Apollo Graph Manager) in the
APOLLO_KEYenvironment variable and set theexperimental_schemaReportingoption totruein the Apollo Server constructor options, like so:const server = new ApolloServer({ typeDefs, resolvers, engine: { experimental_schemaReporting: true, /* Other existing options can remain the same. */ }, });When enabled, a schema reporter is initiated by the
apollo-engine-reportingagent. It will loop until theApolloServerinstance is stopped, periodically calling back to Apollo Graph Manager to send information. The life-cycle of this reporter is managed by the agent.For more details on the implementation of this new protocol, see the PR which introduced it to Apollo Server and the preview documentation.
Commits
a17f26bRelease7aaca56Update@apollo/gatewayand@apollo/federationCHANGELOG before publish.354d991Update CHANGELOG.md for subscription validation rules to Security Advisory.04fab28Merge remote-tracking branch 'origin/master' into advisory-fix-102f1fb6chore(deps): update dependency gatsby to v2.22.15 (#4187)eadbfc3chore(deps): update dependency gatsby to v2.22.13 (#4181)d979a9echore(deps): update dependency @types/lodash to v4.14.154 (#4184)68ff8e5chore(deps): update dependency ioredis to v4.17.3 (#4182)00a056achore(deps): update dependency @types/lodash to v4.14.153 (#4180)c0aa7c0chore(deps): update dependency @azure/functions to v1.2.2 (#4179)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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 labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.