juniper/juniper_graphql_ws
dependabot[bot] caa9495f01
Upgrade actix-ws crate from 0.2 to 0.3 version (#1267)
- bump up MSRV to 1.75 in `juniper_actix` crate

Additionally:
- remove redundant `InterruptableStream` definitions in `juniper_graphql_ws` crate

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>
2024-07-23 14:43:02 +02:00
..
src Upgrade actix-ws crate from 0.2 to 0.3 version (#1267) 2024-07-23 14:43:02 +02:00
Cargo.toml Prepare 0.16.1 release of juniper crate 2024-04-04 16:00:47 +03:00
CHANGELOG.md Prepare 0.4.0 release of juniper_graphql_ws crate (#1198) 2024-03-20 18:53:22 +02:00
LICENSE Update copyright notices to 2024 year 2024-01-02 15:59:19 +01:00
README.md Prepare 0.4.0 release of juniper_graphql_ws crate (#1198) 2024-03-20 18:53:22 +02:00
release.toml Provide axum integration (#1088, #986, #1184) 2023-11-09 11:57:00 +01:00

juniper_graphql_ws crate

Crates.io Documentation CI Rust 1.73+

This crate contains implementations of 2 protocols:

  1. (graphql-transport-ws feature) The new graphql-transport-ws GraphQL over WebSocket Protocol, as now used by Apollo and graphql-ws npm package.

  2. (graphql-ws feature) The legacy graphql-ws GraphQL over WebSocket Protocol, as formerly used by Apollo and subscriptions-transport-ws npm package (deprecated in favor of the new graphql-transport-ws GraphQL over WebSocket Protocol mentioned above).

License

This project is licensed under BSD 2-Clause License.