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

latest releases: azure-digitaltwins-core_1.4.0, azure-sdk-template-three_1.0.0-beta.4334260, azure-sdk-template-two_1.0.0-beta.4334260...
18 months ago

7.14.0 (2023-05-15)

Features Added

  • Added sessionIdleTimeout method to configure session idle timeout on ServiceBusSessionProcessorClientBuilder. After this time has elapsed,
    the processor will close the session and attempt to process another session. (#34700)

Bugs Fixed

  • Fixed issue where receiving messages from ServiceBusSessionReceiverAsyncClient would never complete. (#34597)
  • Fixed issue causing some messages to not be returned when calling peek on receiver client.
  • Fixed the issue of ServiceBusReceiverClient recreating the link after closing the client. (#34664)
  • Fixed a race condition in ServiceBusReceiverClient sometimes causing two requests to be sent when peeking or receiving deferred messages.
    (#34838)
  • Fixed tracing for renew-lock operation, now it traces individual calls to the broker instead local long-running operation.
    (#34813)

Other Changes

Dependency Updates

  • Upgraded azure-core from 1.38.0 to 1.39.0.
  • Upgraded azure-core-amqp from 2.8.4 to 2.8.5.
  • Upgraded azure-identity from 1.8.2 to 1.9.0.

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

NewReleases is sending notifications on new releases.