github Azure/azure-sdk-for-js @azure/service-bus_1.1.1

latest releases: @azure/communication-call-automation_1.4.0-beta.1, @azure/communication-call-automation_1.3.0, @azure/template_1.0.13-beta.1...
4 years ago

2019-11-27 1.1.1

  • Fix bug 5757 where receiveMessages used in ReceiveAndDelete mode results in data loss. PR 6265.
  • Updated network status detection to treat DNS timeouts as a ConnectionLostError by using the latest version
    of the @azure/amqp-common package.
  • We do not have retries for errors during receiver set up. User is expected to retry on their own.
    There was a misleading retry due to a failed receiver being cached which is now fixed. Related to
    bug 5541.
  • Errors that arise from receivers failing to automatically reconnect after encountering a transient issue now trigger the user-provided onError callback passed to receiver.registerMessageHandler. Related to bug 2540
  • Update jsdocs for the receiveMessages method to include a note that the number of messages that can
    be received in PeekLock mode is capped at 2047. PR 5758.
  • Update jsdocs for user facing apis to include information on possible errors that can be thrown.
    PR 6088

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

NewReleases is sending notifications on new releases.