Releases: Azure/azure-sdk-for-rust
Releases · Azure/azure-sdk-for-rust
[email protected]
1.0.0-beta.5422262 (2025-10-07)
- Renamed from "Template" to "Canary"
[email protected]
1.0.0-beta.5422202 (2025-10-07)
- Renamed from "Template" to "Canary"
[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"
[email protected]
1.0.0-beta.5422262 (2025-10-07)
- Renamed from "Template" to "Canary"
[email protected]
1.0.0-beta.5422202 (2025-10-07)
- Renamed from "Template" to "Canary"
[email protected]
[email protected]
[email protected]
[email protected]
0.6.0 (2025-10-06)
Features Added
- Added support for
existstoBlobClientandBlobContainerClient.
Breaking Changes
- Changed
BlobClient::download()to return anAsyncResponseinstead of aResponse. This allows for streaming large payloads outside the internal HTTP pipeline. - 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.