Skip to content

Commit 8c6579e

Browse files
Version Packages (#8047)
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] ### Minor Changes - [#8054](#8054) [`89e3f84`](89e3f84) Thanks [@clenfest](https://github.com/clenfest)! - Adds a new graphql-js validation rule to reject operations that recursively request selections above a specified maximum, which is disabled by default. Use configuration option `maxRecursiveSelections=true` to enable with a maximum of 10,000,000, or `maxRecursiveSelections=<number>` for a custom maximum. Enabling this validation can help avoid performance issues with configured validation rules or plugins. ### Patch Changes - [#8031](#8031) [`2550d9f`](2550d9f) Thanks [@slagiewka](https://github.com/slagiewka)! - Add return after sending 400 response in doubly escaped JSON parser middleware ## @apollo/[email protected] ### Patch Changes - Updated dependencies \[[`89e3f84`](89e3f84), [`2550d9f`](2550d9f)]: - @apollo/[email protected] Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 89e3f84 commit 8c6579e

File tree

8 files changed

+24
-19
lines changed

8 files changed

+24
-19
lines changed

.changeset/cuddly-tables-turn.md

-5
This file was deleted.

.changeset/mighty-lions-rest.md

-2
This file was deleted.

.changeset/thick-seals-tan.md

-5
This file was deleted.

package-lock.json

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

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.12.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`89e3f84`](https://github.com/apollographql/apollo-server/commit/89e3f848e64590e15b08a07df498fe3fdb4f370d), [`2550d9f`](https://github.com/apollographql/apollo-server/commit/2550d9fefe03069075e16141b043115170012e80)]:
8+
- @apollo/server@4.12.0
9+
310
## 4.11.3
411

512
### Patch Changes

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.11.3",
3+
"version": "4.12.0",
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.11.3",
31+
"@apollo/server": "4.12.0",
3232
"@apollo/usage-reporting-protobuf": "^4.1.1",
3333
"@apollo/utils.createhash": "^2.0.2",
3434
"@apollo/utils.keyvaluecache": "^2.1.0",

packages/server/CHANGELOG.md

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

3+
## 4.12.0
4+
5+
### Minor Changes
6+
7+
- [#8054](https://github.com/apollographql/apollo-server/pull/8054) [`89e3f84`](https://github.com/apollographql/apollo-server/commit/89e3f848e64590e15b08a07df498fe3fdb4f370d) Thanks [@clenfest](https://github.com/clenfest)! - Adds a new graphql-js validation rule to reject operations that recursively request selections above a specified maximum, which is disabled by default. Use configuration option `maxRecursiveSelections=true` to enable with a maximum of 10,000,000, or `maxRecursiveSelections=<number>` for a custom maximum. Enabling this validation can help avoid performance issues with configured validation rules or plugins.
8+
9+
### Patch Changes
10+
11+
- [#8031](https://github.com/apollographql/apollo-server/pull/8031) [`2550d9f`](https://github.com/apollographql/apollo-server/commit/2550d9fefe03069075e16141b043115170012e80) Thanks [@slagiewka](https://github.com/slagiewka)! - Add return after sending 400 response in doubly escaped JSON parser middleware
12+
313
## 4.11.3
414

515
### Patch Changes

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

0 commit comments

Comments
 (0)