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.
- Non-messaging errors like TypeError, RangeError or any Node.js system errors not related to network issues