Skip to content

Releases: minghuaw/fe2o3-amqp

v0.0.26

07 Jul 00:14
Compare
Choose a tag to compare
v0.0.26 Pre-release
Pre-release

Full Changelog: v0.0.25...v0.0.26

v0.0.25

06 Jul 22:38
7d48eba
Compare
Choose a tag to compare
v0.0.25 Pre-release
Pre-release

What's Changed

Full Changelog: v0.0.24...v0.0.25

v0.0.24

06 Jul 02:56
Compare
Choose a tag to compare
v0.0.24 Pre-release
Pre-release

What's Changed

Full Changelog: v0.0.17...v0.0.24

v0.0.18

03 Jul 20:05
Compare
Choose a tag to compare
v0.0.18 Pre-release
Pre-release

Full Changelog: v0.0.16...v0.0.17

  1. Added std::error::Error impl for public error types
  2. Removed redundant tracing that were initially added for debugging purpose.

v0.0.16

30 Jun 00:32
c984aee
Compare
Choose a tag to compare
v0.0.16 Pre-release
Pre-release

What's Changed

  1. Closing or detaching Sender and Receiver now takes ownership
  2. Bug fixes
    1. 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 to Second
    2. Fixed bug where duplicated detach may be sent when a link tries to detach after the remote peer detaches first
    3. Fixed bug receiver builder not requiring source to be set to start attach #44
  3. Transaction and OwnedTransaction
    1. commit() and rollback() now takes ownership
    2. Transaction now holds a reference to a Controller
    3. OwnedTransaction is added to be a version of Transaction that owns a Controller instead
  4. Added transaction coordinator and establishment of control link on the resource side. The resource side now supports the following transactional work
    1. Transactional posting
    2. Transactional retirement
  5. 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

v0.0.15

15 Jun 15:59
273b98d
Compare
Choose a tag to compare
v0.0.15 Pre-release
Pre-release

What's Changed

Full Changelog: v0.0.14...v0.0.15

v0.0.14

12 Jun 15:41
d8481e8
Compare
Choose a tag to compare
v0.0.14 Pre-release
Pre-release

0.0.14

  1. Controller verifies txn capability on attach
  2. Updated fe2o3-amqp-types to 0.0.17 which renamed BodySection to Body

What's Changed

Full Changelog: v0.0.13...v0.0.14

0.0.13

27 May 17:52
Compare
Choose a tag to compare
0.0.13 Pre-release
Pre-release
  1. Fixed missing generics bug when using default TLS connector
  2. Added feature checking tasks for individual feature in cargo make

v0.0.11

25 May 08:59
290af3c
Compare
Choose a tag to compare
v0.0.11 Pre-release
Pre-release

What's Changed

Full Changelog: v0.0.10...v0.0.11

v0.0.10

25 May 06:47
25a27a7
Compare
Choose a tag to compare
v0.0.10 Pre-release
Pre-release

What's Changed

  • Reduce look-ups needed for incoming session frames and link frames by @minghuaw in #28

Full Changelog: v0.0.9...v0.0.10