Commit graph

9 commits

Author SHA1 Message Date
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
Joe Grund
bb529cca97
Backport fix of Content-Type header parsing in juniper_axum (#1289, #1288)
Signed-off-by: Joe Grund <jgrund@whamcloud.io>
2024-10-28 12:54:21 +01: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
86297a42c6
Mention WASM support in juniper_axum CHANGELOG (#1283, #1282) 2024-09-24 00:12:37 +03: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
tyranron
6cf1bb30da
Prepare 0.1.0 release of juniper_axum crate (#1198) 2024-03-20 22:14:09 +02:00
Kai Ren
58ae682f91
Upgrade axum crate from 0.6 to 0.7 version (#1224) 2023-11-27 13:14:02 +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