github Azure/azure-sdk-for-go sdk/messaging/azeventhubs/v0.6.0

latest releases: sdk/data/azcosmos/v1.2.0, sdk/security/keyvault/azcertificates/v1.3.0, sdk/security/keyvault/azkeys/v1.3.0...
pre-release20 months ago

0.6.0 (2023-03-07)

Features Added

  • Added the ConsumerClientOptions.InstanceID field. This optional field can enhance error messages from
    Event Hubs. For example, error messages related to ownership changes for a partition will contain the
    name of the link that has taken ownership, which can help with traceability.

Breaking Changes

  • ConsumerClient.ID() renamed to ConsumerClient.InstanceID().

Bugs Fixed

  • Recover the connection when the $cbs Receiver/Sender is not closed properly. This would cause
    clients to return an error saying "$cbs node has already been opened." (PR#20334)

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

NewReleases is sending notifications on new releases.