Releases: gftea/amqprs
Releases · gftea/amqprs
v2.1.0
v2.0.0
What's Changed
- Upgrade rustls by @LockedThread in #141
Breaking change due to rustls upgrade, see #143
New Contributors
- @LockedThread made their first contribution in #141
Full Changelog: v1.6.3...v2.0.0
v1.6.3
v1.6.2
v1.6.1
v1.6.0
v1.5.4
What's Changed
- Update docs about channel clone by @gftea in #123
- Setup TLS adaptor when parsing an amqprs uri by @tyilo in #121
- Fixed README Typo. by @lmorais-dev in #124
New Contributors
- @lmorais-dev made their first contribution in #124
Full Changelog: v1.5.3...v1.5.4
v1.5.3
What's Changed
Full Changelog: v1.5.2...v1.5.3
v1.5.2 (optimization)
Changes
- use optimal serde for bytes type.
- fix some clippy warnings.