1.9 KiB
1.9 KiB
master
- Compatibility with the latest
juniper
.
[0.6.2] 2021-01-15
- Compatibility with the latest
juniper
.
[0.6.1] 2020-12-12
- Compatibility with the latest
juniper
.
[0.6.0] 2020-12-09
- Compatibility with the latest
juniper
.
Breaking Changes
juniper_hyper::graphiql
now requires a second parameter for subscriptions.juniper_hyper::graphql
now executes the schema asynchronously. For blocking synchronous execution considerjuniper_hyper::graphql_sync
for use.400 Bad Request
is now returned if POST HTTP request contains no or invalidContent-Type
header.
[0.5.2] 2019-12-16
- Compatibility with the latest
juniper
.
[0.5.1] 2019-10-24
- Compatibility with the latest
juniper
.
[0.5.0] 2019-09-29
- Compatibility with the latest
juniper
.
[0.4.1] 2019-07-29
- Compatibility with the latest
juniper
.
[0.4.0] 2019-07-19
- Compatibility with the latest
juniper
.
[0.3.0] 2019-05-16
- Compatibility with the latest
juniper
.
0.2.0 [2018-12-18]
Breaking changes
-
The tokio threadpool managed by
hyper
is now used for executing GraphQL operations as well. Previously a separate threadpool fromfutures_cpupool
was required.