Skip to content

0.10.0

Compare
Choose a tag to compare
@minghuaw minghuaw released this 24 Feb 08:41
· 35 commits to main since this release
ddc8f3b

What's Changed

fe2o3-amqp

  1. Changed RecvError::MessageDecodeError to RecvError::MessageDecode(MessageDecodeError).
  2. Added MessageDecodeError which carries the source serde_amqp::Error when deserializing the
    message body fails and the delivery info that can be used to dispose the message.

fe2o3-amqp-cbs

  1. Replace GAT with async fn in trait for AsyncCbsTokenProvider trait

Full Changelog: v0.9.8...v0.10.0