Skip to content

Releases: Azure/go-autorest

v9.1.0

18 Oct 21:45
Compare
Choose a tag to compare

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

13 Sep 22:30
Compare
Choose a tag to compare

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

29 Aug 19:04
Compare
Choose a tag to compare

Pick up bug fix in adal for MSI support.

v8.3.0

16 Aug 16:57
Compare
Choose a tag to compare

Updates to Error string formats for clarity. Also, adding a copy of the http.Response to errors for an improved debugging experience.

v8.2.0

14 Aug 21:26
Compare
Choose a tag to compare

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

27 Jul 17:29
Compare
Choose a tag to compare

Updates the RetriableRequest to take advantage of GetBody() added in Go 1.8.

v8.1.0

12 Jun 23:06
Compare
Choose a tag to compare

Adds RetriableRequest type for more efficient handling of retrying HTTP requests.

v8.0.0

28 Apr 18:05
Compare
Choose a tag to compare

ADAL refactored into its own package.
Support for UNIX time.

v7.3.1

06 Apr 20:30
Compare
Choose a tag to compare

Version Testing now removed from production bits that are shipped with the library.

v7.3.0

15 Feb 20:01
Compare
Choose a tag to compare
  • 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.