Releases: Azure/go-autorest
Releases · Azure/go-autorest
autorest/azure/auth/v0.5.4
Add credential probe logging #589
autorest/adal/v0.9.8
Add multi-tenant certificate auth support #590
autorest/adal/v0.9.7
Fixed refresh methods on MultiTenantServicePrincipalToken
to use %w
to wrap errors.
autorest/adal/v0.9.6
autorest/v0.11.12
Ensure that pollingTrackerBase.updateErrorFromResponse()
restores the response body on successful reads.
autorest/v0.11.11
Implement fmt.Stringer
interface on azure.Resource
type.
autorest/v0.11.10
Add Content-Length header to XML preparer
autorest/v0.11.9
The change to support TLS renegotiation types inadvertently removed
sharing transports, leading to a growing number of goroutines for
workloads that create a lot of different clients.
Create senders per TLS renegotiation type. Each sender is created on
demand and cached for reuse.
autorest/azure/cli/v0.4.2
Update dependencies
autorest/azure/auth/v0.5.3
Update dependencies.