github Azure/azure-sdk-for-js @azure/core-amqp_1.0.0

latest releases: @azure/template_1.0.12-beta.3647975, @azure/template_1.0.12-beta.3640015, @azure/template_1.0.12-beta.3640012...
4 years ago

1.0.0 (2019-01-08)

  • This release marks the general availability of the @azure/core-amqp package.
  • Improved detection of when an established socket is no longer receiving data from the service.
  • Added logging around the network connectivity check.
  • Updated the translate() utility function used to convert AmqpError or system errors to MessagingError as below:
    • Non-messaging errors like TypeError, RangeError or any Node.js system errors not related to network issues
      are returned as is instead of being converted to a MessagingError.
    • If a MessagingError is returned by translate(), use code instead of the name property to
      differentiate between different kinds of messaging errors.
      The name property henceforth will always be "MessagingError" on this error class.

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

NewReleases is sending notifications on new releases.