github Azure/azure-sdk-for-go sdk/messaging/azeventhubs/v1.0.0

latest releases: sdk/messaging/eventgrid/azsystemevents/v0.4.2, sdk/containers/azcontainerregistry/v0.2.2, sdk/monitor/query/azlogs/v1.1.0-beta.1...
16 months ago

1.0.0 (2023-05-09)

Features Added

  • First stable release of the azeventhubs package.
  • Authentication errors are indicated with an azeventhubs.Error, with a Code of azeventhubs.ErrorCodeUnauthorizedAccess. (PR#20450)

Bugs Fixed

  • Authentication errors could cause unnecessary retries, making calls taking longer to fail. (PR#20450)
  • Recovery now includes internal timeouts and also handles restarting a connection if AMQP primitives aren't closed cleanly.
  • Potential leaks for $cbs and $management when there was a partial failure. (PR#20564)
  • Latest go-amqp changes have been merged in with fixes for robustness.
  • Sending a message to an entity that is full will no longer retry. (PR#20722)
  • Checkpoint store handles multiple initial owners properly, allowing only one through. (PR#20727)

Don't miss a new azure-sdk-for-go release

NewReleases is sending notifications on new releases.