- Compatibility with the latest
juniper
.
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.
- Compatibility with the latest
juniper
.
- Compatibility with the latest
juniper
.
- Compatibility with the latest
juniper
.
- Compatibility with the latest
juniper
.
- Compatibility with the latest
juniper
.
- Compatibility with the latest
juniper
.
-
The tokio threadpool managed by
hyper
is now used for executing GraphQL operations as well. Previously a separate threadpool fromfutures_cpupool
was required.