Skip to content

Commit 4f128ce

Browse files
chore(release): 🎉 1.23.0 [skip ci]
# [1.23.0](v1.22.4...v1.23.0) (2026-08-07) ### Bug Fixes * add support for GraphQL v17 ([#156](#156)) ([ae03a11](ae03a11)), closes [#155](#155) * **audits:** avoid false positives in 9ABE ([#148](#148)) ([5587c03](5587c03)) * **audits:** inconsistency between D6D5 and 6A70 ([#147](#147)) ([eac6dc8](eac6dc8)) * **audits:** incorrect status code range ([#145](#145)) ([08b4ed2](08b4ed2)) ### Features * **audit:** graphql-response+json parsing failure handling ([#149](#149)) ([81e6a07](81e6a07))
1 parent ce2fa95 commit 4f128ce

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [1.23.0](https://github.com/graphql/graphql-http/compare/v1.22.4...v1.23.0) (2026-08-07)
2+
3+
4+
### Bug Fixes
5+
6+
* add support for GraphQL v17 ([#156](https://github.com/graphql/graphql-http/issues/156)) ([ae03a11](https://github.com/graphql/graphql-http/commit/ae03a1189af5a1b4d22c331d4031d02cb72a066b)), closes [#155](https://github.com/graphql/graphql-http/issues/155)
7+
* **audits:** avoid false positives in 9ABE ([#148](https://github.com/graphql/graphql-http/issues/148)) ([5587c03](https://github.com/graphql/graphql-http/commit/5587c034bcf8a9d13079c0e7cdf4572588fa45ed))
8+
* **audits:** inconsistency between D6D5 and 6A70 ([#147](https://github.com/graphql/graphql-http/issues/147)) ([eac6dc8](https://github.com/graphql/graphql-http/commit/eac6dc89a5606fefc5dceff6fa9201a0fc1727c2))
9+
* **audits:** incorrect status code range ([#145](https://github.com/graphql/graphql-http/issues/145)) ([08b4ed2](https://github.com/graphql/graphql-http/commit/08b4ed2cb320d9bc78d96c3801f1f6bed5c61553))
10+
11+
12+
### Features
13+
14+
* **audit:** graphql-response+json parsing failure handling ([#149](https://github.com/graphql/graphql-http/issues/149)) ([81e6a07](https://github.com/graphql/graphql-http/commit/81e6a070f2dd198194cd3e7f1bab51bf2e04c13f))
15+
116
## [1.22.4](https://github.com/graphql/graphql-http/compare/v1.22.3...v1.22.4) (2025-01-17)
217

318

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-http",
3-
"version": "1.22.4",
3+
"version": "1.23.0",
44
"description": "Simple, pluggable, zero-dependency, GraphQL over HTTP spec compliant server, client and audit suite.",
55
"keywords": [
66
"graphql",

0 commit comments

Comments
 (0)