Release async-nats/v0.35.0
Jarema
released this
06 May 11:21
·
50 commits
to main
since this release
Overview
This release makes tls setup more flexible, leveraging rusls v0.23 and allowing to pick crypto backend:
- ring
- aws-lc-rs
- fips
Some other highlights:
- force reconnect via
force_reconnect
method - explicit create/update consumer API
Thank you for all your contributions!
Added
- Add
ToServerAddrs
impl for array/vector of strings by @mmalek in #1231 - Add public constructor for Acker by @AbstractiveNord in #1232
- Add force reconnect by @Jarema in #1240
- Add features check by @Jarema in #1247
- Add stream placement by @Jarema in #1250
- Add consumer action by @Jarema in #1254
- Add support for aws-lc-rs (rustls v0.23.0) by @paolobarbolini in #1222
Fixed
Changed
- Wrap inbox prefix in an
Arc
by @thomastaylor312 in #1236 - Document feature flags by @Jarema in #1246
- Don't force flush if write buffer isn't empty by @paolobarbolini in #1241
New Contributors
Full Changelog: async-nats/v0.34.0...async-nats/v0.35.0