Releases: Azure/go-autorest
Releases · Azure/go-autorest
v9.1.0
New Features
- In cases where there is a non-empty error from the service, attempt to unmarshal it instead of uniformly calling it an "Unknown" error.
- Support for loading Azure CLI Authentication files.
- Automatically register your subscription with the Azure Resource Provider if it hadn't been previously.
Bug Fixes
- RetriableRequest can now tolerate a ReadSeekable body being read but not reset.
- Adding missing Apache Headers
v9.0.0
Adding MSI Endpoint Support and CLI token rehydration.
Important: This was originally published erroneously as v8.4.0
it should have been v9.0.0
. We have left the old tag to prevent causing unforseen errors in package managers that already assume that it's there. We have added the v9.0.0
tag to indicate the corrected version
v8.3.1
Pick up bug fix in adal for MSI support.
v8.3.0
v8.2.0
This release picks up recent features and bug fixes.
New features
- Add support for bearer authentication callbacks
- Support 429 response codes that include "Retry-After" header
- Support validation constraint "Pattern" for map keys
Bug Fixes
- Make RetriableRequest work with multiple versions of Go
v8.1.1
Updates the RetriableRequest to take advantage of GetBody() added in Go 1.8.
v8.1.0
Adds RetriableRequest type for more efficient handling of retrying HTTP requests.
v8.0.0
ADAL refactored into its own package.
Support for UNIX time.
v7.3.1
v7.3.0
- Exposing new
RespondDecorator
,ByDiscardingBody
. This allows operations
to acknowledge that they do not need either the entire, or a trailing portion
of a response body. In doing so, Go's http library can reuse HTTP
connections more readily. - Adding
PrepareDecorator
to target custom BaseURLs. - Adding ACR suffix to public cloud environment.
- Updating Glide dependencies.