Skip to content

Releases: minghuaw/fe2o3-amqp

0.13.0

10 Oct 03:33
4518adb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.0...v0.13.0

0.12.0

07 Aug 03:54
bf86c06
Compare
Choose a tag to compare

What's Changed

  • Fix minor typo in docstring by @BlinkyStitt in #254
  • Version bump 0.11.1 by @minghuaw in #255
  • Fix serde_amqp Value Serializer not handling nested composite types properly by @minghuaw in #261
  • Drain ioreader and slicereader when read_exact even if read fails by @minghuaw in #271
  • Not include properties in Flow unless explicitly use send_properties by @minghuaw in #269
  • Display InvalidType in decode error by @minghuaw in #273
  • Fix typo in crate root doc by @minghuaw in #260
  • Fix mismatch of txn acquistion return type by @minghuaw in #275
  • Added sasl_hostname and builder hostname is not overriden by url hostname by @minghuaw in #276
  • bumped version and updated changelog (0.12.0) by @minghuaw in #274

New Contributors

Full Changelog: v0.11.0...v0.12.0

0.11.0

13 Jun 20:46
62680ec
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.0...v0.11.0

0.10.0

24 Feb 08:41
ddc8f3b
Compare
Choose a tag to compare

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

0.9.8

23 Feb 01:09
Compare
Choose a tag to compare

What's Changed

  • fix bug with reattaching by @minghuaw in #230
  • fixed reattaching on new session not changing outgoing frame sender by @minghuaw in #231

Full Changelog: v0.9.6...v0.9.8

0.9.6

22 Feb 19:51
Compare
Choose a tag to compare

What's Changed

  • Implemented public dispose and dispose_all methods in Receiver by @Levyks in #229

New Contributors

Full Changelog: v0.9.5...v0.9.6

0.9.5

22 Feb 07:26
104da44
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.2...v0.9.5

0.9.2

11 Jan 19:18
1e43b46
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.9.2

v0.8.0

27 Dec 12:50
222048c
Compare
Choose a tag to compare

Yanked

Breaking changes:

  1. Updated fe2o3-amqp-types to 0.7.0, which introduced breaking change to the type alias
    FilterSet to support legacy formatted filter set. The user would need to ensure that the
    correct format is used when constructing the filter set (more details can be found at
    Azure/azure-amqp#231,
    Azure/azure-amqp#232).
  2. Sender::detach()/Receiver::detach() return a DetachedSender/DetachedReceiver even if it
    encounters an error

Improvements

  1. Impl std::error::Error for SenderResumeError and ReceiverResumeError

v0.7.1

17 Oct 20:55
Compare
Choose a tag to compare

Fixed #122