v0.2.0
What's Changed
fe2o3-amqp
- Breaking change
- Added
auto_accept
option forReceiver
and receiverBuilder
that controls whether the receiver will automatically accept incoming message
- Added
- Drafted link resumption on client side
- Sender and receiver on the client side checks if declared
snd_settle_mode
andrcv_settle_mode
are supported by the remote peer - Fixsed most clippy warnings
fe2o3-amqp-types
- Bug fix and Breaking change
Attach
's unsettled map should allowNull
for the values (ie.pub unsettled: Option<BTreeMap<DeliveryTag, Option<DeliveryState>>>
)
- Fixed clippy warnings
- Added impl
From<Received/Accepted/Released/Modified/Rejected> for DeliveryState/Outcome
Full Changelog: v0.1.3...v0.2.0