`juniper_actix` changelog ========================= All user visible changes to `juniper_actix` crate will be documented in this file. This project uses [Semantic Versioning 2.0.0]. ## master ### BC Breaks - Switched to 4.0 version of [`actix-web` crate] and its ecosystem. ([#1034]) - Switched to 0.16 version of [`juniper` crate]. - Switched to 0.4 version of [`juniper_graphql_ws` crate]. ### Fixed - `operationName` not being set. ([#1187], [#1169]) [#1034]: /../../pull/1034 [#1169]: /../../issues/1169 [#1187]: /../../pull/1187 ## Previous releases See [old CHANGELOG](/../../blob/juniper_actix-v0.4.0/juniper_actix/CHANGELOG.md). [`actix-web` crate]: https://docs.rs/actix-web [`juniper` crate]: https://docs.rs/juniper [`juniper_graphql_ws` crate]: https://docs.rs/juniper_graphql_ws [Semantic Versioning 2.0.0]: https://semver.org