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

latest releases: @azure-tools/test-utils_1.0.1, @azure-tools/test-recorder_3.3.0, @azure/template_1.0.12-beta.3768426...
3 years ago

5.2.2 (2020-06-30)

  • Fixes issue #9289
    where calling await subscription.close() inside of a subscription's processError
    handler would cause the subscription to deadlock.
  • Fixes issue #9083
    where calling EventHubConsumerClient.close() would not stop any actively
    running Subscriptions.
  • Fixes issue #8598
    where the EventHubConsumerClient would remain open in the background beyond
    when subscription.close() was called. This would prevent the process from
    exiting until the maxWaitTimeInSeconds (default 60) was reached.
  • Updated to use the latest version of the @azure/core-amqp package.
    This update fixes issue #9287
    where some failed operations would delay the process exiting.

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

NewReleases is sending notifications on new releases.