Skip to content

Releases: Azure/azure-sdk-for-go

sdk/resourcemanager/containerregistry/armcontainerregistry/v1.2.0-beta.2

10 Oct 05:42
144c931

Choose a tag to compare

1.2.0-beta.2 (2023-10-09)

Other Changes

  • Updated to latest azcore beta.

sdk/azidentity/v1.5.0-beta.1

10 Oct 21:18
547f2d8

Choose a tag to compare

Pre-release

1.5.0-beta.1 (2023-10-10)

Features Added

  • Optional persistent token caching for most credentials. Set TokenCachePersistenceOptions
    on a credential's options to enable and configure this. See the package documentation for
    this version and TOKEN_CACHING.md for more
    details.
  • AzureDeveloperCLICredential authenticates with the Azure Developer CLI (azd). This
    credential is also part of the DefaultAzureCredential authentication flow.

sdk/azidentity/cache/v0.2.0

11 Oct 13:55
32b7ed5

Choose a tag to compare

Pre-release

0.2.0 (2023-10-10)

Bugs Fixed

  • Correct dependency versions

sdk/azidentity/cache/v0.1.0

10 Oct 21:18
547f2d8

Choose a tag to compare

Pre-release

0.1.0 (Unreleased)

Features Added

  • Initial release

sdk/azidentity/v1.4.0

10 Oct 15:30
35ad235

Choose a tag to compare

1.4.0 (2023-10-10)

Bugs Fixed

  • ManagedIdentityCredential will now retry when IMDS responds 410 or 503

sdk/resourcemanager/storage/armstorage/v1.5.0-beta.1

09 Oct 07:35
1371c06

Choose a tag to compare

1.5.0-beta.1 (2023-10-09)

Features Added

  • Support for test fakes and OpenTelemetry trace spans.

sdk/resourcemanager/network/armnetwork/v4.3.0-beta.1

09 Oct 07:36
f799e5a

Choose a tag to compare

4.3.0-beta.1 (2023-10-09)

Features Added

  • Support for test fakes and OpenTelemetry trace spans.

sdk/resourcemanager/containerservice/armcontainerservice/v4.4.0-beta.2

10 Oct 02:17
dd448cf

Choose a tag to compare

4.4.0-beta.2 (2023-10-09)

Features Added

  • Support for test fakes and OpenTelemetry trace spans.

sdk/resourcemanager/compute/armcompute/v5.3.0-beta.1

09 Oct 07:36
8b45547

Choose a tag to compare

5.3.0-beta.1 (2023-10-09)

Features Added

  • Support for test fakes and OpenTelemetry trace spans.

sdk/azcore/v1.8.0

05 Oct 21:18
42def97

Choose a tag to compare

1.8.0 (2023-10-05)

Features Added

  • Added Claims and EnableCAE fields to policy.TokenRequestOptions.
  • ARM bearer token policy handles CAE challenges.
  • messaging/CloudEvent allows you to serialize/deserialize CloudEvents, as described in the CloudEvents 1.0 specification: link
  • Added functions FetcherForNextLink and EncodeQueryParams along with FetcherForNextLinkOptions to the runtime package to centralize creation of Pager[T].Fetcher from a next link URL.
  • Added types KeyCredential and SASCredential to the azcore package.
    • Includes their respective constructor functions.
  • Added types KeyCredentialPolicy and SASCredentialPolicy to the azcore/runtime package.
    • Includes their respective constructor functions and options types.

Breaking Changes

These changes affect only code written against beta versions of v1.8.0

  • The beta features for tracing and fakes have been omitted for this release.

Bugs Fixed

  • Fixed an issue that could cause some ARM RPs to not be automatically registered.
  • Block bearer token authentication for non TLS protected endpoints.

Other Changes

  • The following functions in the runtime package are now exposed from the policy package, and the runtime versions have been deprecated.
    • WithCaptureResponse
    • WithHTTPHeader
    • WithRetryOptions
  • Updated dependencies.