From 7aaca5697eeba16547b81482cf8cfa93a6642a43 Mon Sep 17 00:00:00 2001 From: Jesse Rosenberger Date: Thu, 4 Jun 2020 17:11:37 +0000 Subject: [PATCH] Update `@apollo/gateway` and `@apollo/federation` CHANGELOG before publish. --- packages/apollo-federation/CHANGELOG.md | 4 ++++ packages/apollo-gateway/CHANGELOG.md | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/packages/apollo-federation/CHANGELOG.md b/packages/apollo-federation/CHANGELOG.md index c6f37680a10..7e0f4a5da17 100644 --- a/packages/apollo-federation/CHANGELOG.md +++ b/packages/apollo-federation/CHANGELOG.md @@ -6,6 +6,10 @@ - _Nothing yet! Stay tuned._ +## 0.16.3 + +- Only changes in the similarly versioned `@apollo/gateway` package. + ## 0.16.2 - Only changes in the similarly versioned `@apollo/gateway` package. diff --git a/packages/apollo-gateway/CHANGELOG.md b/packages/apollo-gateway/CHANGELOG.md index 0e50ea2bbf6..211e9896aa0 100644 --- a/packages/apollo-gateway/CHANGELOG.md +++ b/packages/apollo-gateway/CHANGELOG.md @@ -4,7 +4,11 @@ > 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 appropriate changes within that release will be moved into the new section. -- __FIX__: Collapse nested required fields into a single body in the query plan. Before, some nested fields' selection sets were getting split, causing some of their subfields to be dropped when executing the query. This fix collapses the split selection sets into one. [#4064](https://github.com/apollographql/apollo-server/pull/4064) +- _Nothing yet! Stay tuned._ + +## 0.16.3 + +- This updates a dependency of `apollo-server-core` that is only used for its TypeScript typings, not for any runtime dependencies. The reason for the upgrade is that the `apollo-server-core` package (again, used only for types!) was affected by a GitHub Security Advisory. [See the related `CHANGELOG.md` for Apollo Server for more details, including a link to the advisory](https://github.com/apollographql/apollo-server/blob/354d9910e1c87af93c7d50263a28554b449e48db/CHANGELOG.md#v2142). ## 0.16.2