2022-04-08 09:44:50 -05:00
|
|
|
`juniper_hyper` changelog
|
|
|
|
=========================
|
2018-12-18 13:18:45 -06:00
|
|
|
|
2022-04-08 09:44:50 -05: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 20:54:19 -05:00
|
|
|
|
2021-07-08 02:07:53 -05:00
|
|
|
|
|
|
|
|
2022-02-02 10:36:00 -06:00
|
|
|
|
2024-08-12 16:31:39 -05:00
|
|
|
## master
|
|
|
|
|
|
|
|
### BC Breaks
|
|
|
|
|
|
|
|
- Bumped up [MSRV] to 1.75. ([#1272])
|
|
|
|
|
|
|
|
[#1272]: /../../pull/1272
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2024-03-20 13:46:18 -05:00
|
|
|
## [0.9.0] · 2024-03-20
|
|
|
|
[0.9.0]: /../../tree/juniper_hyper-v0.9.0/juniper_hyper
|
2022-02-02 10:36:00 -06:00
|
|
|
|
2022-04-08 09:44:50 -05:00
|
|
|
### BC Breaks
|
2022-01-27 01:46:19 -06:00
|
|
|
|
2022-04-08 09:44:50 -05:00
|
|
|
- Switched to 0.16 version of [`juniper` crate].
|
2023-11-17 07:04:37 -06:00
|
|
|
- Switched to 1 version of [`hyper` crate]. ([#1217])
|
2022-09-19 10:59:33 -05:00
|
|
|
- Changed return type of all functions from `Response<Body>` to `Response<String>`. ([#1101], [#1096])
|
|
|
|
|
|
|
|
[#1096]: /../../issues/1096
|
|
|
|
[#1101]: /../../pull/1101
|
2023-11-17 07:04:37 -06:00
|
|
|
[#1217]: /../../pull/1217
|
2022-01-27 01:46:19 -06:00
|
|
|
|
2021-06-07 20:24:23 -05:00
|
|
|
|
|
|
|
|
2021-04-03 20:54:19 -05:00
|
|
|
|
2022-04-08 09:44:50 -05:00
|
|
|
## Previous releases
|
2019-12-16 23:54:32 -06:00
|
|
|
|
2022-04-08 09:44:50 -05:00
|
|
|
See [old CHANGELOG](/../../blob/juniper_hyper-v0.8.0/juniper_hyper/CHANGELOG.md).
|
2021-01-27 21:55:32 -06:00
|
|
|
|
|
|
|
|
2021-01-15 23:47:37 -06:00
|
|
|
|
|
|
|
|
2022-04-08 09:44:50 -05:00
|
|
|
[`juniper` crate]: https://docs.rs/juniper
|
2023-11-17 07:04:37 -06:00
|
|
|
[`hyper` crate]: https://docs.rs/hyper
|
2024-08-12 16:31:39 -05:00
|
|
|
[MSRV]: https://doc.rust-lang.org/cargo/reference/manifest.html#the-rust-version-field
|
2022-04-08 09:44:50 -05:00
|
|
|
[Semantic Versioning 2.0.0]: https://semver.org
|