Commit ecd9cfa
authored
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- .changeset
- packages
- integration-testsuite
- server
11 files changed
+25
-28
lines changedThis file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
3 | 16 | | |
4 | 17 | | |
5 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
3 | 9 | | |
4 | 10 | | |
5 | 11 | | |
| |||
0 commit comments