Releases: Azure/azure-sdk-for-rust
Releases · Azure/azure-sdk-for-rust
[email protected]
1.0.0-beta.5460932 (2025-10-15)
- Renamed from "Template" to "Canary"
[email protected]
1.0.0-beta.5460821 (2025-10-15)
- Renamed from "Template" to "Canary"
[email protected]
1.0.0-beta.5460249 (2025-10-15)
- Renamed from "Template" to "Canary"
[email protected]
1.0.0-beta.5457343 (2025-10-15)
- Renamed from "Template" to "Canary"
[email protected]
1.0.0-beta.5453564 (2025-10-14)
- Renamed from "Template" to "Canary"
[email protected]
1.0.0-beta.5453564 (2025-10-14)
- Renamed from "Template" to "Canary"
[email protected]
0.2.0 (2025-10-08)
Other Changes
- Updated dependencies.
[email protected]
0.8.0 (2025-10-07)
Breaking Changes
- Client methods that return a
Response<T>>asynchronously buffer the entire model within the internal pipeline, sointo_body()and other methods on the response are no longer async.
[email protected]
0.8.0 (2025-10-07)
Breaking Changes
- Client methods that return a
Response<T>>asynchronously buffer the entire model within the internal pipeline, sointo_body()and other methods on the response are no longer async. - Renamed
KeyType::ECtoKeyType::Ecto align with guidelines. - Renamed
KeyType::RSAtoKeyType::Rsato align with guidelines. - Renamed
EncryptionAlgorithm::RSA1_5toEncryptionAlgorithm::Rsa1_5to align with guidelines. - Renamed
EncryptionAlgorithm::RsaOAEP256toEncryptionAlgorithm::RsaOaep256to align with guidelines. - Renamed several variants in
SignatureAlgorithmto align with guidelines e.g.,ES256KtoEs256K.
[email protected]
0.7.0 (2025-10-07)
Breaking Changes
- Client methods that return a
Response<T>>asynchronously buffer the entire model within the internal pipeline, sointo_body()and other methods on the response are no longer async. - Renamed
KeyType::ECtoKeyType::Ecto align with guidelines. - Renamed
KeyType::RSAtoKeyType::Rsato align with guidelines.