Skip to content

Commit

Permalink
Version Packages (#7853)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Mar 22, 2024
1 parent 051a8ba commit 1cdb7f8
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-needles-suffer.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/itchy-ties-nail.md

This file was deleted.

8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions packages/integration-testsuite/CHANGELOG.md
@@ -1,5 +1,12 @@
# @apollo/server-integration-testsuite

## 4.10.2

### Patch Changes

- Updated dependencies [[`c7e514c`](https://github.com/apollographql/apollo-server/commit/c7e514cf67b05521c66d0561448b3c36b2facee6)]:
- @apollo/server@4.10.2

## 4.10.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/integration-testsuite/package.json
@@ -1,6 +1,6 @@
{
"name": "@apollo/server-integration-testsuite",
"version": "4.10.1",
"version": "4.10.2",
"description": "Test suite for Apollo Server integrations",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@apollo/cache-control-types": "^1.0.3",
"@apollo/client": "^3.6.9",
"@apollo/server": "4.10.1",
"@apollo/server": "4.10.2",
"@apollo/usage-reporting-protobuf": "^4.1.1",
"@apollo/utils.createhash": "^2.0.0",
"@apollo/utils.keyvaluecache": "^2.1.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/server/CHANGELOG.md
@@ -1,5 +1,11 @@
# @apollo/server

## 4.10.2

### Patch Changes

- [#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.

## 4.10.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
@@ -1,6 +1,6 @@
{
"name": "@apollo/server",
"version": "4.10.1",
"version": "4.10.2",
"description": "Core engine for Apollo GraphQL server",
"type": "module",
"main": "dist/cjs/index.js",
Expand Down

0 comments on commit 1cdb7f8

Please sign in to comment.