Skip to content

Releases: gftea/amqprs

v1.6.1

12 May 19:53
Compare
Choose a tag to compare

What's Changed

  • Fix parsing amqps URL without query params by @tyilo in #128

Full Changelog: v1.6.0...v1.6.1

v1.6.0

19 Apr 08:33
Compare
Choose a tag to compare

What's Changed

  • close connection if max heartbeat miss reach by @gftea in #126

Full Changelog: v1.5.4...v1.6.0

v1.5.4

01 Apr 11:22
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.3...v1.5.4

v1.5.3

11 Feb 11:14
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.2...v1.5.3

v1.5.2 (optimization)

23 Dec 20:08
Compare
Choose a tag to compare

Changes

  • use optimal serde for bytes type.
  • fix some clippy warnings.

v1.5.1

31 Oct 15:11
Compare
Choose a tag to compare

Changes

#113

v1.5.0

14 Oct 12:09
Compare
Choose a tag to compare

Changes

  • support EXTERNAL auth mechanism over mTLS, see #110

v1.4.1

31 Jul 15:24
Compare
Choose a tag to compare

Changes

  • fix vhost parsing #104

v1.4.0

02 Jun 13:02
Compare
Choose a tag to compare

Changes

  • reexport amqp_serde public types into amqprs #101

v1.3.0

15 May 18:43
Compare
Choose a tag to compare

Changes

step up amqp_serde version to 0.4.0, with below enhancement

  • #96 implement trait AsRef<HashMap<FieldName, FieldValue>> for FieldTable.
  • #98 FieldValue TryInto for string-like types