2022-04-08 17:44:50 +03:00
|
|
|
`juniper_hyper` changelog
|
|
|
|
=========================
|
2018-12-18 11:18:45 -08:00
|
|
|
|
2022-04-08 17:44:50 +03:00
|
|
|
All user visible changes to `juniper_hyper` crate will be documented in this file. This project uses [Semantic Versioning 2.0.0].
|
2021-04-03 15:54:19 -10:00
|
|
|
|
2021-07-08 00:07:53 -07:00
|
|
|
|
|
|
|
|
2022-02-02 18:36:00 +02:00
|
|
|
|
2022-04-08 17:44:50 +03:00
|
|
|
## master
|
2022-02-02 18:36:00 +02:00
|
|
|
|
2022-04-08 17:44:50 +03:00
|
|
|
### BC Breaks
|
2022-01-26 23:46:19 -08:00
|
|
|
|
2022-04-08 17:44:50 +03:00
|
|
|
- Switched to 0.16 version of [`juniper` crate].
|
2022-09-19 17:59:33 +02:00
|
|
|
- Changed return type of all functions from `Response<Body>` to `Response<String>`. ([#1101], [#1096])
|
|
|
|
|
|
|
|
[#1096]: /../../issues/1096
|
|
|
|
[#1101]: /../../pull/1101
|
2022-01-26 23:46:19 -08:00
|
|
|
|
2021-06-07 18:24:23 -07:00
|
|
|
|
|
|
|
|
2021-04-03 15:54:19 -10:00
|
|
|
|
2022-04-08 17:44:50 +03:00
|
|
|
## Previous releases
|
2019-12-16 21:54:32 -08:00
|
|
|
|
2022-04-08 17:44:50 +03:00
|
|
|
See [old CHANGELOG](/../../blob/juniper_hyper-v0.8.0/juniper_hyper/CHANGELOG.md).
|
2021-01-27 17:55:32 -10:00
|
|
|
|
|
|
|
|
2021-01-15 19:47:37 -10:00
|
|
|
|
|
|
|
|
2022-04-08 17:44:50 +03:00
|
|
|
[`juniper` crate]: https://docs.rs/juniper
|
|
|
|
[Semantic Versioning 2.0.0]: https://semver.org
|