Releases: rabbitmq/rabbitmq-stream-rust-client
Releases · rabbitmq/rabbitmq-stream-rust-client
rabbitmq-stream-protocol-v0.9.0
rabbitmq-stream-client-v0.9.0
Other
- OnClosed callback for producer (#293)
- Update derive_more requirement from 0.99 to 2.0 (#294)
- Fix task leak (#292)
- Fix new clippy version issues (#291)
- Bump codecov/codecov-action from 5.4.0 to 5.4.2 (#285)
- Bump codecov/codecov-action from 5.3.1 to 5.4.0 (#277)
- Remove use of
doc(cfg(...))
and the docsrs configuration (#282) - Update fake requirement from 3.0.0 to 4.2.0 (#281)
- Fix doc build failed (#280)
- Expose LeaderLocator enum (#279)
- Dynamic send (#276)
- FnOnce as Producer::send callback (#273)
rabbitmq-stream-protocol-v0.8.0
rabbitmq-stream-client-v0.8.0
Other
Breaking changes
- TlsConfigurationBuilder::.build may fail (breaking) instead of failing on connect with an unwrap. on (#269)
Thank you to @allevo for the last PR(s) and @wolf4ood @DanielePalaia for the review.
rabbitmq-stream-client-v0.7.1
rabbitmq-stream-protocol-v0.7.0
rabbitmq-stream-client-v0.7.0
Other
- reviewing sac example (#258)
- Update thiserror requirement from 1.0 to 2.0 (#247)
- Single active consumer implementation (#248)
- Bump codecov/codecov-action from 4.6.0 to 5.0.2 (#256)
- Bump codecov/codecov-action from 4.5.0 to 4.6.0 (#254)
- Bump actions-rs/toolchain from 1.0.6 to 1.0.7 (#255)
- Bump docker/build-push-action from 5 to 6 (#253)
- add ability to include properties to the consumers during subscriptions (#249)
rabbitmq-stream-client-v0.6.1
rabbitmq-stream-protocol-v0.6.0
Other
- Create/Delete superstream and Partition and route commands (#230)