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