Skip to content

Releases: Azure/azure-amqp-common-go

v4.2.0

24 May 19:49
f3383f2
Compare
Choose a tag to compare

Update to the GA version of go-amqp #73

v4.1.0

30 Mar 20:05
6946e44
Compare
Choose a tag to compare

Update to latest go-amqp #72

v4.0.0

06 Dec 18:41
0d468a6
Compare
Choose a tag to compare

Updated to the latest go-amqp which includes a few minor changes in public surface area.

v3.2.3

07 Dec 23:29
383057c
Compare
Choose a tag to compare
  • amqp.ErrLinkDetached is removed, use *amqp.DetachError instead #64

v3.2.2

18 Nov 23:27
cba2842
Compare
Choose a tag to compare

Sleep before retrying on a transient error #63

v3.2.1

01 Oct 17:58
db465e7
Compare
Choose a tag to compare

Bug Fixes

  • Update to latest go-amqp #58

v3.2.0

03 Sep 23:20
7e6517e
Compare
Choose a tag to compare
  • Change the default credits for the RPC link to be more reasonable (1000)
    PR#54

v3.1.2

02 Sep 17:56
75c6f57
Compare
Choose a tag to compare
  • Fixing a potential race condition when an RPC link is shut down while still sending requests or handling responses. PR#55
  • Upgrading to go-amqp v0.13.13, which fixes an issue with simultaneous settling on the rpc link.

v3.1.1

26 Aug 23:12
65ee81b
Compare
Choose a tag to compare
  • Change Link so it can handle parallel requests.
    PR#52

v3.1.0

23 Oct 20:37
6b7304f
Compare
Choose a tag to compare

Add support for passing managed identity user-assigned client ID.