Releases: Azure/azure-sdk-for-rust
Releases · Azure/azure-sdk-for-rust
[email protected]
0.6.0 (2025-08-01)
Other Changes
- Updated dependencies.
[email protected]
0.27.0 (2025-08-01)
Features Added
- Added support for distributed tracing macros in Azure service clients, including convenience macros #[tracing::new],#[tracing::client]and#[tracing::function]to reduce implementation details. See distributed tracing in rust for more information on distributed tracing.
Breaking Changes
- Pager::from_callbackand- PageIterator::from_callbackdefine a parameter of type- PagerState<C>instead of- Option<C>, where- None=>- Initialand- Some(C)=>- More(C).
- Poller::from_callbackdefines a parameter of type- PollerState<N>instead of- Option<N>, where- None=>- Initialand- Some(N)=>- More(N).
[email protected]
[email protected]
0.3.0 (2025-07-15)
Features Added
- Added lease support (acquire_lease,break_lease,change_lease,release_lease, andrenew_lease) toBlobContainerClientandBlobClient.
- Added two new blob client types, AppendBlobClientandPageBlobClient.
- Added support for list_containerstoBlobServiceClient.
[email protected]
0.5.0 (2025-07-11)
Breaking Changes
- Minimum supported Rust version (MSRV) is now 1.85.
- Converted all time::Durationtypes toazure_core::time::Duration
[email protected]
0.26.0 (2025-07-15)
Breaking Changes
- Minimum supported Rust version (MSRV) is now 1.85.
- Converted all time::Durationtypes toazure_core::time::Duration
- Replaced azure_core::process::Executorwithazure_identity::process::Executor.
- Renamed azure_core::datemodule toazure_core::time
[email protected]
0.5.0 (2025-07-10)
Breaking Changes
- Minimum supported Rust version (MSRV) is now 1.85.
[email protected]
0.5.0 (2025-07-10)
Features Added
- Added get_async_runtime()andset_async_runtime()to allow customers to replace
 the default asynchronous runtime with another.
- Added Request::set_method()to allow changing the HTTP method of a request.
Breaking Changes
- Minimum supported Rust version (MSRV) is now 1.85.
- Removed Pipeline::replace_policy.
- Renamed typespec_client_core::datetotypespec_client_core::timeand addedtypespec_client_core::time::Duration
Other Changes
- The CustomHeadersPolicyis executed after the retry policy in thePipeline.
[email protected]
0.6.0 (2025-07-10)
Breaking Changes
- Minimum supported Rust version (MSRV) is now 1.85.
[email protected]
0.5.0 (2025-07-10)
Breaking Changes
- Minimum supported Rust version (MSRV) is now 1.85.