diff --git a/juniper/CHANGELOG.md b/juniper/CHANGELOG.md index 1d2228db4..e0e6975c0 100644 --- a/juniper/CHANGELOG.md +++ b/juniper/CHANGELOG.md @@ -51,6 +51,7 @@ All user visible changes to `juniper` crate will be documented in this file. Thi - Disabled `chrono` [Cargo feature] by default. - Removed `scalar-naivetime` [Cargo feature]. - Removed lifetime parameter from `ParseError`, `GraphlQLError`, `GraphQLBatchRequest` and `GraphQLRequest`. ([#1081], [#528]) +- Upgraded [GraphiQL] to 3.0.5 version (requires new [`graphql-ws` GraphQL over WebSocket Protocol] integration on server, see `examples/warp_subscriptions`). ([#1188]) ### Added @@ -121,6 +122,7 @@ All user visible changes to `juniper` crate will be documented in this file. Thi [#1145]: /../../pull/1145 [#1147]: /../../pull/1147 [#1176]: /../../pull/1176 +[#1188]: /../../pull/1188 [ba1ed85b]: /../../commit/ba1ed85b3c3dd77fbae7baf6bc4e693321a94083 [CVE-2022-31173]: /../../security/advisories/GHSA-4rx6-g5vg-5f3j @@ -140,6 +142,8 @@ See [old CHANGELOG](/../../blob/juniper-v0.15.9/juniper/CHANGELOG.md). [`chrono-tz` crate]: https://docs.rs/chrono-tz [`time` crate]: https://docs.rs/time [Cargo feature]: https://doc.rust-lang.org/cargo/reference/features.html +[`graphql-ws` GraphQL over WebSocket Protocol]: https://github.com/graphql/graphiql +[GraphiQL]: https://github.com/enisdenjo/graphql-ws/master/PROTOCOL.md [graphql-scalars.dev]: https://graphql-scalars.dev [October 2021]: https://spec.graphql.org/October2021 [object safety]: https://doc.rust-lang.org/reference/items/traits.html#object-safety