The Azure SDK team is pleased to announce our July 2026 client library releases.

4 packages released this month.

Stable Packages (4)

  • Identity

  • Storage - Blobs

  • Storage - Files Data Lake

  • Storage - Files Share

Release highlights

Identity 1.14.0 Changelog

Breaking Changes

These changes affect only code written against a beta version such as v1.14.0-beta.3

  • Removed WorkloadIdentityCredentialOptions.EnableAzureProxy. It will return in v1.15.0-beta.1

Bugs Fixed

  • AzureDeveloperCLICredential improved reporting of error messages returned from azd

Storage - Blobs 1.8.0 Changelog

Features Added

  • Includes all features from 1.8.0-beta.1 and 1.8.0-beta.2

Storage - Files Data Lake 1.6.0 Changelog

Features Added

  • Includes all features from 1.6.0-beta.1

Storage - Files Share 1.7.0 Changelog

Features Added

  • Includes all features from 1.7.0-beta.1

Need help

Latest Releases

View all the latest versions of go packages here.

Installation Instructions

To use the latest GA and beta libraries use the go get command to add the package to a go.mod file. If your project does not use Go modules, refer to the Go documentation for information about specifying dependencies.

go get -u github.com/Azure/azure-sdk-for-go/sdk/sdk/azidentity@v1.14.0
go get -u github.com/Azure/azure-sdk-for-go/sdk/sdk/storage/azblob@v1.8.0
go get -u github.com/Azure/azure-sdk-for-go/sdk/sdk/storage/azdatalake@v1.6.0
go get -u github.com/Azure/azure-sdk-for-go/sdk/sdk/storage/azfile@v1.7.0

Feedback

If you have a bug or feature request for one of the libraries, please post an issue to GitHub.