github Azure/azure-sdk-for-js @azure/service-bus_7.5.0

latest releases: @azure/identity_4.5.0-beta.3, @azure/openai_1.0.0-beta.13, @azure/openai-assistants_1.0.0-beta.6...
2 years ago

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

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

NewReleases is sending notifications on new releases.