Skip to content

Commit 54659e7

Browse files
Version Packages (#7123)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @apollo/[email protected] ### Patch Changes - [#7118](#7118) [`c835637be`](c835637) Thanks [@glasser](https://github.com/glasser)! - Provide new `GraphQLRequestContext.requestIsBatched` field to gateways, because we did add it in a backport to AS3 and the gateway interface is based on AS3. ## @apollo/[email protected] ### Patch Changes - Updated dependencies \[[`c835637be`](c835637)]: - @apollo/[email protected] ## @apollo/[email protected] ### Patch Changes - [#7118](#7118) [`c835637be`](c835637) Thanks [@glasser](https://github.com/glasser)! - Provide new `GraphQLRequestContext.requestIsBatched` field to gateways, because we did add it in a backport to AS3 and the gateway interface is based on AS3. - Updated dependencies \[[`c835637be`](c835637)]: - @apollo/[email protected] Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 5afdc2e commit 54659e7

File tree

8 files changed

+34
-18
lines changed

8 files changed

+34
-18
lines changed

.changeset/clever-camels-judge.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/gateway-interface/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @apollo/server-gateway-interface
22

3+
## 1.0.5
4+
5+
### Patch Changes
6+
7+
- [#7118](https://github.com/apollographql/apollo-server/pull/7118) [`c835637be`](https://github.com/apollographql/apollo-server/commit/c835637be07929e3bebe8f3b262588c6d918e694) Thanks [@glasser](https://github.com/glasser)! - Provide new `GraphQLRequestContext.requestIsBatched` field to gateways, because we did add it in a backport to AS3 and the gateway interface is based on AS3.
8+
39
## 1.0.4
410

511
### Patch Changes

packages/gateway-interface/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apollo/server-gateway-interface",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "Interface used to connect Apollo Gateway to Apollo Server",
55
"type": "module",
66
"main": "",

packages/integration-testsuite/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @apollo/server-integration-testsuite
22

3+
## 4.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c835637be`](https://github.com/apollographql/apollo-server/commit/c835637be07929e3bebe8f3b262588c6d918e694)]:
8+
- @apollo/server@4.1.1
9+
310
## 4.1.0
411

512
### Minor Changes

packages/integration-testsuite/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apollo/server-integration-testsuite",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "Test suite for Apollo Server integrations",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -28,7 +28,7 @@
2828
"dependencies": {
2929
"@apollo/cache-control-types": "^1.0.2",
3030
"@apollo/client": "^3.6.9",
31-
"@apollo/server": "4.1.0",
31+
"@apollo/server": "4.1.1",
3232
"@apollo/server-plugin-landing-page-graphql-playground": "^4.0.0",
3333
"@apollo/utils.keyvaluecache": "^1.0.1",
3434
"@apollo/utils.createhash": "^1.1.0",

packages/server/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @apollo/server
22

3+
## 4.1.1
4+
5+
### Patch Changes
6+
7+
- [#7118](https://github.com/apollographql/apollo-server/pull/7118) [`c835637be`](https://github.com/apollographql/apollo-server/commit/c835637be07929e3bebe8f3b262588c6d918e694) Thanks [@glasser](https://github.com/glasser)! - Provide new `GraphQLRequestContext.requestIsBatched` field to gateways, because we did add it in a backport to AS3 and the gateway interface is based on AS3.
8+
9+
- Updated dependencies [[`c835637be`](https://github.com/apollographql/apollo-server/commit/c835637be07929e3bebe8f3b262588c6d918e694)]:
10+
- @apollo/server-gateway-interface@1.0.5
11+
312
## 4.1.0
413

514
### Minor Changes

packages/server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apollo/server",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "Core engine for Apollo GraphQL server",
55
"type": "module",
66
"main": "dist/cjs/index.js",
@@ -85,7 +85,7 @@
8585
},
8686
"dependencies": {
8787
"@apollo/cache-control-types": "^1.0.2",
88-
"@apollo/server-gateway-interface": "^1.0.3",
88+
"@apollo/server-gateway-interface": "^1.0.5",
8989
"@apollo/usage-reporting-protobuf": "^4.0.0",
9090
"@apollo/utils.createhash": "^1.1.0",
9191
"@apollo/utils.fetcher": "^1.0.0",

0 commit comments

Comments
 (0)