File tree Expand file tree Collapse file tree 4 files changed +23
-3
lines changed Expand file tree Collapse file tree 4 files changed +23
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.5.1] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/compare/rabbitmq-stream-client-v0.5.0...rabbitmq-stream-client-v0.5.1 ) - 2024-10-31
10
+
11
+ ### Fixed
12
+
13
+ - fixes [ #233 ] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/233 ) by incrementing the publisher sequence ([ #234 ] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/234 ) )
14
+
15
+ ### Other
16
+
17
+ - cleanup unused connections when load balancing mode is active ([ #239 ] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/239 ) )
18
+ - Update README.md ([ #238 ] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/238 ) )
19
+ - Implement super_stream ([ #232 ] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/232 ) )
20
+ - close client connection in client consumer ([ #235 ] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/235 ) )
21
+ - Create/Delete superstream and Partition and route commands ([ #230 ] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/230 ) )
22
+
9
23
## [ 0.5.0] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/compare/rabbitmq-stream-client-v0.4.4...rabbitmq-stream-client-v0.5.0 ) - 2024-08-23
10
24
11
25
### Other
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rabbitmq-stream-client"
3
- version = " 0.5 .0"
3
+ version = " 0.6 .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"
@@ -23,7 +23,7 @@ members = [
23
23
[dependencies ]
24
24
tokio-rustls = {version =" 0.24.1" , features =[" dangerous_configuration" ]}
25
25
rustls-pemfile = " 1.0.3"
26
- rabbitmq-stream-protocol = { version = " 0.5 " , path = " protocol" }
26
+ rabbitmq-stream-protocol = { version = " 0.6 " , path = " protocol" }
27
27
tokio = { version = " 1.29.1" , features = [" full" ] }
28
28
tokio-util = { version = " 0.7.3" , features = [" codec" ] }
29
29
bytes = " 1.0.0"
Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.6.0] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/compare/rabbitmq-stream-protocol-v0.5.0...rabbitmq-stream-protocol-v0.6.0 ) - 2024-10-31
10
+
11
+ ### Other
12
+
13
+ - Create/Delete superstream and Partition and route commands ([ #230 ] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/230 ) )
14
+
9
15
## [ 0.5.0] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/compare/rabbitmq-stream-protocol-v0.4.3...rabbitmq-stream-protocol-v0.5.0 ) - 2024-08-23
10
16
11
17
### Other
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rabbitmq-stream-protocol"
3
- version = " 0.5 .0"
3
+ version = " 0.6 .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