Azure Service Bus Go Versions Save

Golang library for Azure Service Bus -- https://aka.ms/azsb

v0.11.5

2 years ago

update a few more dependencies #269

v0.11.4

2 years ago

Update to latest go-amqp and websocket modules #267

v0.11.3

2 years ago
  • 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

2 years ago

Bug Fixes

  • Update to latest go-amqp #254

v0.11.1

2 years ago
  • Updating to the latest version of Azure/azure-amqp-common-go.

v0.11.0

2 years ago
  • 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

2 years ago
  • fix leak due to links not being closed during retries #244
  • Retry refreshing credentials #245

v0.10.15

2 years ago
  • 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

2 years ago

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

v0.10.13

2 years ago

Fix panic when specifying a nil session ID #232