Skip to content

Releases: Azure/azure-sdk-for-rust

[email protected]

09 May 18:52
d3b25df
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

0.3.0 (2025-05-07)

Features Added

  • Added EventHubs token refresh.
  • Added retries for failed EventHubs operations.

Breaking Changes

  • The fully_qualified_domain parameter to the open method on the ProducerClient and ConsumerClient builder now takes an &str instead of a String to better follow the Azure SDK for Rust API guidelines.

[email protected]

09 May 18:28
d3b25df
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

0.3.1 (2025-05-08)

Other Changes

  • Added From<&AmqpValue> converters for fundamental types.

[email protected]

07 May 00:02
0396099
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

0.3.0 (2025-05-06)

Other Changes

  • Updated dependencies.

[email protected]

07 May 00:02
0396099
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

0.3.0 (2025-05-06)

Other Changes

  • Updated dependencies.

[email protected]

07 May 00:01
0396099
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

0.2.0 (2025-05-06)

Other Changes

  • Updated dependencies.

[email protected]

06 May 21:39
cd6f2e0
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

0.24.0 (2025-05-06)

Features Added

  • AzureDeveloperCliCredential authenticates the identity logged in to the Azure Developer CLI.
  • Added the AzureDeveloperCliCredential to the DefaultAzureCredential.

Breaking Changes

  • Moved WorkloadIdentityCredential::new arguments into WorkloadIdentityCredentialOptions except token, which has been removed (the credential now reads service account tokens only from a file).
  • Removed ClientAssertionCredential::from_env and ClientCertificateCredential::from_env.
  • Removed WorkloadIdentityCredential::from_env. ::new now reads the same environment variables except for AZURE_FEDERATED_TOKEN (the Workload Identity webhook doesn't set that variable). WorkloadIdentityCredentialOptions overrides environment variable values.

[email protected]

07 May 00:02
0396099
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

0.23.0 (2025-05-06)

Features Added

  • Decoupled query responses from HTTP to allow for handling non-HTTP transports for queries. (#2393)

Breaking Changes

  • Query APIs (CosmosClient::query_databases, DatabaseClient::query_containers, ContainerClient::query_items) now return a FeedPager instead of an azure_core::Pager. The FeedPager type provides an abstraction over the transport layer, allowing for more flexibility when queries are executed over non-HTTP transports or are decoupled from specific HTTP responses (such as in cross-partition queries). (#2393)

[email protected]

02 May 22:11
a31eaf2
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

0.3.0 (2025-05-02)

Other Changes

  • Deriving SafeDebug formats non-exhaustive types by default. Enable debug feature to format normal Debug output.
  • Updated dependencies.

[email protected]

02 May 22:11
a31eaf2
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

0.3.0 (2025-05-02)

Breaking Changes

  • The reqwest_rustls feature enables rustls-tls-native-roots-no-provider instead of rustls-tls-native-roots to remove the dependency on the ring crate.

Other Changes

  • Deriving SafeDebug formats non-exhaustive types by default. Enable debug feature to format normal Debug output.
  • Updated dependencies.

[email protected]

02 May 22:11
a31eaf2
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

0.4.0 (2025-05-02)

Other Changes

  • Updated dependencies.