Skip to content

Releases: Azure/azure-sdk-for-rust

azure_canary_core@1.0.0-beta.5840835

05 Feb 05:44
990e65c

Choose a tag to compare

Pre-release

1.0.0-beta.5840835 (2026-02-05)

  • Renamed from "Template" to "Canary"

azure_canary_core@1.0.0-beta.5833401

03 Feb 23:53

Choose a tag to compare

Pre-release

1.0.0-beta.5833401 (2026-02-03)

  • Renamed from "Template" to "Canary"

azure_canary_core@1.0.0-beta.5832935

03 Feb 22:07
4de0e41

Choose a tag to compare

Pre-release

1.0.0-beta.5832935 (2026-02-03)

  • Renamed from "Template" to "Canary"

azure_canary_core@1.0.0-beta.5832573

03 Feb 20:36
59db7cb

Choose a tag to compare

Pre-release

1.0.0-beta.5832573 (2026-02-03)

  • Renamed from "Template" to "Canary"

azure_canary@1.0.0-beta.5832573

03 Feb 20:36
59db7cb

Choose a tag to compare

Pre-release

1.0.0-beta.5832573 (2026-02-03)

  • Renamed from "Template" to "Canary"

azure_storage_blob@0.8.0

21 Jan 21:10
37a0315

Choose a tag to compare

Pre-release

0.8.0 (2026-01-21)

Features Added

  • Added support for set_access_policy to BlobContainerClient.
  • Added support for get_access_policy to BlobContainerClient.
  • Added support for set_legal_hold to BlobClient.
  • Added support for set_immutability_policy to BlobClient.
  • Added support for delete_immutability_policy to BlobClient.
  • Added support for undelete to BlobClient.
  • Added snapshot and versioning support for blobs with convenience methods with_snapshot and with_version to BlobClient.

Breaking Changes

  • Changed conversion implementation from BlobTags to HashMap<String, String> from TryFrom to From.
  • Added continuation_token to PagerOptions for methods that return a Pager.
  • Renamed content_length to size for PageBlobClient's create() method.
  • Removed Pager::with_continuation_token() for methods that return a Pager.
  • Changed BlobClient's set_tags parameter tags type from HashMap<String, String> to RequestContent<BlobTags, XmlFormat>.

azure_security_keyvault_secrets@0.10.0

21 Jan 02:37
056d26c

Choose a tag to compare

Pre-release

0.10.0 (2026-01-20)

Features Added

  • Added continuation_token to PagerOptions for methods that return a Pager.
  • 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 a Pager.

azure_security_keyvault_keys@0.10.0

21 Jan 02:37
056d26c

Choose a tag to compare

Pre-release

0.10.0 (2026-01-20)

Features Added

  • Added continuation_token to PagerOptions for methods that return a Pager.
  • 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 a Pager.

azure_security_keyvault_certificates@0.9.0

21 Jan 02:37
056d26c

Choose a tag to compare

0.9.0 (2026-01-20)

Features Added

  • Added continuation_token to PagerOptions for methods that return a Pager.
  • 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 a Pager.

azure_messaging_eventhubs_checkpointstore_blob@0.4.0

21 Jan 22:36
ef0f242

Choose a tag to compare

0.4.0 (2026-02-10)

Other Changes

  • Updated dependencies.