github Azure/azure-sdk-for-java azure-messaging-servicebus_7.0.1

latest releases: azure-messaging-eventgrid_4.25.0, azure-identity_1.14.0-beta.2, azure-ai-formrecognizer_4.1.11...
3 years ago

7.0.1 (2021-01-15)

New Features

  • Improve performance because by upgrading azure-core-amqp dependency to 2.0.1. It Changes AMQP connections from
    sharing the global Schedulers.single() to having a Scheduler.newSingle() per connection.

Bug Fixes

  • Fix issue 18351: Getting 'NullPointerException' When calling
    'ServiceBusAdministrationAsyncClient#getSubscriptionRuntimeProperties()' for the topic where user has only listen
    (and not manage) permission.
  • Fix issue 18122: A session-based Message receiver does not
    receive messages sent after 60s gap from the last message sent. This happens if there is only one active session in
    Service Bus entity.
  • Fix issue 18536: The 'ServiceBusAdministrationClient.deleteSubscription()'
    is not synchronous.

Dependency Updates

  • Upgraded azure-core dependency to 1.12.0.
  • Upgraded azure-core-amqp dependency to 2.0.1.

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

NewReleases is sending notifications on new releases.