Releases: Azure/azure-sdk-for-rust
Releases · Azure/azure-sdk-for-rust
azure_canary_core@1.0.0-beta.5840835
1.0.0-beta.5840835 (2026-02-05)
- Renamed from "Template" to "Canary"
azure_canary_core@1.0.0-beta.5833401
1.0.0-beta.5833401 (2026-02-03)
- Renamed from "Template" to "Canary"
azure_canary_core@1.0.0-beta.5832935
1.0.0-beta.5832935 (2026-02-03)
- Renamed from "Template" to "Canary"
azure_canary_core@1.0.0-beta.5832573
1.0.0-beta.5832573 (2026-02-03)
- Renamed from "Template" to "Canary"
azure_canary@1.0.0-beta.5832573
1.0.0-beta.5832573 (2026-02-03)
- Renamed from "Template" to "Canary"
azure_storage_blob@0.8.0
0.8.0 (2026-01-21)
Features Added
- Added support for
set_access_policytoBlobContainerClient. - Added support for
get_access_policytoBlobContainerClient. - Added support for
set_legal_holdtoBlobClient. - Added support for
set_immutability_policytoBlobClient. - Added support for
delete_immutability_policytoBlobClient. - Added support for
undeletetoBlobClient. - Added snapshot and versioning support for blobs with convenience methods
with_snapshotandwith_versiontoBlobClient.
Breaking Changes
- Changed conversion implementation from
BlobTagstoHashMap<String, String>fromTryFromtoFrom. - Added
continuation_tokentoPagerOptionsfor methods that return aPager. - Renamed
content_lengthtosizeforPageBlobClient'screate()method. - Removed
Pager::with_continuation_token()for methods that return aPager. - Changed
BlobClient'sset_tagsparametertagstype fromHashMap<String, String>toRequestContent<BlobTags, XmlFormat>.
azure_security_keyvault_secrets@0.10.0
0.10.0 (2026-01-20)
Features Added
- Added
continuation_tokentoPagerOptionsfor methods that return aPager. - Added support for sovereign and private clouds. Clients now discover authentication parameters at runtime by eliciting a challenge from Key Vault by sending their first request without an access token. You may see this request and Key Vault's 401 response in logs, followed by a successful retry.
Breaking Changes
- Removed
Pager::with_continuation_token()for methods that return aPager.
azure_security_keyvault_keys@0.10.0
0.10.0 (2026-01-20)
Features Added
- Added
continuation_tokentoPagerOptionsfor methods that return aPager. - Added support for sovereign and private clouds. Clients now discover authentication parameters at runtime by eliciting a challenge from Key Vault by sending their first request without an access token. You may see this request and Key Vault's 401 response in logs, followed by a successful retry.
Breaking Changes
- Removed
Pager::with_continuation_token()for methods that return aPager.
azure_security_keyvault_certificates@0.9.0
0.9.0 (2026-01-20)
Features Added
- Added
continuation_tokentoPagerOptionsfor methods that return aPager. - Added support for sovereign and private clouds. Clients now discover authentication parameters at runtime by eliciting a challenge from Key Vault by sending their first request without an access token. You may see this request and Key Vault's 401 response in logs, followed by a successful retry.
Breaking Changes
- Removed
Pager::with_continuation_token()for methods that return aPager.
azure_messaging_eventhubs_checkpointstore_blob@0.4.0
0.4.0 (2026-02-10)
Other Changes
- Updated dependencies.