File tree Expand file tree Collapse file tree 3 files changed +19
-7
lines changed Expand file tree Collapse file tree 3 files changed +19
-7
lines changed Original file line number Diff line number Diff line change @@ -6,16 +6,28 @@ All user visible changes to `juniper_actix` crate will be documented in this fil
66
77
88
9+ ## [ 0.7.0] · 2025-09-08
10+ [ 0.7.0 ] : /../../tree/juniper_actix-v0.7.0/juniper_actix
11+
12+ ### BC Breaks
13+
14+ - Switched to 0.17 version of [ ` juniper ` crate] .
15+ - Switched to 0.5 version of [ ` juniper_graphql_ws ` crate] .
16+ - Bumped up [ MSRV] to 1.85 due to [ ` actix-ws ` crate] requirements and migration to 2024 edition. ([ #1267 ] , [ 1b1fc618] )
17+
18+ [ 1b1fc618 ] : /../../commit/1b1fc61879ffdd640d741e187dc20678bf7ab295
19+
20+
21+
22+
923## [ 0.6.0] · 2024-07-23
1024[ 0.6.0 ] : /../../tree/juniper_actix-v0.6.0/juniper_actix
1125
1226### BC Breaks
1327
1428- Switched to 0.3 version of [ ` actix-ws ` crate] . ([ #1267 ] )
15- - Bumped up [ MSRV] to 1.85 due to [ ` actix-ws ` crate] requirements and migration to 2024 edition. ([ #1267 ] , [ todo] )
1629
1730[ #1267 ] : /../../pull/1267
18- [ todo ] : /../../commit/todo
1931
2032
2133
Original file line number Diff line number Diff line change 11[package ]
22name = " juniper_actix"
3- version = " 0.6 .0"
3+ version = " 0.7 .0"
44edition = " 2024"
55rust-version = " 1.85"
66description = " `juniper` GraphQL integration with `actix-web`."
@@ -47,7 +47,7 @@ actix-test = "0.1"
4747anyhow = " 1.0.47"
4848async-stream = " 0.3"
4949env_logger = " 0.11"
50- juniper = { version = " 0.17.0 " , path = " ../juniper" , features = [" expose-test-schema" ] }
50+ juniper = { version = " 0.17" , path = " ../juniper" , features = [" expose-test-schema" ] }
5151log = " 0.4"
5252rand = " 0.9"
5353tokio = " 1.0"
Original file line number Diff line number Diff line change 66[ ![ CI] ( https://github.com/graphql-rust/juniper/actions/workflows/ci.yml/badge.svg?branch=master " CI ")] ( https://github.com/graphql-rust/juniper/actions?query=workflow%3ACI+branch%3Amaster )
77[ ![ Rust 1.85+] ( https://img.shields.io/badge/rustc-1.85+-lightgray.svg " Rust 1.85+ ")] ( https://blog.rust-lang.org/2025/02/20/Rust-1.85.0.html )
88
9- - [ Changelog] ( https://github.com/graphql-rust/juniper/blob/juniper_actix-v0.6 .0/juniper_actix/CHANGELOG.md )
9+ - [ Changelog] ( https://github.com/graphql-rust/juniper/blob/juniper_actix-v0.7 .0/juniper_actix/CHANGELOG.md )
1010
1111[ ` actix-web ` ] web server integration for [ ` juniper ` ] ([ GraphQL] implementation for [ Rust] ).
1212
@@ -33,7 +33,7 @@ Check [`examples/subscription.rs`][1] for example code of a working [`actix-web`
3333
3434## License
3535
36- This project is licensed under [ BSD 2-Clause License] ( https://github.com/graphql-rust/juniper/blob/juniper_actix-v0.6 .0/juniper_actix/LICENSE ) .
36+ This project is licensed under [ BSD 2-Clause License] ( https://github.com/graphql-rust/juniper/blob/juniper_actix-v0.7 .0/juniper_actix/LICENSE ) .
3737
3838
3939
@@ -46,5 +46,5 @@ This project is licensed under [BSD 2-Clause License](https://github.com/graphql
4646[ Juniper Book ] : https://graphql-rust.github.io/juniper
4747[ Rust ] : https://www.rust-lang.org
4848
49- [ 1 ] : https://github.com/graphql-rust/juniper/blob/juniper_actix-v0.6 .0/juniper_actix/examples/subscription.rs
49+ [ 1 ] : https://github.com/graphql-rust/juniper/blob/juniper_actix-v0.7 .0/juniper_actix/examples/subscription.rs
5050
You can’t perform that action at this time.
0 commit comments