Skip to content
This repository was archived by the owner on Jul 14, 2025. It is now read-only.

v3.3.12

Choose a tag to compare

@richardpark-msft richardpark-msft released this 03 Aug 20:38
· 41 commits to master since this release
b794b15
  • Incorporating the latest go-amqp release (https://github.com/Azure/go-amqp/releases/tag/v0.13.10) which returns ErrLinkDetached when the link is closed based on errors from service. This will properly trigger our recovery code when Event Hubs returns throttling errors.
  • Changes made to the Sender recovery to do a cheaper recovery when possible: PR #232