30 lines
623 B
Markdown
30 lines
623 B
Markdown
`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
|
|
|
|
- Switched to 0.16 version of [`juniper` crate].
|
|
- Changed return type of all functions from `Response<Body>` to `Response<String>`. ([#1101], [#1096])
|
|
|
|
[#1096]: /../../issues/1096
|
|
[#1101]: /../../pull/1101
|
|
|
|
|
|
|
|
|
|
## Previous releases
|
|
|
|
See [old CHANGELOG](/../../blob/juniper_hyper-v0.8.0/juniper_hyper/CHANGELOG.md).
|
|
|
|
|
|
|
|
|
|
[`juniper` crate]: https://docs.rs/juniper
|
|
[Semantic Versioning 2.0.0]: https://semver.org
|