Skip to content

Commit 58a0411

Browse files
chore(release): 🎉 1.2.0 [skip ci]
# [1.2.0](v1.1.0...v1.2.0) (2022-08-12) ### Bug Fixes * **handler:** `onSubscribe` can return readonly `GraphQLError`s ([5ce6841](5ce6841)) * **handler:** Allow empty query string parameter (necessary for persisted operations) ([4eed1d5](4eed1d5)) * **handler:** Don't validate if `onSubscribe` returns execution arguments ([17c8007](17c8007)) * **handler:** Respond with error if GraphQL execution result is iterable ([d1ffdf7](d1ffdf7)) ### Features * **handler:** `onSubscribe` can return an `ExecutionResult` for immediate result response ([0dcaf89](0dcaf89)) * **handler:** Expose `getAcceptableMediaType` and `makeResponse` for increased modularity ([ae8ea29](ae8ea29)) * **handler:** Request may contain a context value ([3a593f8](3a593f8)) ### Performance Improvements * **handler:** Detect non-string query parameter before parsing ([4bc71ee](4bc71ee))
1 parent 8c41624 commit 58a0411

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# [1.2.0](https://github.com/enisdenjo/graphql-http/compare/v1.1.0...v1.2.0) (2022-08-12)
2+
3+
4+
### Bug Fixes
5+
6+
* **handler:** `onSubscribe` can return readonly `GraphQLError`s ([5ce6841](https://github.com/enisdenjo/graphql-http/commit/5ce68417493ae6e9c88c024dab496aca1962423c))
7+
* **handler:** Allow empty query string parameter (necessary for persisted operations) ([4eed1d5](https://github.com/enisdenjo/graphql-http/commit/4eed1d50c0d88d92dd8721cb8ed61ef426c53857))
8+
* **handler:** Don't validate if `onSubscribe` returns execution arguments ([17c8007](https://github.com/enisdenjo/graphql-http/commit/17c8007bddc72a020d6daecfb8863a66bb91c65f))
9+
* **handler:** Respond with error if GraphQL execution result is iterable ([d1ffdf7](https://github.com/enisdenjo/graphql-http/commit/d1ffdf7b1e538a28c27f8b8775f49019edd9247d))
10+
11+
12+
### Features
13+
14+
* **handler:** `onSubscribe` can return an `ExecutionResult` for immediate result response ([0dcaf89](https://github.com/enisdenjo/graphql-http/commit/0dcaf89f3ffe86f5b471251eaf8959b350d11a5b))
15+
* **handler:** Expose `getAcceptableMediaType` and `makeResponse` for increased modularity ([ae8ea29](https://github.com/enisdenjo/graphql-http/commit/ae8ea295b8e9a04bd4d146897f2594da79bfa293))
16+
* **handler:** Request may contain a context value ([3a593f8](https://github.com/enisdenjo/graphql-http/commit/3a593f8184d11688b5c5e3f8d9b1624c27a667e7))
17+
18+
19+
### Performance Improvements
20+
21+
* **handler:** Detect non-string query parameter before parsing ([4bc71ee](https://github.com/enisdenjo/graphql-http/commit/4bc71eec1c7f82f35a9b7173aa6e59fc0f2d5031))
22+
123
# [1.1.0](https://github.com/enisdenjo/graphql-http/compare/v1.0.0...v1.1.0) (2022-08-05)
224

325

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.1.0",
3+
"version": "1.2.0",
44
"description": "Simple, pluggable, zero-dependency, GraphQL over HTTP Protocol compliant server and client",
55
"keywords": [
66
"graphql",

0 commit comments

Comments
 (0)