File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.8.0] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/compare/rabbitmq-stream-client-v0.7.1...rabbitmq-stream-client-v0.8.0 ) - 2025-02-11
10
+
11
+ ### Other
12
+
13
+ - Deserialize ` ClientOption ` with serde ([ #271 ] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/271 ) )
14
+ - Update ` tokio-rustls ` & ` rustls-pemfile ` ([ #269 ] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/269 ) )
15
+
9
16
## [ 0.7.1] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/compare/rabbitmq-stream-client-v0.7.0...rabbitmq-stream-client-v0.7.1 ) - 2025-02-06
10
17
11
18
### Other
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rabbitmq-stream-client"
3
- version = " 0.7.1 "
3
+ version = " 0.8.0 "
4
4
authors = [" wolf4ood <enrico.risa@gmail.com>" , " korsmakolnikov <korsmakolnikov@gmail.com>" , " gsantomaggio <g.santomaggio@gmail.com>" ]
5
5
edition = " 2018"
6
6
license = " Apache-2.0 OR MPL-2.0"
@@ -24,7 +24,7 @@ members = [
24
24
[dependencies ]
25
25
tokio-rustls = { version = " 0.26.1" }
26
26
rustls-pemfile = " 2.2.0"
27
- rabbitmq-stream-protocol = { version = " 0.7 " , path = " protocol" }
27
+ rabbitmq-stream-protocol = { version = " 0.8 " , path = " protocol" }
28
28
tokio = { version = " 1.29.1" , features = [" full" ] }
29
29
tokio-util = { version = " 0.7.3" , features = [" codec" ] }
30
30
bytes = " 1.0.0"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rabbitmq-stream-protocol"
3
- version = " 0.7 .0"
3
+ version = " 0.8 .0"
4
4
authors = [" wolf4ood <enrico.risa@gmail.com>" , " korsmakolnikov <korsmakolnikov@gmail.com>" ]
5
5
edition = " 2018"
6
6
license = " Apache-2.0 OR MPL-2.0"
You can’t perform that action at this time.
0 commit comments