0.22.0 (2022-03-03)
Features Added
- Added header
WWW-Authenticate
to the default allow-list of headers for logging. - Added a pipeline policy that enables the retrieval of HTTP responses from API calls.
- Added
runtime.WithCaptureResponse
to enable the policy at the API level (off by default).
- Added
Breaking Changes
- Moved
WithHTTPHeader
andWithRetryOptions
from thepolicy
package to theruntime
package.