All user visible changes to juniper_hyper
crate will be documented in this file. This project uses Semantic Versioning 2.0.0.
- Bumped up MSRV to 1.85. (#1263, todo)
- Made
hyper::Request
ingraphql()
andgraphql_sync()
functions generic overB: hyper::body::Body
. (#1263, #1102)
0.9.0 · 2024-03-20
- Switched to 0.16 version of
juniper
crate. - Switched to 1 version of
hyper
crate. (#1217) - Changed return type of all functions from
Response<Body>
toResponse<String>
. (#1101, #1096)
See old CHANGELOG.