Releases: Azure/azure-event-hubs-go
Releases · Azure/azure-event-hubs-go
v3.3.17
Updating to the latest go-amqp and azure-amqp-common-go to take advantage of some underlying reliability and interface improvements #245
v3.3.16
- Exporting a small subset of read-only (ie, not sendable) properties from the AMQP message. #239
v3.3.15
- Fixing bug where the internal sender interface was out of sync with go-amqp changes. #238
v3.3.14
Bug Fixes
- Update to latest go-amqp #236
v3.3.13
- We no longer close the link when we receive disposition errors on sending. This allows us to return errors properly when doing parallel sends on a link that is being throttled. PR#234
v3.3.12
- 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
v3.3.11
Allow for controlling the maximum retry count when sending messages. #226
v3.3.10
- Fix sender.Recover() to be goroutine safe #218
- Skip calling sender.Recover() for some errors #219
v3.3.9
- update the checkpoint after the receiver options are applied
- return the error from reading an old checkpoint when initializing the receiver
v3.3.8
- add option to customize initial checkpoint