Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Releases: Azure/azure-service-bus-go

v0.11.5

16 Nov 23:56
a14e023
Compare
Choose a tag to compare

update a few more dependencies #269

v0.11.4

16 Nov 18:50
1a6829f
Compare
Choose a tag to compare

Update to latest go-amqp and websocket modules #267

v0.11.3

18 Oct 18:17
d0f6cc3
Compare
Choose a tag to compare
  • We're now respecting the HTTP status codes and anything >= 400 causes us to fail with an actual error with text, rather than an empty error. #258

v0.11.2

01 Oct 22:22
4974e2f
Compare
Choose a tag to compare

Bug Fixes

  • Update to latest go-amqp #254

v0.11.1

04 Sep 00:36
0f63768
Compare
Choose a tag to compare
  • Updating to the latest version of Azure/azure-amqp-common-go.

v0.11.0

02 Sep 20:59
e882857
Compare
Choose a tag to compare
  • Use a singleton instance of the management link, avoiding creating a link per management
    link operations like dispositions or lock renewals.
    PR#248

v0.10.16

13 Aug 04:31
47f4640
Compare
Choose a tag to compare
  • fix leak due to links not being closed during retries #244
  • Retry refreshing credentials #245

v0.10.15

09 Aug 18:53
cb1ca62
Compare
Choose a tag to compare
  • fix issue where deferring a message could result us encoding it incorrectly and sending the sequence
    number as a negative number. #241

v0.10.14

13 Jul 21:54
d256ec3
Compare
Choose a tag to compare

Fix issue where (Topic|Subscription|Queue)Manager.List() would only return a single page of entities. #234

v0.10.13

24 Jun 00:34
80fa1bc
Compare
Choose a tag to compare
v0.10.13 Pre-release
Pre-release

Fix panic when specifying a nil session ID #232