- Updating to the latest version of Azure/azure-amqp-common-go.
- Use a singleton instance of the management link, avoiding creating a link per management link operations like dispositions or lock renewals. PR#248
- fixed an issue where links weren't being closed when retrying
- fixed an issue where auto-refreshing of claims would exit due to a transient error
- fix issue where deferring a message could result us encoding it incorrectly and sending the sequence number as a negative number. #241
- fix issue where (Topic|Subscription|Queue)Manager.List() would only return a single page of entities. #234
- fix panic when specifying a nil session ID #232
- add associate-link-name property to RenewLocks function. #225
- use amqp HandleMessage Func #207
- consolidate auth auto-refresh #205
- add recovery mechanism to rpcClient #206
- tell users they can't go higher than 5 minutes #202
- only retry with retryable amqp errors for sender #201
- add AzureEnvironment namespace option and use its definition #192
- fix for Websocket behind Proxy Issue #196
- fix nil error dereference #199
- fix a hang when closing a receiver
- recover must rebuild the link atomically #187
- updates dependencies to their latest versions
- Implements DefaultRuleDescription to allow setting a default rule for a subscription.
- add support for sending and receiving custom annotations
- added some missing AMQP span attributes
- fixed propagation of sender/receiver close context
- don't panic on empty AMQP payloads
- fix nil pointer dereference for concurrent uses of Send() issue #149
- fix nil pointer dereference when there are no listeners PR #151
- add retry when Sender fails to recover
- update settlement mode on sender
- added support for creating a namespace via MSI
- replace pack.am/amqp with github.com/Azure/go-amqp
- bump common to version v3.0.0
- bump common version to v2.1.0
- periodically refresh claims based auth for connections to resolve issue #116
- refactor management functionality for entities into composition structs
- fix session deferral for queues and subscriptions
- add topic scheduled messages
- tab for tracing and logging which supports both opencensus and opentracing. To use opencensus, just add a
_ "github.com/devigned/tab/opencensus"
. To use opentracing, just add a_ "github.com/devigned/tab/opentracing"
- target azure-amqp-common-go/v2
- add namespace TLS configuration option
- update to Azure SDK v28 and AutoRest 12
- update the Azure Resource Manager dependency to the latest to help protect people not using a dependency
management tool such as
dep
orvgo
.
- add support for websockets
- fix issue with sender when SB returns a different receiver disposition #119
- Update to AMQP 0.11.0 which introduces strict settlement mode (#111)
- Add disposition batching
- Add NotFound errors for mgmt API
- Fix go routine leak when listening for messages upon context close
- Add batch sends for Topics
- Refactor disposition handler so that errors can be handled in handlers
- Add dead letter queues for entities
- Fix connection leaks when using multiple calls to Receive
- Ensure senders wait for message disposition before returning
- initial tag for Service Bus which includes Queues, Topics and Subscriptions using AMQP