Skip to content

Releases: Azure/azure-sdk-for-rust

[email protected]

07 Oct 03:53

Choose a tag to compare

[email protected] Pre-release
Pre-release

1.0.0-beta.5422262 (2025-10-07)

  • Renamed from "Template" to "Canary"

[email protected]

07 Oct 03:26

Choose a tag to compare

[email protected] Pre-release
Pre-release

1.0.0-beta.5422202 (2025-10-07)

  • Renamed from "Template" to "Canary"

[email protected]

07 Oct 19:10

Choose a tag to compare

[email protected] Pre-release
Pre-release

1.0.0-beta.5424835 (2025-10-07)

  • Renamed from "Template" to "Canary"

[email protected]

07 Oct 04:41

Choose a tag to compare

[email protected] Pre-release
Pre-release

1.0.0-beta.5422342 (2025-10-07)

  • Renamed from "Template" to "Canary"

[email protected]

07 Oct 03:53

Choose a tag to compare

[email protected] Pre-release
Pre-release

1.0.0-beta.5422262 (2025-10-07)

  • Renamed from "Template" to "Canary"

[email protected]

07 Oct 03:26

Choose a tag to compare

[email protected] Pre-release
Pre-release

1.0.0-beta.5422202 (2025-10-07)

  • Renamed from "Template" to "Canary"

[email protected]

06 Oct 23:47
9fbbc1c

Choose a tag to compare

[email protected] Pre-release
Pre-release

0.8.1 (2025-10-06)

Bugs Fixed

  • Fix feature documentation (#3118)

[email protected]

07 Oct 00:00
9fbbc1c

Choose a tag to compare

[email protected] Pre-release
Pre-release

0.8.1 (2025-10-06)

Bugs Fixed

  • Fix feature documentation (#3118)

[email protected]

06 Oct 23:06
9fbbc1c

Choose a tag to compare

[email protected] Pre-release
Pre-release

0.9.1 (2025-10-06)

Bugs Fixed

  • Fix feature documentation (#3118)

[email protected]

06 Oct 20:38
fbb43b6

Choose a tag to compare

[email protected] Pre-release
Pre-release

0.6.0 (2025-10-06)

Features Added

  • Added support for exists to BlobClient and BlobContainerClient.

Breaking Changes

  • Changed BlobClient::download() to return an AsyncResponse instead of a Response. 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, so into_body() and other methods on the response are no longer async.