Releases: rabbitmq/rabbitmq-stream-rust-client
Releases · rabbitmq/rabbitmq-stream-rust-client
v0.3.0
What's Changed
- Replace
tokio::native_tls
withtokio::rusttls
by @DanielePalaia - The client does not support the full TLS features yet: see the discussion here by @DanielePalaia
- Add a Tls producer example by @DanielePalaia
- Fix annotation get by @Gsantomaggio in #174
- Add tests by @Gsantomaggio in #177 and #175
- Add close connections by @Gsantomaggio in #181
Breaking change
TlsConfiguration
is not complete. We remove the thrust all field, we will add it in the next releases
Full Changelog: v0.2.0...v0.3.0
V0.2.0
What's Changed
- Update dashmap requirement from 4.0.2 to 5.3.4 by @dependabot in #127
- Update tokio-util requirement from 0.6.7 to 0.7.3 by @dependabot in #128
- Update ordered-float requirement from 2.10.0 to 3.0.0 by @dependabot in #123
- fix: Create new thread_rng rather than using cache by @PurpleBooth in #131
- Fix cargo clippy linter warnings. by @MirahImage in #132
- Publish to crates.io on tag. by @MirahImage in #133
- Implement some clippy pedantic recommendations. by @MirahImage in #134
- Thread-safe Consumer by @akloboucnik in #140
- chore(CI): fix CI on PRs by @wolf4ood in #152
- Update clap requirement from 3.0.0-rc.5 to 4.0.22 by @dependabot in #150
- tls_first_implementation by @DanielePalaia in #155
- Fixes consumer not consuming #160 by @wolf4ood in #161
- Implements Heartbeat by @wolf4ood in #163
- Initial environment tests by @Gsantomaggio in #167
- fix(tests): fixes tests on environment with wrong credentials by @wolf4ood in #168
- Restore Coverage by @wolf4ood in #169
- feat(tests): adds test with invalid virtual host by @wolf4ood in #172
- Add more tests for the Environment by @Gsantomaggio in #171
- bump to 0.2.0 by @Gsantomaggio in #173
New Contributors
- @PurpleBooth made their first contribution in #131
- @akloboucnik made their first contribution in #140
- @DanielePalaia made their first contribution in #155
Full Changelog: v0.1.0...v0.2.0