Releases: minghuaw/fe2o3-amqp
Releases · minghuaw/fe2o3-amqp
v0.0.9
What's Changed
Client side transaction by @minghuaw in #27
- Implemented client side transaction
- Removed redundant
impl Into<Type>
in the arguments when theType
itself doesn't really have anything to convert from - Fixed most clippy warnings
Full Changelog: v0.0.8...v0.0.9
0.0.8
v0.0.7
v0.0.6
- Fixed errors in documentation about TLS protocol header
- Removed
"rustls"
from default features - Changed feature dependend
connection::Builder::tls_connector()
method to aliases torustls_connector
andnative_tls_connector
Full Changelog: v0.0.4...v0.0.6
v0.0.5
v0.0.3
Early Preview v0.0.2
Early preview release with semi-complete documentations.