Skip to content

Commit ecd9cfa

Browse files
Version Packages (#7052)
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 - [#7035](#7035) [`b3f400063`](b3f4000) Thanks [@barryhagan](https://github.com/barryhagan)! - Errors resulting from an attempt to use introspection when it is not enabled now have an additional `validationErrorCode: 'INTROSPECTION_DISABLED'` extension; this value is part of a new enum `ApolloServerValidationErrorCode` exported from `@apollo/server/errors`. - [#7066](#7066) [`f11d55a83`](f11d55a) Thanks [@trevor-scheer](https://github.com/trevor-scheer)! - Add a test to validate error message and code for invalid operation names via GET - [#7055](#7055) [`d0d8f4be7`](d0d8f4b) Thanks [@trevor-scheer](https://github.com/trevor-scheer)! - Fix build configuration issue and align on CJS correctly - Updated dependencies \[[`b3f400063`](b3f4000)]: - @apollo/[email protected] ## @apollo/[email protected] ### Patch Changes - [#7035](#7035) [`b3f400063`](b3f4000) Thanks [@barryhagan](https://github.com/barryhagan)! - Errors resulting from an attempt to use introspection when it is not enabled now have an additional `validationErrorCode: 'INTROSPECTION_DISABLED'` extension; this value is part of a new enum `ApolloServerValidationErrorCode` exported from `@apollo/server/errors`. Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f11d55a commit ecd9cfa

File tree

11 files changed

+25
-28
lines changed

11 files changed

+25
-28
lines changed

.changeset/beige-feet-destroy.md

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

.changeset/brown-ads-invent.md

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

.changeset/gold-sloths-divide.md

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

.changeset/lovely-terms-compare.md

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

.changeset/slimy-apples-live.md

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

.changeset/small-dodos-collect.md

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

package-lock.json

Lines changed: 3 additions & 3 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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @apollo/server-integration-testsuite
22

3+
## 4.0.2
4+
5+
### Patch Changes
6+
7+
- [#7035](https://github.com/apollographql/apollo-server/pull/7035) [`b3f400063`](https://github.com/apollographql/apollo-server/commit/b3f4000633a9dc5ef983b97e46cba29507ee2955) Thanks [@barryhagan](https://github.com/barryhagan)! - Errors resulting from an attempt to use introspection when it is not enabled now have an additional `validationErrorCode: 'INTROSPECTION_DISABLED'` extension; this value is part of a new enum `ApolloServerValidationErrorCode` exported from `@apollo/server/errors`.
8+
9+
- [#7066](https://github.com/apollographql/apollo-server/pull/7066) [`f11d55a83`](https://github.com/apollographql/apollo-server/commit/f11d55a83cf0300cf31674311e72cb7703c70040) Thanks [@trevor-scheer](https://github.com/trevor-scheer)! - Add a test to validate error message and code for invalid operation names via GET
10+
11+
- [#7055](https://github.com/apollographql/apollo-server/pull/7055) [`d0d8f4be7`](https://github.com/apollographql/apollo-server/commit/d0d8f4be705065745bd3767a62b8025abe774842) Thanks [@trevor-scheer](https://github.com/trevor-scheer)! - Fix build configuration issue and align on CJS correctly
12+
13+
- Updated dependencies [[`b3f400063`](https://github.com/apollographql/apollo-server/commit/b3f4000633a9dc5ef983b97e46cba29507ee2955)]:
14+
- @apollo/server@4.0.2
15+
316
## 4.0.1
417

518
### 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.0.1",
3+
"version": "4.0.2",
44
"description": "Test suite for Apollo Server integrations",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -41,7 +41,7 @@
4141
"supertest": "^6.2.3"
4242
},
4343
"peerDependencies": {
44-
"@apollo/server": "^4.0.1",
44+
"@apollo/server": "^4.0.2",
4545
"@jest/globals": "28.x || 29.x",
4646
"graphql": "^16.6.0",
4747
"jest": "28.x || 29.x"

packages/server/CHANGELOG.md

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

3+
## 4.0.2
4+
5+
### Patch Changes
6+
7+
- [#7035](https://github.com/apollographql/apollo-server/pull/7035) [`b3f400063`](https://github.com/apollographql/apollo-server/commit/b3f4000633a9dc5ef983b97e46cba29507ee2955) Thanks [@barryhagan](https://github.com/barryhagan)! - Errors resulting from an attempt to use introspection when it is not enabled now have an additional `validationErrorCode: 'INTROSPECTION_DISABLED'` extension; this value is part of a new enum `ApolloServerValidationErrorCode` exported from `@apollo/server/errors`.
8+
39
## 4.0.1
410

511
### Patch Changes

0 commit comments

Comments
 (0)