5.11.3 (2023-07-12)
Bugs Fixed
- Fixed the error
end frame received on invalid channel
which was raised when a disconnect was sent by the service (#30860) - Fixed the error
link already closed
which was raised when the client was closing and disconnecting from the service (#30836)
Other Changes
- Updated tracing (#29934):
- Span names renamed:
Azure.EventHubs.send
toEventHubs.send
Azure.EventHubs.message
toEventHubs.message
Azure.EventHubs.process
toEventHubs.process
- An
EventHubs.receive
span will be created upon receiving events. - Additional attributes added to spans:
messaging.system
- messaging system (i.e.,eventhubs
)messaging.operation
- type of operation (i.e.,publish
,receive
, orprocess
)messaging.batch.message_count
- number of messages sent, received, or processed (if more than one)
- The
component
attribute was removed from all spans. - All
send
spans now contain links tomessage
spans. Now,message
spans will no longer contain a link to thesend
span. - Message application properties will now contain values for
traceparent
(andtracestate
if applicable) - Process spans will now be a direct children of message span contexts in when event handling on a per-message basis. (#30537)
- Span names renamed: