1.1.0 (2021-06-30)
Fixed
- Fixed an issue where
proxySettings
does not work when there is username but no password Issue 15720
Features Added
- Added support for the
Retry-After
header on responses with status code 503, Service Unavailable. - The
ExponentialRetryPolicy
will now ignore503
responses if they have theRetry-After
header. - Added support for multiple retries on the
ThrottlingRetryPolicy
(up to 3 by default).
Breaking Changes
- Updated @azure/core-tracing to version
1.0.0-preview.12
. See @azure/core-tracing CHANGELOG for details about breaking changes with tracing.