Skip to content

Commit 68a0041

Browse files
chore(release): 🎉 1.18.0 [skip ci]
# [1.18.0](v1.17.1...v1.18.0) (2023-04-14) ### Bug Fixes * **audits/server:** Avoid auditing non well-formatted GraphQL-over-HTTP requests ([#62](#62)) ([d72e344](d72e344)) * **audits/server:** Prefer using POST ([#77](#77)) ([8cd7dfb](8cd7dfb)) * **handler:** Stringify errors by exposing only the message ([cabf8a9](cabf8a9)) ### Features * **audits:** Notices section for optional recommendations ([#76](#76)) ([b8bdc71](b8bdc71)) * **handler:** Error formatter function ([#78](#78)) ([c0eaeb4](c0eaeb4))
1 parent 81354e7 commit 68a0041

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [1.18.0](https://github.com/graphql/graphql-http/compare/v1.17.1...v1.18.0) (2023-04-14)
2+
3+
4+
### Bug Fixes
5+
6+
* **audits/server:** Avoid auditing non well-formatted GraphQL-over-HTTP requests ([#62](https://github.com/graphql/graphql-http/issues/62)) ([d72e344](https://github.com/graphql/graphql-http/commit/d72e3444a719c0a9710b8a96201f3cc3d9324ffb))
7+
* **audits/server:** Prefer using POST ([#77](https://github.com/graphql/graphql-http/issues/77)) ([8cd7dfb](https://github.com/graphql/graphql-http/commit/8cd7dfb2e571e7660839681a796ab98fe82f652a))
8+
* **handler:** Stringify errors by exposing only the message ([cabf8a9](https://github.com/graphql/graphql-http/commit/cabf8a98b7e266af15b3e6da1b5d874e8d43a238))
9+
10+
11+
### Features
12+
13+
* **audits:** Notices section for optional recommendations ([#76](https://github.com/graphql/graphql-http/issues/76)) ([b8bdc71](https://github.com/graphql/graphql-http/commit/b8bdc71811a5d21a3f8a60b61f61ddf5ee3445ce))
14+
* **handler:** Error formatter function ([#78](https://github.com/graphql/graphql-http/issues/78)) ([c0eaeb4](https://github.com/graphql/graphql-http/commit/c0eaeb4595abc9d13b624d71a8b72ff22298b706))
15+
116
## [1.17.1](https://github.com/graphql/graphql-http/compare/v1.17.0...v1.17.1) (2023-03-31)
217

318

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-http",
3-
"version": "1.17.1",
3+
"version": "1.18.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)