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