Commit graph

6 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
Joe Grund
eb1fac2425
Fix Content-Type header parsing in juniper_axum (#1289, #1288)
Signed-off-by: Joe Grund <jgrund@whamcloud.io>
2024-10-28 12:50:53 +01:00
tyranron
7db44c0b28
Tune lints for 1.80 Rust 2024-07-26 19:13:47 +03: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