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
azsecrets
library
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
azblob
library
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
aztables
library
aztables 0.2.0 Changelog
Features Added
- Added the
ClientOptions.PerTryPolicies
for policies that execute once per retry of an operation.
Breaking Changes
- Changed the
ClientOptions.PerCallOptions
field name toClientOptions.PerCallPolicies
- Changed the
ClientOptions.Transporter
field 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.