You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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)