Skip to content

Commit

Permalink
Support engine.graphVariant and APOLLO_GRAPH_VARIANT. (apollographql/…
Browse files Browse the repository at this point in the history
…apollo-server#3924)

Co-authored-by: Adam Zionts <[email protected]>
Apollo-Orig-Commit-AS: apollographql/apollo-server@275945d
  • Loading branch information
zionts and Adam Zionts authored Apr 23, 2020
1 parent 0ddf75c commit 0f614e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gateway-js/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

> The changes noted within this `vNEXT` section have not been released yet. New PRs and commits which introduce changes should include an entry in this `vNEXT` section as part of their development. When a release is being prepared, a new header will be (manually) created below and the the appropriate changes within that release will be moved into the new section.
- Deprecated the `APOLLO_SCHEMA_TAG` environment variable in favor of its new name, `APOLLO_GRAPH_VARIANT`. The functionality remains otherwise identical, but the new name mirrors the name used within Apollo Graph Manager. Use of the now-deprecated name will result in a deprecation warning and support will be dropped completely in a future "major" update. To avoid misconfiguration, runtime errors will be thrown if the new and deprecated name are _both_ set. [#3855](https://github.com/apollographql/apollo-server/pull/3855)
- Cache stringified representations of downstream query bodies within the query plan to address performance implications incurred by repeatedly `print`ing the same`DocumentNode`s with the `graphql` printer. This improvement is more pronounced on larger documents. [PR #4018](https://github.com/apollographql/apollo-server/pull/4018)
- Add inadvertently excluded `apollo-server-errors` runtime dependency. [#3927](https://github.com/apollographql/apollo-server/pull/3927)

Expand Down

0 comments on commit 0f614e1

Please sign in to comment.