2022-04-08 09:44:50 -05:00
|
|
|
`juniper_rocket` changelog
|
|
|
|
==========================
|
2018-12-17 17:02:18 -06:00
|
|
|
|
2022-04-08 09:44:50 -05:00
|
|
|
All user visible changes to `juniper_rocket` crate will be documented in this file. This project uses [Semantic Versioning 2.0.0].
|
2021-07-08 02:04:03 -05:00
|
|
|
|
2022-03-29 05:26:58 -05:00
|
|
|
|
|
|
|
|
2021-07-08 02:04:03 -05: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 14:19:13 -05:00
|
|
|
## [0.9.0] · 2024-03-20
|
|
|
|
[0.9.0]: /../../tree/juniper_rocket-v0.9.0/juniper_rocket
|
2021-06-07 20:15:04 -05:00
|
|
|
|
2022-04-08 09:44:50 -05:00
|
|
|
### BC Breaks
|
2021-06-07 20:40:25 -05:00
|
|
|
|
2022-04-08 09:44:50 -05:00
|
|
|
- Switched to 0.16 version of [`juniper` crate].
|
2023-11-20 11:45:45 -06:00
|
|
|
- Switched to 0.5 version of [`rocket` crate]. ([#1205], [#1220])
|
2021-06-07 20:40:25 -05:00
|
|
|
|
2022-04-08 09:44:50 -05:00
|
|
|
### Added
|
2021-06-07 20:15:04 -05:00
|
|
|
|
2022-04-08 09:44:50 -05:00
|
|
|
- `AsRef` and `AsMut` implementation for `GraphQLRequest` to its inner type. ([#968], [#930])
|
2020-12-09 23:23:01 -06:00
|
|
|
|
2023-11-24 11:51:32 -06:00
|
|
|
### Changed
|
|
|
|
|
|
|
|
- Made `subscriptions_endpoint_url` argument polymorphic in `graphiql_source()` and `playground_source()`. ([#1223])
|
|
|
|
|
2022-04-08 09:44:50 -05:00
|
|
|
[#930]: /../../issues/930
|
|
|
|
[#968]: /../../pull/968
|
2023-11-03 07:37:51 -05:00
|
|
|
[#1205]: /../../pull/1205
|
2023-11-20 11:45:45 -06:00
|
|
|
[#1220]: /../../pull/1220
|
2023-11-24 11:51:32 -06:00
|
|
|
[#1223]: /../../pull/1223
|
2021-04-03 20:39:08 -05:00
|
|
|
|
|
|
|
|
2021-01-28 00:30:22 -06:00
|
|
|
|
|
|
|
|
2022-04-08 09:44:50 -05:00
|
|
|
## Previous releases
|
2021-01-15 23:50:59 -06:00
|
|
|
|
2022-05-25 04:17:22 -05:00
|
|
|
See [old CHANGELOG](/../../blob/juniper_rocket-v0.8.2/juniper_rocket/CHANGELOG.md).
|
2021-01-15 23:50:59 -06:00
|
|
|
|
2020-12-09 23:23:01 -06:00
|
|
|
|
2019-05-16 21:11:10 -05:00
|
|
|
|
2020-04-12 20:03:09 -05:00
|
|
|
|
2022-04-08 09:44:50 -05:00
|
|
|
[`juniper` crate]: https://docs.rs/juniper
|
2022-05-11 12:54:17 -05:00
|
|
|
[`rocket` crate]: https://docs.rs/rocket
|
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
|