Skip to content

Releases: Azure/azure-event-hubs-go

v3.3.17

08 Dec 01:08
73b7c0f
Compare
Choose a tag to compare

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

11 Oct 23:32
bb122ca
Compare
Choose a tag to compare
  • Exporting a small subset of read-only (ie, not sendable) properties from the AMQP message. #239

v3.3.15

05 Oct 22:54
c168808
Compare
Choose a tag to compare
  • Fixing bug where the internal sender interface was out of sync with go-amqp changes. #238

v3.3.14

01 Oct 22:24
96e6508
Compare
Choose a tag to compare

Bug Fixes

  • Update to latest go-amqp #236

v3.3.13

17 Aug 20:44
e9f5ac3
Compare
Choose a tag to compare
  • 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

03 Aug 20:38
b794b15
Compare
Choose a tag to compare
  • 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

16 Jul 22:16
8411df3
Compare
Choose a tag to compare

Allow for controlling the maximum retry count when sending messages. #226

v3.3.10

08 Jul 02:02
0eb7b61
Compare
Choose a tag to compare
  • Fix sender.Recover() to be goroutine safe #218
  • Skip calling sender.Recover() for some errors #219

v3.3.9

19 May 23:09
717fe44
Compare
Choose a tag to compare
  • update the checkpoint after the receiver options are applied
  • return the error from reading an old checkpoint when initializing the receiver

v3.3.8

04 May 22:48
9c3a641
Compare
Choose a tag to compare
  • add option to customize initial checkpoint