juniper/juniper_iron/CHANGELOG.md
2021-04-03 15:37:55 -10:00

64 lines
1.9 KiB
Markdown

# master
- Compatibility with the latest `juniper`.
# [[0.7.3] 2021-04-03](https://github.com/graphql-rust/juniper/releases/tag/juniper_iron-0.7.3)
- Compatibility with the latest `juniper`.
# [[0.7.2] 2021-01-27](https://github.com/graphql-rust/juniper/releases/tag/juniper_iron-0.7.2)
- Compatibility with the latest `juniper`.
# [[0.7.1] 2021-01-15](https://github.com/graphql-rust/juniper/releases/tag/juniper_iron-0.7.1)
- Compatibility with the latest `juniper`.
# [[0.7.0] 2020-12-09](https://github.com/graphql-rust/juniper/releases/tag/juniper_iron-0.7.0)
- Compatibility with the latest `juniper`.
## Breaking Changes
- `juniper_iron::GraphiQLHandler::new` now requires a second parameter for subscriptions.
- `400 Bad Request` is now returned if POST HTTP request contains no or invalid `Content-Type` header.
# [[0.6.2] 2019-12-16](https://github.com/graphql-rust/juniper/releases/tag/juniper_iron-0.6.2)
- Compatibility with the latest `juniper`.
# [[0.6.1] 2019-10-24](https://github.com/graphql-rust/juniper/releases/tag/juniper_iron-0.6.1)
- Compatibility with the latest `juniper`.
# [[0.6.0] 2019-09-29](https://github.com/graphql-rust/juniper/releases/tag/juniper_iron-0.6.0)
- Compatibility with the latest `juniper`.
# [[0.5.1] 2019-07-29](https://github.com/graphql-rust/juniper/releases/tag/juniper_iron-0.5.1)
- Compatibility with the latest `juniper`.
# [[0.5.0] 2019-07-19](https://github.com/graphql-rust/juniper/releases/tag/juniper_iron-0.5.0)
- Compatibility with the latest `juniper`.
# [[0.4.0] 2019-05-16](https://github.com/graphql-rust/juniper/releases/tag/juniper_iron-0.4.0)
- Compatibility with the latest `juniper`.
# [0.3.0] 2018-12-17
- Compatibility with the latest `juniper`.
## [0.2.0] - 2018-09-13
### Changed
- (**breaking**) `context_factory` now returns `IronResult<Context>` instead of `Context`.
## [0.1.2] - 2018-02-10
### Changed
- Extend iron support to 0.6