1.1.7 (2020-05-13)
- Relaxes the scheme check for the endpoint while parsing the connection string.
This allows "<anything>://" as the scheme as opposed to the "sb://" scheme suggested by the connection string in the portal.
Fixes bug 7907. - Provides down-leveled type declaration files to support older TypeScript versions 3.1 to 3.6.
PR 8515 - Updates
@azure/amqp-common
to version 1.0.0-preview.15, fixing an issue with 'OperationTimeoutError's not being considered retryable. - Ensures the promise returned by
receiveMessages()
is rejected appropriately when the connection disconnects in the midst of
draining credits. This fixes bug 7689 with PR 8552 - Fixes bug 8673 where a user application would crash with ECONNRESET error due to the underlying AMQP library
rhea
not cleaning up sockets on connection going idle. Details can be found in PR amqp/rhea#300