Commit graph

16 commits

Author SHA1 Message Date
203ff0a6e8
Update axum from 0.7 to 0.8 version
Some checks failed
CI / test (juniper_hyper, windows, stable) (push) Has been cancelled
CI / test (juniper_integration_tests, macOS, beta) (push) Has been cancelled
CI / test (juniper_integration_tests, macOS, nightly) (push) Has been cancelled
CI / test (juniper_integration_tests, macOS, stable) (push) Has been cancelled
CI / test (juniper_integration_tests, windows, beta) (push) Has been cancelled
CI / test (juniper_integration_tests, windows, nightly) (push) Has been cancelled
CI / test (juniper_integration_tests, windows, stable) (push) Has been cancelled
CI / test (juniper_rocket, macOS, beta) (push) Has been cancelled
CI / test (juniper_rocket, macOS, nightly) (push) Has been cancelled
CI / test (juniper_rocket, macOS, stable) (push) Has been cancelled
CI / test (juniper_rocket, windows, beta) (push) Has been cancelled
CI / test (juniper_rocket, windows, nightly) (push) Has been cancelled
CI / test (juniper_rocket, windows, stable) (push) Has been cancelled
CI / test (juniper_subscriptions, macOS, beta) (push) Has been cancelled
CI / test (juniper_subscriptions, macOS, nightly) (push) Has been cancelled
CI / test (juniper_subscriptions, macOS, stable) (push) Has been cancelled
CI / test (juniper_subscriptions, windows, beta) (push) Has been cancelled
CI / test (juniper_subscriptions, windows, nightly) (push) Has been cancelled
CI / test (juniper_subscriptions, windows, stable) (push) Has been cancelled
CI / test (juniper_warp, macOS, beta) (push) Has been cancelled
CI / test (juniper_warp, macOS, nightly) (push) Has been cancelled
CI / test (juniper_warp, macOS, stable) (push) Has been cancelled
CI / test (juniper_warp, windows, beta) (push) Has been cancelled
CI / test (juniper_warp, windows, nightly) (push) Has been cancelled
CI / test (juniper_warp, windows, stable) (push) Has been cancelled
CI / test (Book) (push) Has been cancelled
CI / pr (push) Has been cancelled
CI / publish (crates.io) (push) Has been cancelled
CI / release (GitHub) (push) Has been cancelled
CI / deploy (Book) (push) Has been cancelled
Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
2025-01-04 12:48:23 -06:00
dependabot[bot]
a925ccb193
Update tokio-tungstenite crate from 0.25 to 0.26 version (#1299)
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-12-18 16:35:36 +00:00
dependabot[bot]
3e01787926
Update tokio-tungstenite crate from 0.24 to 0.25 version (#1298)
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-12-16 17:20:51 +01:00
tyranron
617f90159c
Preserve juniper_axum 0.1.1 in history 2024-10-28 13:03:08 +01:00
tyranron
ab85a28cf1
Prepare 0.1.1 release of juniper_axum crate 2024-10-28 12:58:35 +01:00
Sandro Marques
0e0e6a1ba1
Remove transitive mio dependency in juniper_axum crate (#1283, #1282)
Co-authored-by: Kai Ren <tyranron@gmail.com>
2024-09-23 21:03:52 +00:00
dependabot[bot]
0067603765
Upgrade tokio-tungstenite crate from 0.23 to 0.24 version (#1286)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-19 09:59:53 +00:00
dependabot[bot]
6b82d1d80e
Upgrade derive_more crate from 0.99.8 to 1.0 version (#1272)
- 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>
2024-08-12 23:31:39 +02:00
dependabot[bot]
76b6b9023f
Update tokio-tungstenite crate from 0.21 to 0.23 version (#1261)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-05 12:51:10 +02:00
tyranron
9c4ea327f9
Prepare 0.16.1 release of juniper crate 2024-04-04 16:00:47 +03:00
tyranron
731a1b0445
Prepare 0.4.0 release of juniper_graphql_ws crate (#1198) 2024-03-20 18:53:22 +02:00
tyranron
f0b63c4a63
Prepare 0.16.0 release of juniper crate (#1198) 2024-03-20 18:13:23 +02:00
dependabot[bot]
c0e1b3eae3
Upgrade tokio-tungstenite crate from 0.20 to 0.21 version (#1231)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-08 19:59:11 +01:00
Kai Ren
58ae682f91
Upgrade axum crate from 0.6 to 0.7 version (#1224) 2023-11-27 13:14:02 +00:00
dependabot[bot]
add0e23c5f
Remove hyper for juniper_axum dependencies (#1219)
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>
2023-11-23 18:10:03 +00:00
Benno Tielen
761710205a
Provide axum integration (#1088, #986, #1184)
- create `juniper_axum` crate in Cargo workspace
- implement `graphql` default `axum` handler for processing GraphQL requests
- implement `extract::JuniperRequest` and `response::JuniperResponse` for custom processing GraphQL requests
- implement `subscriptions::graphql_transport_ws()` default `axum` handler for processing the new `graphql-transport-ws` GraphQL over WebSocket Protocol
- implement `subscriptions::graphql_ws()` default `axum` handler for processing the legacy `graphql-ws` GraphQL over WebSocket Protocol
- implement `subscriptions::serve_graphql_transport_ws()` function for custom processing the new `graphql-transport-ws` GraphQL over WebSocket Protocol
- implement `subscriptions::serve_graphql_ws()` function for custom processing the legacy `graphql-ws` GraphQL over WebSocket Protocol
- provide `examples/simple.rs` of default `juniper_axum` integration
- provide `examples/custom.rs` of custom `juniper_axum` integration

Additionally:
- fix `junper_actix` crate MSRV to 1.73
- add `test_post_with_variables()` case to integration `juniper::http::tests`

Co-authored-by: ilslv <ilya.solovyiov@gmail.com>
Co-authored-by: Christian Legnitto <LegNeato@users.noreply.github.com>
Co-authored-by: Kai Ren <tyranron@gmail.com>
2023-11-09 11:57:00 +01:00