Releases: Azure/azure-sdk-for-go
Releases · Azure/azure-sdk-for-go
sdk/resourcemanager/containerregistry/armcontainerregistry/v1.2.0-beta.2
1.2.0-beta.2 (2023-10-09)
Other Changes
- Updated to latest
azcorebeta.
sdk/azidentity/v1.5.0-beta.1
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. AzureDeveloperCLICredentialauthenticates with the Azure Developer CLI (azd). This
credential is also part of theDefaultAzureCredentialauthentication flow.
sdk/azidentity/cache/v0.2.0
0.2.0 (2023-10-10)
Bugs Fixed
- Correct dependency versions
sdk/azidentity/cache/v0.1.0
0.1.0 (Unreleased)
Features Added
- Initial release
sdk/azidentity/v1.4.0
1.4.0 (2023-10-10)
Bugs Fixed
ManagedIdentityCredentialwill now retry when IMDS responds 410 or 503
sdk/resourcemanager/storage/armstorage/v1.5.0-beta.1
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
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
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
5.3.0-beta.1 (2023-10-09)
Features Added
- Support for test fakes and OpenTelemetry trace spans.
sdk/azcore/v1.8.0
1.8.0 (2023-10-05)
Features Added
- Added
ClaimsandEnableCAEfields topolicy.TokenRequestOptions. - ARM bearer token policy handles CAE challenges.
messaging/CloudEventallows you to serialize/deserialize CloudEvents, as described in the CloudEvents 1.0 specification: link- Added functions
FetcherForNextLinkandEncodeQueryParamsalong withFetcherForNextLinkOptionsto theruntimepackage to centralize creation ofPager[T].Fetcherfrom a next link URL. - Added types
KeyCredentialandSASCredentialto theazcorepackage.- Includes their respective constructor functions.
- Added types
KeyCredentialPolicyandSASCredentialPolicyto theazcore/runtimepackage.- 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
runtimepackage are now exposed from thepolicypackage, and theruntimeversions have been deprecated.WithCaptureResponseWithHTTPHeaderWithRetryOptions
- Updated dependencies.