0.10.0
What's Changed
fe2o3-amqp
- Changed
RecvError::MessageDecodeError
toRecvError::MessageDecode(MessageDecodeError)
. - Added
MessageDecodeError
which carries the sourceserde_amqp::Error
when deserializing the
message body fails and the delivery info that can be used to dispose the message.
fe2o3-amqp-cbs
- Replace GAT with async fn in trait for
AsyncCbsTokenProvider
trait
Full Changelog: v0.9.8...v0.10.0