Releases: Azure/go-autorest
Releases · Azure/go-autorest
autorest/mocks/v0.4.1
Fix mock sender to honor the request context.
autorest/azure/auth/v0.5.1
Fix decoding certificates with intermediate authorities (#551)
autorest/adal/v0.9.2
autorest/adal/v0.9.1
Add support for MSI login with azure resource ID of the userAssignedIdentity
autorest/v0.11.3
- Fixed a bug in SASTokenAuthorization that caused the SAS token to be repeatedly appended during request retries.
- Fixed calculation of canonicalized host string that was causing an invalid shared key token to be computed.
- Moved call to
t.Fatal
out of test goroutine.
v14.2.0
Added package comment to make github.com/Azure/go-autorest
importable.
v13.4.1
Bug Fixes
- Change
x-ms-authorization-auxiliary
header value separator to comma.
v14.1.1
Bug Fixes
- Change
x-ms-authorization-auxiliary
header value separator to comma.
v14.1.0
New Features
- Added
azure.SetEnvironment()
that will update the global environments map with the specified values.
v14.0.1
Bug Fixes
- Fix race condition when refreshing token.
- Fixed some tests to work with Go 1.14.