Skip to content

Commit 434309c

Browse files
committedAug 28, 2019
Update changelogs after publish
1 parent 029c8dc commit 434309c

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed
 

‎CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ The version headers in this history reflect the versions of Apollo Server itself
66

77
> 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.
88
9+
- Nothing yet! Stay tuned!
10+
11+
### v2.9.1
12+
13+
> [See complete versioning details.](https://github.com/apollographql/apollo-server/commit/029c8dca3af812ee70589cdb6de749df3d2843d8)
14+
915
- `apollo-server-core`: Make `formatError` available to subscriptions in the same spirit as the existing `formatResponse`. [PR #2942](https://github.com/apollographql/apollo-server/pull/2942)
1016
- `apollo-engine-reporting`: The behavior of the `engine.maxAttempts` parameter previously did not match its documentation. It is documented as being the max number of attempts *including* the initial attempt, but until this release it was actually the number of retries *excluding* the initial attempt. The behavior has been changed to match the documentation (and the literal reading of the option name). [PR #3218](https://github.com/apollographql/apollo-server/pull/3218)
1117
- `apollo-engine-reporting`: When sending the report fails with a server-side 5xx error, include the full error from the server in the logs. [PR #3218](https://github.com/apollographql/apollo-server/pull/3218)

‎packages/apollo-federation/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
> 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.
66
7+
- Nothing yet! Stay tuned!
8+
9+
### v0.9.1
10+
11+
> [See complete versioning details.](https://github.com/apollographql/apollo-server/commit/029c8dca3af812ee70589cdb6de749df3d2843d8)
12+
713
- Fix value type behavior within composition and execution [#3182](https://github.com/apollographql/apollo-server/pull/2922)
814

915
# v0.6.8

‎packages/apollo-gateway/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
> 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.
66
7+
- Nothing yet! Stay tuned!
8+
9+
# v0.10.1
10+
11+
> [See complete versioning details.](https://github.com/apollographql/apollo-server/commit/029c8dca3af812ee70589cdb6de749df3d2843d8)
12+
713
* Make service definition cache local to ApolloGateway object [#3191](https://github.com/apollographql/apollo-server/pull/3191)
814
* Fix value type behavior within composition and execution [#3182](https://github.com/apollographql/apollo-server/pull/3182)
915
* Validate variables at the gateway level [#3213](https://github.com/apollographql/apollo-server/pull/3213)

0 commit comments

Comments
 (0)
Please sign in to comment.