Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 24, 2025

Bumps the azure-sdk group with 1 update: azure_core.

Updates azure_core from 0.21.0 to 0.29.1

Release notes

Sourced from azure_core's releases.

[email protected]

0.29.1 (2025-10-06)

Breaking Changes

  • Removed the azurite_workaround feature (unused).

Bugs Fixed

  • Fix feature documentation (#3118)

[email protected]

0.29.0 (2025-10-03)

Features Added

  • Added Error::with_error_fn().
  • Added AsyncResponse<T> for responses that may stream the body outside the HTTP pipeline. This replaces Response<T, F> requiring an async read of the body that occurred outside the HTTP pipeline.
  • Added http::response::BufResponseBody, which also implements Stream.
  • Added a Pipeline::stream() to return a Result<BufResponse>.
  • Added RawResponse::deconstruct().
  • Added ResponseBody::into_string().
  • Added ResponseBody::from_bytes().
  • Added the cloud module with types for configuring clients to use different Azure clouds.
  • Implemented AsRef<[u8]> and Deref<Target = [u8]> for ResponseBody.

Breaking Changes

  • Changed ClientOptions::retry from Option<RetryOptions> to RetryOptions.
  • Changed DeserializeWith::deserialize_with() to be sync.
  • Changed Pipeline::send() to return a Result<RawResponse>.
  • Changed RawResponse::body() to return a &ResponseBody instead of &Bytes. ResponseBody wraps &Bytes, and implements AsRef<[u8]> and Deref<Target = [u8]>.
  • Changed RawResponse::into_body() to return a ResponseBody instead of Bytes. ResponseBody wraps &Bytes, and implements AsRef<[u8]> and Deref<Target = [u8]>.
  • Changed RawResponse::json() from async to a sync function. The body was already buffered.
  • Changed RawResponse::xml() from async to a sync function. The body was already buffered.
  • Changed Response<T, F> to fully sync; it holds a RawResponse that was already buffered entirely from the service so no longer needs or defines async functions.
  • Changed ResponseBody::json() and xml() to borrow self.
  • Removed create_extensible_enum and create_enum macros.
  • Removed BufResponse::json().
  • Removed BufResponse::xml().
  • Removed CustomHeadersPolicy from public API.
  • Removed ErrorKind::http_response(). Construct an ErrorResponse::HttpResponse variant instead.
  • Removed ExponentialRetryPolicy from public API.
  • Removed FixedRetryPolicy from public API.
  • Removed LoggingPolicy from public API.
  • Removed NoRetryPolicy from public API.
  • Removed implementation of Stream for ResponseBody.
  • Removed several unreferenced HTTP headers and accessor structures for those headers.
  • Renamed TransportOptions::new_custom_policy() to Transport::with_policy().

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Oct 24, 2025
Bumps the azure-sdk group with 1 update: [azure_core](https://github.com/azure/azure-sdk-for-rust).


Updates `azure_core` from 0.21.0 to 0.29.1
- [Release notes](https://github.com/azure/azure-sdk-for-rust/releases)
- [Commits](https://github.com/azure/azure-sdk-for-rust/compare/[email protected])

---
updated-dependencies:
- dependency-name: azure_core
  dependency-version: 0.29.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: azure-sdk
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/azure-sdk-be1543fdb8 branch from e79e5ca to 7f6f145 Compare November 3, 2025 23:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant