Skip to content

Commit b35581d

Browse files
Version Packages (#7333)
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 - [#7338](#7338) [`01bc39838`](01bc398) Thanks [@trevor-scheer](https://github.com/trevor-scheer)! - Update graphql-http to 1.13.0 - Updated dependencies \[[`9de18b34c`](9de18b3), [`8c635d104`](8c635d1)]: - @apollo/[email protected] ## @apollo/[email protected] ### Patch Changes - [#7331](#7331) [`9de18b34c`](9de18b3) Thanks [@trevor-scheer](https://github.com/trevor-scheer)! - Unpin `node-abort-controller` and update to latest unbreaking patch - [#7136](#7136) [`8c635d104`](8c635d1) Thanks [@trevor-scheer](https://github.com/trevor-scheer)! - Errors reported by subgraphs (with no trace data in the response) are now accurately reflected in the numeric error stats. Operations that receive errors from subgraphs (with no trace data in the response) are no longer sent as incomplete, error-less traces. Note: in order for this fix to take effect, your `@apollo/gateway` version must be updated to v2.3.1 or later. Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d796130 commit b35581d

File tree

9 files changed

+28
-28
lines changed

9 files changed

+28
-28
lines changed

.changeset/angry-laws-serve.md

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

.changeset/heavy-poets-wink.md

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

.changeset/ten-ladybugs-return.md

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

.changeset/tricky-camels-grin.md

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

package-lock.json

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

packages/integration-testsuite/CHANGELOG.md

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

3+
## 4.3.3
4+
5+
### Patch Changes
6+
7+
- [#7338](https://github.com/apollographql/apollo-server/pull/7338) [`01bc39838`](https://github.com/apollographql/apollo-server/commit/01bc398388d730c7036a3cfa816e0f129da5d34e) Thanks [@trevor-scheer](https://github.com/trevor-scheer)! - Update graphql-http to 1.13.0
8+
9+
- Updated dependencies [[`9de18b34c`](https://github.com/apollographql/apollo-server/commit/9de18b34cd2ead3da0e0fbbe3eec74a84e20a5d8), [`8c635d104`](https://github.com/apollographql/apollo-server/commit/8c635d104739c9d3fd9c15ac04f5d3a23b1c1917)]:
10+
- @apollo/server@4.3.3
11+
312
## 4.3.2
413

514
### Patch 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.3.2",
3+
"version": "4.3.3",
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.3.2",
31+
"@apollo/server": "4.3.3",
3232
"@apollo/server-plugin-landing-page-graphql-playground": "^4.0.0",
3333
"@apollo/utils.keyvaluecache": "^2.1.0",
3434
"@apollo/utils.createhash": "^2.0.0",

packages/server/CHANGELOG.md

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

3+
## 4.3.3
4+
5+
### Patch Changes
6+
7+
- [#7331](https://github.com/apollographql/apollo-server/pull/7331) [`9de18b34c`](https://github.com/apollographql/apollo-server/commit/9de18b34cd2ead3da0e0fbbe3eec74a84e20a5d8) Thanks [@trevor-scheer](https://github.com/trevor-scheer)! - Unpin `node-abort-controller` and update to latest unbreaking patch
8+
9+
- [#7136](https://github.com/apollographql/apollo-server/pull/7136) [`8c635d104`](https://github.com/apollographql/apollo-server/commit/8c635d104739c9d3fd9c15ac04f5d3a23b1c1917) Thanks [@trevor-scheer](https://github.com/trevor-scheer)! - Errors reported by subgraphs (with no trace data in the response) are now accurately reflected in the numeric error stats.
10+
11+
Operations that receive errors from subgraphs (with no trace data in the response) are no longer sent as incomplete, error-less traces.
12+
13+
Note: in order for this fix to take effect, your `@apollo/gateway` version must be updated to v2.3.1 or later.
14+
315
## 4.3.2
416

517
### Patch Changes

packages/server/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",
3-
"version": "4.3.2",
3+
"version": "4.3.3",
44
"description": "Core engine for Apollo GraphQL server",
55
"type": "module",
66
"main": "dist/cjs/index.js",

0 commit comments

Comments
 (0)