Skip to content

Commit e8c00a7

Browse files
Version Packages (#7702)
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 - Updated dependencies \[[`62e7d940d`](62e7d94)]: - @apollo/[email protected] ## @apollo/[email protected] ### Patch Changes - [#7699](#7699) [`62e7d940d`](62e7d94) Thanks [@trevor-scheer](https://github.com/trevor-scheer)! - Fix error path attachment for list items Previously, when errors occurred while resolving a list item, the trace builder would fail to place the error at the correct path and just default to the root node with a warning message: > `Could not find node with path x.y.1, defaulting to put errors on root node.` This change places these errors at their correct paths and removes the log. Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7afc927 commit e8c00a7

File tree

6 files changed

+26
-18
lines changed

6 files changed

+26
-18
lines changed

Diff for: .changeset/gentle-cycles-look.md

-11
This file was deleted.

Diff for: package-lock.json

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

Diff for: 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.9.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`62e7d940d`](https://github.com/apollographql/apollo-server/commit/62e7d940de025f21e89c60404bce0dddac84ed6c)]:
8+
- @apollo/server@4.9.2
9+
310
## 4.9.1
411

512
### Patch Changes

Diff for: 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.9.1",
3+
"version": "4.9.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.9.1",
31+
"@apollo/server": "4.9.2",
3232
"@apollo/utils.keyvaluecache": "^2.1.0",
3333
"@apollo/utils.createhash": "^2.0.0",
3434
"@apollo/usage-reporting-protobuf": "^4.1.1",

Diff for: packages/server/CHANGELOG.md

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

3+
## 4.9.2
4+
5+
### Patch Changes
6+
7+
- [#7699](https://github.com/apollographql/apollo-server/pull/7699) [`62e7d940d`](https://github.com/apollographql/apollo-server/commit/62e7d940de025f21e89c60404bce0dddac84ed6c) Thanks [@trevor-scheer](https://github.com/trevor-scheer)! - Fix error path attachment for list items
8+
9+
Previously, when errors occurred while resolving a list item, the trace builder would fail to place the error at the correct path and just default to the root node with a warning message:
10+
11+
> `Could not find node with path x.y.1, defaulting to put errors on root node.`
12+
13+
This change places these errors at their correct paths and removes the log.
14+
315
## 4.9.1
416

517
### Patch Changes

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

0 commit comments

Comments
 (0)