github Azure/azure-sdk-for-js @azure/event-hubs_5.2.1

latest releases: @azure-tools/test-recorder_3.5.0, @azure/storage-queue_12.17.0, @azure/storage-file-datalake_12.17.0...
3 years ago

5.2.1 (2020-06-08)

  • Fixes issue #8584
    where attempting to create AMQP links when the AMQP connection was in the
    process of closing resulted in a TypeError in an uncaught exception.
    (PR 8884)
  • Fixes reconnection issues by creating a new connection object rather than re-using the existing one. (PR 8884)

Tracing updates:

Tracing functionality is still in preview status and the APIs may have breaking
changes between patch and minor updates.

  • Updates the peer.address attribute on "Azure.EventHubs.send" spans to refer
    to the fully qualified namespace instead of the endpoint.
    Fixes #7109

  • Adds a new attribute - enqueuedTime - to the links on "Azure.EventHubs.process" spans.
    enqueuedTime maps to the enqueuedTimeUtc field from received events, represented as
    Unix epoch time in milliseconds.
    Address #7112

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

NewReleases is sending notifications on new releases.