Commit 58a0411
committed
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
2 files changed
Lines changed: 23 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
1 | 23 | | |
2 | 24 | | |
3 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments