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 toConsumerClient.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)