juniper/juniper_rocket/CHANGELOG.md

37 lines
758 B
Markdown
Raw Normal View History

`juniper_rocket` changelog
==========================
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
2021-07-08 02:04:03 -05:00
## master
2021-06-07 20:15:04 -05:00
### BC Breaks
2021-06-07 20:40:25 -05:00
- Switched to 0.16 version of [`juniper` crate].
- Switched to 0.5.0-rc.4 version of [`rocket` crate]. ([#1205])
2021-06-07 20:40:25 -05:00
### Added
2021-06-07 20:15:04 -05:00
- `AsRef` and `AsMut` implementation for `GraphQLRequest` to its inner type. ([#968], [#930])
2020-12-09 23:23:01 -06:00
[#930]: /../../issues/930
[#968]: /../../pull/968
[#1205]: /../../pull/1205
2021-04-03 20:39:08 -05:00
2021-01-28 00:30:22 -06:00
## Previous releases
2021-01-15 23:50:59 -06: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
[`juniper` crate]: https://docs.rs/juniper
[`rocket` crate]: https://docs.rs/rocket
[Semantic Versioning 2.0.0]: https://semver.org