Skip to content

Commit

Permalink
Merge pull request apollographql/apollo-server#4175 from apollographq…
Browse files Browse the repository at this point in the history
…l/release-2.14.1

Apollo-Orig-Commit-AS: apollographql/apollo-server@ab94135
  • Loading branch information
abernix committed May 28, 2020
2 parents 97e53db + ac5cb30 commit d5bcca3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions federation-js/CHANGELOG.md
Expand Up @@ -6,6 +6,10 @@
- _Nothing yet! Stay tuned._

## 0.16.2

- Only changes in the similarly versioned `@apollo/gateway` package.

## 0.16.1

- Only changes in the similarly versioned `@apollo/gateway` package.
Expand Down
2 changes: 1 addition & 1 deletion federation-js/package.json
@@ -1,6 +1,6 @@
{
"name": "@apollo/federation",
"version": "0.16.1",
"version": "0.16.2",
"description": "Apollo Federation Utilities",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions gateway-js/CHANGELOG.md
Expand Up @@ -6,6 +6,10 @@
- __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)

## 0.16.2

- __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)

## 0.16.1

- __NEW__: Provide the ability to pass a custom `fetcher` during `RemoteGraphQLDataSource` construction to be used when executing operations against downstream services. Providing a custom `fetcher` may be necessary to accommodate more advanced needs, e.g., configuring custom TLS certificates for internal services. [PR #4149](https://github.com/apollographql/apollo-server/pull/4149)
Expand Down
2 changes: 1 addition & 1 deletion gateway-js/package.json
@@ -1,6 +1,6 @@
{
"name": "@apollo/gateway",
"version": "0.16.1",
"version": "0.16.2",
"description": "Apollo Gateway",
"author": "opensource@apollographql.com",
"main": "dist/index.js",
Expand Down

0 comments on commit d5bcca3

Please sign in to comment.