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.5.0 (2022-02-14)
Features Added
Add state property to ServiceBusReceivedMessage. Its value is one of "active", "deferred", or "scheduled". PR #18938
Add optional boolean skipParsingBodyAsJson property to ServiceBusReceiverOptions and ServiceBusSessionReceiverOptions. By default, the client attempts to parse message body as JSON object, and this new parameter controls whether the client should skip performing this parsing. PR #18692
Bugs Fixed
The processError callback to subscribe() was previously called only for errors on setting up the receiver, errors on message settlement or message lock renewal and not for errors on AMQP link or session. This is now fixed. PR #19189
Fix an issue where we don't respect retry options before starting the next retry cycle when using the subscribe() method. PR #20316