github Azure/azure-sdk-for-python azure-eventhub_5.11.3

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 to EventHubs.send
      • Azure.EventHubs.message to EventHubs.message
      • Azure.EventHubs.process to EventHubs.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, or process)
      • 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 to message spans. Now, message spans will no longer contain a link to the send span.
    • Message application properties will now contain values for traceparent (and tracestate if applicable)
    • Process spans will now be a direct children of message span contexts in when event handling on a per-message basis. (#30537)

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

NewReleases is sending notifications on new releases.