5.10.0 (2023-11-07)
Breaking Changes
- Change
ActivitySource
name used to report message activity fromAzure.Messaging.EventHubs.EventHubs
toAzure.Messaging.EventHubs.Message
and messageActivity
name fromEventHubs.Message
toMessage
. - Updated tracing attributes names to conform to OpenTelemetry semantic conventions version 1.23.0.
Bugs Fixed
- Fixed a parameter type mismatch in ETW #7 (ReceiveComplete) which caused the duration argument of the operation to be interpreted as a Unicode string and fail to render properly in the formatted message.
Other Changes
- When an Event Hub is disabled, it will now be detected and result in a terminal
EventHubsException
with its reason set toFailureReason.ResourceNotFound
.