Azure SDK for Go (October 2021)
The Azure SDK team is pleased to announce our October 2021 client library releases.
6 packages released this month.
Beta Packages (4)
-
Go - Keyvault Secrets
-
Storage Blobs
-
azservicebus
-
aztables
Release highlights
Go - Keyvault Secrets 0.1.0 Changelog
- This is the initial release of the
azsecretslibrary
Go - Keyvault Secrets 0.1.1 Changelog
- Adds the MIT License for redistribution
Storage Blobs 0.1.0 Changelog
Features Added
- This is the initial preview release of the
azbloblibrary
azservicebus 0.1.0 Changelog
- Initial preview for the new version of the Azure Service Bus Go SDK.
aztables 0.1.0 Changelog
- This is the initial release of the
aztableslibrary
aztables 0.2.0 Changelog
Features Added
- Added the
ClientOptions.PerTryPoliciesfor policies that execute once per retry of an operation.
Breaking Changes
- Changed the
ClientOptions.PerCallOptionsfield name toClientOptions.PerCallPolicies - Changed the
ClientOptions.Transporterfield name toClientOptions.Transport
Need help
- For reference documentation visit the Azure SDK for Go documentation.
- For tutorials, samples, quick starts and other documentation, visit the Azure SDK for Go repository.
- File an issue via Github Issues.
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/data/aztables@v0.1.0
go get -u github.com/Azure/azure-sdk-for-go/sdk/sdk/data/aztables@v0.2.0
go get -u github.com/Azure/azure-sdk-for-go/sdk/sdk/keyvault/azsecrets@v0.1.0
go get -u github.com/Azure/azure-sdk-for-go/sdk/sdk/keyvault/azsecrets@v0.1.1
go get -u github.com/Azure/azure-sdk-for-go/sdk/sdk/messaging/azservicebus@v0.1.0
go get -u github.com/Azure/azure-sdk-for-go/sdk/sdk/storage/azblob@v0.1.0
Feedback
If you have a bug or feature request for one of the libraries, please post an issue to GitHub.