From 7548f4d29e05d2c7a0ade3bf2b482322905a6f32 Mon Sep 17 00:00:00 2001 From: Jesse Rosenberger Date: Fri, 17 Jul 2020 11:24:58 +0000 Subject: [PATCH] Update CHANGELOG.md in preparation for release. Apollo-Orig-Commit-AS: apollographql/apollo-server@57eca63007ffe660a852dd8b258cdb083045816d --- federation-js/CHANGELOG.md | 4 ++++ gateway-js/CHANGELOG.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/federation-js/CHANGELOG.md b/federation-js/CHANGELOG.md index ab41a5d44..883c9ba0b 100644 --- a/federation-js/CHANGELOG.md +++ b/federation-js/CHANGELOG.md @@ -6,6 +6,10 @@ - _Nothing yet! Stay tuned!_ +## v0.18.0 + +- Only changes in the similarly versioned `@apollo/gateway` package. + ## v0.17.0 - Only changes in the similarly versioned `@apollo/gateway` package. diff --git a/gateway-js/CHANGELOG.md b/gateway-js/CHANGELOG.md index 06515b8b6..a7f3d2781 100644 --- a/gateway-js/CHANGELOG.md +++ b/gateway-js/CHANGELOG.md @@ -4,6 +4,10 @@ > 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. +- _Nothing yet! Stay tuned!_ + +## v0.18.0 + - The `RemoteGraphQLDataSource`'s `didEncounterError` method will now receive [`Response`](https://github.com/apollographql/apollo-server/blob/43470d6561bee31101f3afc56bdd154db3f92b30/packages/apollo-server-env/src/fetch.d.ts#L98-L111) as the third argument when it is available, making its signature `(error: Error, fetchRequest: Request, fetchResponse?: Response)`. This compliments the existing [`Request`](https://github.com/apollographql/apollo-server/blob/43470d6561bee31101f3afc56bdd154db3f92b30/packages/apollo-server-env/src/fetch.d.ts#L37-L45) type it was already receiving. Both of these types are [HTTP WHATWG Fetch API](https://fetch.spec.whatwg.org/) types, not `GraphQLRequest`, `GraphQLResponse` types. ## v0.17.0