GitPedia
Azure

Azure/azure-event-hubs-go

Golang client library for Azure Event Hubs https://azure.microsoft.com/services/event-hubs

30 Releases
Latest: 2y ago
v2.0.5Latest
richardpark-msftrichardpark-msft·2y ago·March 27, 2024
GitHub

📋 Changes

  • deprecate this library in favor of github.com/Azure/azure-sdk-for-go/sdk/messaging/azeventhubs.
v1.3.2
richardpark-msftrichardpark-msft·2y ago·March 27, 2024
GitHub

📋 Changes

  • Deprecate this library in favor of github.com/Azure/azure-sdk-for-go/sdk/messaging/azeventhubs.
v3.6.2
jhendrixMSFTjhendrixMSFT·2y ago·January 9, 2024
GitHub

📋 Changes

  • Update dependencies.
v3.6.1
jhendrixMSFTjhendrixMSFT·2y ago·July 31, 2023
GitHub

Mark module as deprecated #289 Use github.com/Azure/azure-sdk-for-go/sdk/messaging/azeventhubs instead.

v3.6.0
jhendrixMSFTjhendrixMSFT·3y ago·May 24, 2023
GitHub

Update to the GA version of go-amqp #288

v3.5.0
jhendrixMSFTjhendrixMSFT·3y ago·March 31, 2023
GitHub

Update to latest azure-amqp-common-go and go-amqp modules #287

v3.4.0
jhendrixMSFTjhendrixMSFT·3y ago·December 6, 2022
GitHub

Update to latest `azure-amqp-common-go` and `go-amqp` modules.

v3.3.20
richardpark-msftrichardpark-msft·3y ago·November 10, 2022
GitHub

📋 Changes

  • Fixed issue with a lease existing on start [#277](https://github.com/Azure/azure-event-hubs-go/pull/277)
v3.3.19
jhendrixMSFTjhendrixMSFT·3y ago·October 21, 2022
GitHub

Vendor a copy of `azblob` to avoid compilation errors with mismatched versions https://github.com/Azure/azure-event-hubs-go/issues/261

v3.3.18
richardpark-msftrichardpark-msft·4y ago·April 28, 2022
GitHub

📋 Changes

  • Fixing issue where the LeaserCheckpointer could fail with a "ContainerAlreadyExists" error. (#253)
v3.3.17
richardpark-msftrichardpark-msft·4y ago·December 8, 2021
GitHub

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
richardpark-msftrichardpark-msft·4y ago·October 11, 2021
GitHub

📋 Changes

  • Exporting a small subset of read-only (ie, not sendable) properties from the AMQP message. #239
v3.3.15
richardpark-msftrichardpark-msft·4y ago·October 5, 2021
GitHub

📋 Changes

  • Fixing bug where the internal sender interface was out of sync with go-amqp changes. #238
v3.3.14
jhendrixMSFTjhendrixMSFT·4y ago·October 1, 2021
GitHub

📋 Changes

  • Update to latest go-amqp #236
v3.3.13
richardpark-msftrichardpark-msft·4y ago·August 17, 2021
GitHub

📋 Changes

  • 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](https://github.com/Azure/azure-event-hubs-go/pull/234)
v3.3.12
richardpark-msftrichardpark-msft·4y ago·August 3, 2021
GitHub

📋 Changes

  • 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
richardpark-msftrichardpark-msft·4y ago·July 16, 2021
GitHub

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

v3.3.10
jhendrixMSFTjhendrixMSFT·4y ago·July 8, 2021
GitHub

📋 Changes

  • Fix sender.Recover() to be goroutine safe #218
  • Skip calling sender.Recover() for some errors #219
v3.3.9
catalinaperaltacatalinaperalta·5y ago·May 19, 2021
GitHub

📋 Changes

  • update the checkpoint after the receiver options are applied
  • return the error from reading an old checkpoint when initializing the receiver
v3.3.8
catalinaperaltacatalinaperalta·5y ago·May 4, 2021
GitHub

📋 Changes

  • add option to customize initial checkpoint
v3.3.7
catalinaperaltacatalinaperalta·5y ago·March 11, 2021
GitHub

📋 Changes

  • Add option to prefix checkpoint blob paths
v3.3.6
catalinaperaltacatalinaperalta·5y ago·February 11, 2021
GitHub

📋 Changes

  • Fixed goroutine leak on listener close. (#204)
v3.3.5
catalinaperaltacatalinaperalta·5y ago·January 22, 2021
GitHub

📋 Changes

  • Remove the check for temporary network errors in sender.go [#80](https://github.com/Azure/azure-event-hubs-go/issues/80)
v3.3.4
catalinaperaltacatalinaperalta·5y ago·December 10, 2020
GitHub

📋 Changes

  • Read AZURE_ENVIRONMENT variable from environment to use the specified value when calling NewHub()
v3.3.3
catalinaperaltacatalinaperalta·5y ago·November 9, 2020
GitHub

📋 Changes

  • EventBatchIterator drops messages that are bigger than 1MB with an error
v3.3.2
catalinaperaltacatalinaperalta·5y ago·October 20, 2020
GitHub

📋 Changes

  • updating internal code from go-amqp that now takes a context. #186
  • updating dependencies in go.mod and go.sum
v3.3.1
jhendrixMSFTjhendrixMSFT·5y ago·October 15, 2020
GitHub

📋 Changes

  • fixed panic caused by interface conversion in event.go
  • apply Receive options after populating last stored checkpoint
v2.0.4
catalinaperaltacatalinaperalta·6y ago·October 25, 2019
GitHub

📋 Changes

  • add comment on the PartitionID field in SystemProperties to clarify that it will always return a nil value #131
v2.0.3
devigneddevigned·6y ago·October 3, 2019
GitHub

📋 Changes

  • fix send on closed channel for GetLeases #142
v2.0.1
gavinfishgavinfish·6y ago·August 14, 2019
GitHub