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
|
|
|
|
2024-08-12 23:31:39 +02:00
|
|
|
## master
|
|
|
|
|
|
|
|
### BC Breaks
|
|
|
|
|
2024-09-26 16:30:37 +01:00
|
|
|
- Bumped up [MSRV] to 1.79. ([#1263])
|
|
|
|
- Made `hyper::Request` in `graphql()` and `graphql_sync()` functions generic over `B: hyper::body::Body`. ([#1263], [#1102])
|
2024-08-12 23:31:39 +02:00
|
|
|
|
2024-09-26 16:30:37 +01:00
|
|
|
[#1102]: /../../issues/1102
|
|
|
|
[#1263]: /../../pull/1263
|
2024-08-12 23:31:39 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2024-03-20 20:46:18 +02:00
|
|
|
## [0.9.0] · 2024-03-20
|
|
|
|
[0.9.0]: /../../tree/juniper_hyper-v0.9.0/juniper_hyper
|
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].
|
2023-11-17 13:04:37 +00:00
|
|
|
- Switched to 1 version of [`hyper` crate]. ([#1217])
|
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
|
2023-11-17 13:04:37 +00:00
|
|
|
[#1217]: /../../pull/1217
|
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
|
2023-11-17 13:04:37 +00:00
|
|
|
[`hyper` crate]: https://docs.rs/hyper
|
2024-08-12 23:31:39 +02:00
|
|
|
[MSRV]: https://doc.rust-lang.org/cargo/reference/manifest.html#the-rust-version-field
|
2022-04-08 17:44:50 +03:00
|
|
|
[Semantic Versioning 2.0.0]: https://semver.org
|