6b82d1d80e
- bump up MSRV to 1.75 Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kai Ren <tyranron@gmail.com>
1.7 KiB
1.7 KiB
juniper_graphql_ws
changelog
All user visible changes to juniper_graphql_ws
crate will be documented in this file. This project uses Semantic Versioning 2.0.0.
master
BC Breaks
0.4.0 · 2024-03-20
BC Breaks
- Moved existing implementation to
graphql_ws
module implementing legacygraphql-ws
GraphQL over WebSocket Protocol behindgraphql-ws
Cargo feature. (#1196) - Switched to 0.16 version of
juniper
crate. - Switched to 0.17 version of
juniper_subscriptions
crate.
Added
graphql_transport_ws
module implementinggraphql-transport-ws
GraphQL over WebSocket Protocol as of 5.14.0 version ofgraphql-ws
npm package behindgraphql-transport-ws
Cargo feature. (#1158, #1191, #1196, #1197, #1022)
Changed
- Made fields of
ConnectionConfig
public. (#1191)
Previous releases
See old CHANGELOG.