Skip to content

Releases: Azure/go-amqp

v0.13.10

02 Aug 20:38
4e0e926
Compare
Choose a tag to compare
  • Add an additional error code (ErrLinkDetached) that will be returned by Send() if the link is detached at the start of the call. Prior to this the caller would return the last received error on the link, which did not indicate that the link itself was closed/detached.
  • Sender now has a new function (Id) that gives you the internal link ID. This can be used by callers (like Azure Event Hubs) that want to checks on whether they need to recover a link by doing a simple ID/string check.

v0.13.9

08 Jul 15:00
3fd9af3
Compare
Choose a tag to compare
v0.13.9 Pre-release
Pre-release

Only track unsettled messages in ModeSecond #36

v0.13.8

23 Jun 21:21
bdb4d3e
Compare
Choose a tag to compare
v0.13.8 Pre-release
Pre-release

Expose retrieval of link source filter values #37

v0.13.7

06 May 14:47
51f7e70
Compare
Choose a tag to compare

Add Message.GetLinkName() returning the associated link name #30

v0.13.6

04 Mar 22:50
58ec794
Compare
Choose a tag to compare

Avoid double-closing message channel #27

v0.13.5

25 Feb 15:45
0bbd840
Compare
Choose a tag to compare

Settle message spontaneously on receive mode first #26

v0.13.4

24 Feb 18:12
2957005
Compare
Choose a tag to compare

fix: use delivery tag as key in unsettled map #23

v0.13.3

12 Feb 03:44
825d6e6
Compare
Choose a tag to compare

emit amqp Flow on message handling completion #20

v0.13.2

11 Feb 22:18
63ac619
Compare
Choose a tag to compare

push disposition error on corresponding receiver error channel #19