Releases: Azure/azure-sdk-for-rust
Releases · Azure/azure-sdk-for-rust
[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.
[email protected]
0.8.0 (2025-10-08)
Breaking Changes
EventProcessornow consumes itsConsumerClientparameter rather than accepting a clone of anArc.
Other Changes
- Internal refactoring to ensure that the
close()method on various clients works as expected.
[email protected]
0.29.0 (2025-10-08)
Breaking Changes
ClientCertificateCredential::new()takesOption<ClientCertificateCredentialOptions>instead ofimpl Into<ClientCertificateCredentialOptions>.- Credential constructors return an error when given a non-HTTPS authority host.
- Renamed
ClientCertificateCredential::new()parameterclient_certificate_passtoclient_certificate_password. - Replaced credential-specific
authority_hostoptions withazure_core::cloud::CloudConfigurationconfigured viaClientOptions.cloud.
[email protected]
0.28.0 (2025-10-07)
Features Added
- Added
Query::with_text()andQuery::append_text()methods to modify query text after creation (#3044) - Added
PatchDocument::with_condition()methods to allow setting a condition on a patch operation (#2969)
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]
1.0.0-beta.5424835 (2025-10-07)
- Renamed from "Template" to "Canary"
[email protected]
1.0.0-beta.5422342 (2025-10-07)
- Renamed from "Template" to "Canary"