File tree Expand file tree Collapse file tree 4 files changed +28
-3
lines changed Expand file tree Collapse file tree 4 files changed +28
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 0.9.0] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/compare/rabbitmq-stream-client-v0.8.0...rabbitmq-stream-client-v0.9.0 ) - 2025-06-09
10+
11+ ### Other
12+
13+ - OnClosed callback for producer ([ #293 ] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/293 ) )
14+ - Update derive_more requirement from 0.99 to 2.0 ([ #294 ] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/294 ) )
15+ - Fix task leak ([ #292 ] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/292 ) )
16+ - Fix new clippy version issues ([ #291 ] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/291 ) )
17+ - Bump codecov/codecov-action from 5.4.0 to 5.4.2 ([ #285 ] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/285 ) )
18+ - Bump codecov/codecov-action from 5.3.1 to 5.4.0 ([ #277 ] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/277 ) )
19+ - Remove use of ` doc(cfg(...)) ` and the docsrs configuration ([ #282 ] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/282 ) )
20+ - Update fake requirement from 3.0.0 to 4.2.0 ([ #281 ] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/281 ) )
21+ - Fix doc build failed ([ #280 ] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/280 ) )
22+ - Expose LeaderLocator enum ([ #279 ] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/279 ) )
23+ - Dynamic send ([ #276 ] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/276 ) )
24+ - FnOnce as Producer::send callback ([ #273 ] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/273 ) )
25+
926## [ 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
1027
1128### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " rabbitmq-stream-client"
3- version = " 0.8 .0"
3+ version = " 0.9 .0"
44authors = [
" wolf4ood <[email protected] >" ,
" korsmakolnikov <[email protected] >" ,
" gsantomaggio <[email protected] >" ]
55edition = " 2018"
66license = " Apache-2.0 OR MPL-2.0"
@@ -24,7 +24,7 @@ members = [
2424[dependencies ]
2525tokio-rustls = { version = " 0.26.1" }
2626rustls-pemfile = " 2.2.0"
27- rabbitmq-stream-protocol = { version = " 0.8 " , path = " protocol" }
27+ rabbitmq-stream-protocol = { version = " 0.9 " , path = " protocol" }
2828tokio = { version = " 1.29.1" , features = [" full" ] }
2929tokio-util = { version = " 0.7.3" , features = [" codec" ] }
3030bytes = " 1.0.0"
Original file line number Diff line number Diff line change @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 0.8.1] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/compare/rabbitmq-stream-protocol-v0.8.0...rabbitmq-stream-protocol-v0.8.1 ) - 2025-06-09
10+
11+ ### Other
12+
13+ - Update derive_more requirement from 0.99 to 2.0 ([ #294 ] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/294 ) )
14+ - Dynamic send ([ #276 ] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/276 ) )
15+ - FnOnce as Producer::send callback ([ #273 ] ( https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/273 ) )
16+
917## [ 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
1018
1119### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " rabbitmq-stream-protocol"
3- version = " 0.8 .0"
3+ version = " 0.9 .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