Skip to content

v0.2.0

Compare
Choose a tag to compare
@minghuaw minghuaw released this 22 Jul 09:01
· 1102 commits to main since this release

What's Changed

fe2o3-amqp

  1. Breaking change
    • Added auto_accept option for Receiver and receiver Builder that controls whether the receiver will automatically accept incoming message
  2. Drafted link resumption on client side
  3. Sender and receiver on the client side checks if declared snd_settle_mode and rcv_settle_mode are supported by the remote peer
  4. Fixsed most clippy warnings

fe2o3-amqp-types

  1. Bug fix and Breaking change
    1. Attach's unsettled map should allow Null for the values (ie. pub unsettled: Option<BTreeMap<DeliveryTag, Option<DeliveryState>>>)
  2. Fixed clippy warnings
  3. Added impl From<Received/Accepted/Released/Modified/Rejected> for DeliveryState/Outcome

Full Changelog: v0.1.3...v0.2.0