Skip to content

azure-messaging-servicebus_7.7.0

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 18 Mar 00:25
79a3831

7.7.0 (2022-03-17)

Features Added

  • Added support for sending/receiving messages with Duration, OffsetDateTime and URI in applicationProperties.
  • Updated the receiver to retry to obtain a new connection if the RequestResponseChannel in the current connection is disposed.
  • Added getter methods to ServiceBusProcessorClient to get the queue, topic and subscription names associated with
    the processor.

Bugs Fixed

  • Removed the incorrect use of lock primitives from ServiceBusMessageBatch.tryAddMessage() implementation and documented that this API is not thread-safe. (#25910)
  • Fixed incorrect ordering of message when sent as a batch. (#25112, #25599)
  • Fixed a bug that messages come from azure-sdk-for-net with DescribedType cannot be deserialized. (#26065)

Other Changes

Dependency Updates

  • Upgraded azure-core from 1.25.0 to 1.26.0.
  • Upgraded azure-core-amqp from 2.4.0 to 2.4.1.