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,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 0.7.0] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/compare/rabbitmq-stream-client-v0.6.1...rabbitmq-stream-client-v0.7.0 ) - 2024-11-21
10+
11+ ### Other
12+
13+ - reviewing sac example ([ #258 ] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/258 ) )
14+ - Update thiserror requirement from 1.0 to 2.0 ([ #247 ] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/247 ) )
15+ - Single active consumer implementation ([ #248 ] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/248 ) )
16+ - Bump codecov/codecov-action from 4.6.0 to 5.0.2 ([ #256 ] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/256 ) )
17+ - Bump codecov/codecov-action from 4.5.0 to 4.6.0 ([ #254 ] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/254 ) )
18+ - Bump actions-rs/toolchain from 1.0.6 to 1.0.7 ([ #255 ] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/255 ) )
19+ - Bump docker/build-push-action from 5 to 6 ([ #253 ] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/253 ) )
20+ - add ability to include properties to the consumers during subscriptions ([ #249 ] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/249 ) )
21+
922## [ 0.6.1] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/compare/rabbitmq-stream-client-v0.6.0...rabbitmq-stream-client-v0.6.1 ) - 2024-11-05
1023
1124### Fixed
Original file line number Diff line number Diff line change 11[package ]
22name = " rabbitmq-stream-client"
3- version = " 0.6.1 "
3+ version = " 0.7.0 "
44authors = [
" wolf4ood <[email protected] >" ,
" korsmakolnikov <[email protected] >" ,
" gsantomaggio <[email protected] >" ]
55edition = " 2018"
66license = " Apache-2.0 OR MPL-2.0"
@@ -23,7 +23,7 @@ members = [
2323[dependencies ]
2424tokio-rustls = {version =" 0.24.1" , features =[" dangerous_configuration" ]}
2525rustls-pemfile = " 1.0.4"
26- rabbitmq-stream-protocol = { version = " 0.6 " , path = " protocol" }
26+ rabbitmq-stream-protocol = { version = " 0.7 " , path = " protocol" }
2727tokio = { version = " 1.29.1" , features = [" full" ] }
2828tokio-util = { version = " 0.7.3" , features = [" codec" ] }
2929bytes = " 1.0.0"
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
66
77## [ Unreleased]
88
9+ ## [ 0.7.0] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/compare/rabbitmq-stream-protocol-v0.6.0...rabbitmq-stream-protocol-v0.7.0 ) - 2024-11-21
10+
11+ ### Other
12+
13+ - Update fake requirement from 2.5 to 3.0 ([ #251 ] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/251 ) )
14+ - Single active consumer implementation ([ #248 ] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/248 ) )
15+
916## [ 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
1017
1118### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " rabbitmq-stream-protocol"
3- version = " 0.6 .0"
3+ version = " 0.7 .0"
44authors = [
" wolf4ood <[email protected] >" ,
" korsmakolnikov <[email protected] >" ]
55edition = " 2018"
66license = " Apache-2.0 OR MPL-2.0"
You can’t perform that action at this time.
0 commit comments