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
6
6
7
7
8
8
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
+
9
23
## [ 0.6.0] · 2024-07-23
10
24
[ 0.6.0 ] : /../../tree/juniper_actix-v0.6.0/juniper_actix
11
25
12
26
### BC Breaks
13
27
14
28
- 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] )
16
29
17
30
[ #1267 ] : /../../pull/1267
18
- [ todo ] : /../../commit/todo
19
31
20
32
21
33
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " juniper_actix"
3
- version = " 0.6 .0"
3
+ version = " 0.7 .0"
4
4
edition = " 2024"
5
5
rust-version = " 1.85"
6
6
description = " `juniper` GraphQL integration with `actix-web`."
@@ -47,7 +47,7 @@ actix-test = "0.1"
47
47
anyhow = " 1.0.47"
48
48
async-stream = " 0.3"
49
49
env_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" ] }
51
51
log = " 0.4"
52
52
rand = " 0.9"
53
53
tokio = " 1.0"
Original file line number Diff line number Diff line change 6
6
[ ![ 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 )
7
7
[ ![ 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 )
8
8
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 )
10
10
11
11
[ ` actix-web ` ] web server integration for [ ` juniper ` ] ([ GraphQL] implementation for [ Rust] ).
12
12
@@ -33,7 +33,7 @@ Check [`examples/subscription.rs`][1] for example code of a working [`actix-web`
33
33
34
34
## License
35
35
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 ) .
37
37
38
38
39
39
@@ -46,5 +46,5 @@ This project is licensed under [BSD 2-Clause License](https://github.com/graphql
46
46
[ Juniper Book ] : https://graphql-rust.github.io/juniper
47
47
[ Rust ] : https://www.rust-lang.org
48
48
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
50
50
You can’t perform that action at this time.
0 commit comments