Releases: minghuaw/fe2o3-amqp
Releases · minghuaw/fe2o3-amqp
v0.0.26
Full Changelog: v0.0.25...v0.0.26
v0.0.25
v0.0.24
v0.0.18
Full Changelog: v0.0.16...v0.0.17
- Added
std::error::Error
impl for public error types - Removed redundant tracing that were initially added for debugging purpose.
v0.0.16
What's Changed
- Closing or detaching
Sender
andReceiver
now takes ownership - Bug fixes
- Fixed bug where unsettled outgoing transfers in the session's map of unsettled delivery id and link handle may be overwritten by incoming transfer when
rcv_settle_mode
is set toSecond
- Fixed bug where duplicated detach may be sent when a link tries to detach after the remote peer detaches first
- Fixed bug receiver builder not requiring
source
to be set to start attach #44
- Fixed bug where unsettled outgoing transfers in the session's map of unsettled delivery id and link handle may be overwritten by incoming transfer when
Transaction
andOwnedTransaction
commit()
androllback()
now takes ownershipTransaction
now holds a reference to aController
OwnedTransaction
is added to be a version ofTransaction
that owns aController
instead
- Added transaction coordinator and establishment of control link on the resource side. The resource side now supports the following transactional work
- Transactional posting
- Transactional retirement
- Transactional acquisition on the resource side is set to not implemented because the exact behavior upon committing or rolling back of a transactional acquisition is not clear #43
Full Changelog: v0.0.15...v0.0.16