Skip to content

Commit

Permalink
Version Packages (#7333)
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/[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>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Feb 6, 2023
1 parent d796130 commit b35581d
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 28 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-laws-serve.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/heavy-poets-wink.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/ten-ladybugs-return.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-camels-grin.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.

9 changes: 9 additions & 0 deletions packages/integration-testsuite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @apollo/server-integration-testsuite

## 4.3.3

### Patch Changes

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

- Updated dependencies [[`9de18b34c`](https://github.com/apollographql/apollo-server/commit/9de18b34cd2ead3da0e0fbbe3eec74a84e20a5d8), [`8c635d104`](https://github.com/apollographql/apollo-server/commit/8c635d104739c9d3fd9c15ac04f5d3a23b1c1917)]:
- @apollo/server@4.3.3

## 4.3.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/integration-testsuite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollo/server-integration-testsuite",
"version": "4.3.2",
"version": "4.3.3",
"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.2",
"@apollo/client": "^3.6.9",
"@apollo/server": "4.3.2",
"@apollo/server": "4.3.3",
"@apollo/server-plugin-landing-page-graphql-playground": "^4.0.0",
"@apollo/utils.keyvaluecache": "^2.1.0",
"@apollo/utils.createhash": "^2.0.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @apollo/server

## 4.3.3

### Patch Changes

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

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

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.

## 4.3.2

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

0 comments on commit b35581d

Please sign in to comment.