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

latest releases: @azure/arm-oracledatabase_1.0.0-beta.2, @azure/arm-cosmosdb_16.0.0, @azure/arm-scvmm_1.0.0...
3 years ago

5.3.0 (2020-09-08)

New features:

  • Adds loadBalancingOptions to the EventHubConsumerClient to add control around
    how aggressively the client claims partitions while load balancing.
    (PR 9706).
  • Support using the SharedAccessSignature from the connection string.
    (PR 10951).

Bug fixes:

  • Fixes issue #9704
    where events could be skipped while receiving messages.
    Previously this could occur when a retryable error was encountered and retries were exhausted while receiving a batch of events.

Tracing updates:

  • Fixes issue #10298
    where spans had inconsistent peer.address attributes by removing the scheme
    (i.e. sb://) from EventHub peer.address span attributes
  • Addresses #10276: adds
    message_bus.destination and peer.address attributes to Azure.EventHubs.message spans.
    (PR 10389)

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

NewReleases is sending notifications on new releases.