7.7.0 (2022-03-17)
Features Added
- Added support for sending/receiving messages with
Duration
,OffsetDateTime
andURI
inapplicationProperties
. - 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
from1.25.0
to1.26.0
. - Upgraded
azure-core-amqp
from2.4.0
to2.4.1
.