Skip to content

Releases: Azure/azure-sdk-for-rust

[email protected]

15 Oct 21:53

Choose a tag to compare

[email protected] Pre-release
Pre-release

1.0.0-beta.5460932 (2025-10-15)

  • Renamed from "Template" to "Canary"

[email protected]

15 Oct 21:16

Choose a tag to compare

[email protected] Pre-release
Pre-release

1.0.0-beta.5460821 (2025-10-15)

  • Renamed from "Template" to "Canary"

[email protected]

15 Oct 18:37

Choose a tag to compare

[email protected] Pre-release
Pre-release

1.0.0-beta.5460249 (2025-10-15)

  • Renamed from "Template" to "Canary"

[email protected]

15 Oct 05:08

Choose a tag to compare

[email protected] Pre-release
Pre-release

1.0.0-beta.5457343 (2025-10-15)

  • Renamed from "Template" to "Canary"

[email protected]

14 Oct 16:24

Choose a tag to compare

[email protected] Pre-release
Pre-release

1.0.0-beta.5453564 (2025-10-14)

  • Renamed from "Template" to "Canary"

[email protected]

14 Oct 16:24

Choose a tag to compare

[email protected] Pre-release
Pre-release

1.0.0-beta.5453564 (2025-10-14)

  • Renamed from "Template" to "Canary"

[email protected]

09 Oct 17:06
c8501f9

Choose a tag to compare

[email protected] Pre-release
Pre-release

0.2.0 (2025-10-08)

Other Changes

  • Updated dependencies.

[email protected]

08 Oct 00:42
f9c439c

Choose a tag to compare

[email protected] Pre-release
Pre-release

0.8.0 (2025-10-07)

Breaking Changes

  • Client methods that return a Response<T>> asynchronously buffer the entire model within the internal pipeline, so into_body() and other methods on the response are no longer async.

[email protected]

08 Oct 00:41
f9c439c

Choose a tag to compare

[email protected] Pre-release
Pre-release

0.8.0 (2025-10-07)

Breaking Changes

  • Client methods that return a Response<T>> asynchronously buffer the entire model within the internal pipeline, so into_body() and other methods on the response are no longer async.
  • Renamed KeyType::EC to KeyType::Ec to align with guidelines.
  • Renamed KeyType::RSA to KeyType::Rsa to align with guidelines.
  • Renamed EncryptionAlgorithm::RSA1_5 to EncryptionAlgorithm::Rsa1_5 to align with guidelines.
  • Renamed EncryptionAlgorithm::RsaOAEP256 to EncryptionAlgorithm::RsaOaep256 to align with guidelines.
  • Renamed several variants in SignatureAlgorithm to align with guidelines e.g., ES256K to Es256K.

[email protected]

08 Oct 00:42
f9c439c

Choose a tag to compare

[email protected] Pre-release
Pre-release

0.7.0 (2025-10-07)

Breaking Changes

  • Client methods that return a Response<T>> asynchronously buffer the entire model within the internal pipeline, so into_body() and other methods on the response are no longer async.
  • Renamed KeyType::EC to KeyType::Ec to align with guidelines.
  • Renamed KeyType::RSA to KeyType::Rsa to align with guidelines.