juniper/juniper_hyper/CHANGELOG.md
Jonathan Irhodia 257bc69dde
Make juniper_hyper generic over hyper::body::Body (#1263, #1102)
Co-authored-by: Christian Legnitto <LegNeato@users.noreply.github.com>
Co-authored-by: Kai Ren <tyranron@gmail.com>
2024-09-26 17:30:37 +02:00

1.1 KiB

juniper_hyper changelog

All user visible changes to juniper_hyper crate will be documented in this file. This project uses Semantic Versioning 2.0.0.

master

BC Breaks

  • Bumped up MSRV to 1.79. (#1263)
  • Made hyper::Request in graphql() and graphql_sync() functions generic over B: hyper::body::Body. (#1263, #1102)

0.9.0 · 2024-03-20

BC Breaks

Previous releases

See old CHANGELOG.