Skip to content

sdk/messaging/azeventhubs/v0.6.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 07 Mar 19:27
ba84713

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)