Skip to content

Commit 1cdb7f8

Browse files
Version Packages (#7853)
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/server-integration-testsuite@4.10.2 ### Patch Changes - Updated dependencies \[[`c7e514c`](c7e514c)]: - @apollo/server@4.10.2 ## @apollo/server@4.10.2 ### Patch Changes - [#7849](#7849) [`c7e514c`](c7e514c) Thanks [@TylerBloom](https://github.com/TylerBloom)! - In the subscription callback server plugin, terminating a subscription now immediately closes the internal async generator. This avoids that generator existing after termination and until the next message is received. Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 051a8ba commit 1cdb7f8

File tree

7 files changed

+20
-14
lines changed

7 files changed

+20
-14
lines changed

.changeset/bright-needles-suffer.md

-5
This file was deleted.

.changeset/itchy-ties-nail.md

-2
This file was deleted.

package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/integration-testsuite/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @apollo/server-integration-testsuite
22

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

512
### Patch Changes

packages/integration-testsuite/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apollo/server-integration-testsuite",
3-
"version": "4.10.1",
3+
"version": "4.10.2",
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.3",
3030
"@apollo/client": "^3.6.9",
31-
"@apollo/server": "4.10.1",
31+
"@apollo/server": "4.10.2",
3232
"@apollo/usage-reporting-protobuf": "^4.1.1",
3333
"@apollo/utils.createhash": "^2.0.0",
3434
"@apollo/utils.keyvaluecache": "^2.1.0",

packages/server/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @apollo/server
22

3+
## 4.10.2
4+
5+
### Patch Changes
6+
7+
- [#7849](https://github.com/apollographql/apollo-server/pull/7849) [`c7e514c`](https://github.com/apollographql/apollo-server/commit/c7e514cf67b05521c66d0561448b3c36b2facee6) Thanks [@TylerBloom](https://github.com/TylerBloom)! - In the subscription callback server plugin, terminating a subscription now immediately closes the internal async generator. This avoids that generator existing after termination and until the next message is received.
8+
39
## 4.10.1
410

511
### Patch Changes

packages/server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apollo/server",
3-
"version": "4.10.1",
3+
"version": "4.10.2",
44
"description": "Core engine for Apollo GraphQL server",
55
"type": "module",
66
"main": "dist/cjs/index.js",

0 commit comments

Comments
 (0)