Releases: Azure/azure-service-bus-go
Releases · Azure/azure-service-bus-go
v0.11.5
update a few more dependencies #269
v0.11.4
Update to latest go-amqp and websocket modules #267
v0.11.3
- 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
Bug Fixes
- Update to latest go-amqp #254
v0.11.1
- Updating to the latest version of Azure/azure-amqp-common-go.
v0.11.0
- 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
- fix leak due to links not being closed during retries #244
- Retry refreshing credentials #245
v0.10.15
- 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
Fix issue where (Topic|Subscription|Queue)Manager.List()
would only return a single page of entities. #234
v0.10.13
Fix panic when specifying a nil session ID #232