Skip to content

Bump azure_core from 0.21.0 to 0.34.0 in the azure-sdk group#774

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/azure-sdk-2235708c84
Open

Bump azure_core from 0.21.0 to 0.34.0 in the azure-sdk group#774
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/azure-sdk-2235708c84

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 20, 2026

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

Updates azure_core from 0.21.0 to 0.34.0

Release notes

Sourced from azure_core's releases.

azure_core@0.34.0

0.34.0 (2026-04-07)

Features Added

  • Added From<BytesStream> for Body.
  • Derived Clone and Serialize on ErrorResponse, ErrorDetail, and InnerError.

Breaking Changes

  • SeekableStream::len() and Body::len() now return Option<u64> instead of usize to support streams with unknown length and to align with std::fs::Metadata::len() for large file sizes.
  • SeekableStream::is_empty() and Body::is_empty() now return Option<bool>.
  • Added tokio feature to default features.
  • Changed async_runtime::spawn/SpawnedTask to return a trait object that supports abort().

Other Changes

  • The url.full span attribute in distributed traces now has query parameter values sanitized. Only parameters in LoggingOptions::additional_allowed_query_params and the default allow list (e.g., api-version) retain their values; all others are replaced with REDACTED.

azure_core@0.33.0

0.33.0 (2026-03-05)

Features Added

  • Added ErrorKind::Connection for connection errors.
  • Added QueryBuilder, DEFAULT_ALLOWED_HEADER_NAMES, DEFAULT_ALLOWED_QUERY_PARAMETERS, and REDACTED_PATTERN to azure_core::http.
  • Added request_header!, request_option!, and request_query! macros.
  • Added SecretBytes to azure_core::credentials for securely passing byte secrets without printing them in Debug or Display output.
  • The reqwest HTTP client now classifies connection errors as ErrorKind::Connection.

Breaking Changes

  • Support for wasm32-unknown-unknown has been removed (#3377)

azure_core@0.32.0

0.32.0 (2026-02-10)

Features Added

  • Added PagerContinuation for Pager continuation.
  • Added PollerContinuation for Poller continuation.

Breaking Changes

  • Changed our minimum supported Rust version (MSRV) from 1.85 to 1.88.
  • Changed paging APIs to use PagerContinuation and non-generic PagerState/PagerResult types.
  • Changed polling APIs to use PollerContinuation and non-generic PollerState/PollerResult types.
  • Renamed PagerOptions::continuation_token to continuation.
  • Renamed Pager::continuation_token to continuation.
  • Renamed Pager::into_continuation_token to into_continuation.

... (truncated)

Commits
  • 51e929f Release azure_core and friends (#4108)
  • 8e3d02a Sync .github directory with azure-sdk-tools for PR 14969 (#4106)
  • 290b4ac fix (typespec_client_core): reduce peak memory in AsyncResponseBody::collect ...
  • 179e593 Bump azure_storage_queue version - too early (#4100)
  • 9935e86 Sanitize query parameters in url.full telemetry (#4088)
  • 0655827 Onboard prepare-pipelines (#4082)
  • bfbbbcb Sync eng/common directory with azure-sdk-tools for PR 14922 (#4098)
  • 0f206f6 [Storage] Finalized managed_download and managed_download_to drop-in repl...
  • 5e42fa5 Sync eng/common directory with azure-sdk-tools for PR 14890 (#4086)
  • 92efa8b Return Option<u64> for SeekableStream::len() (#4084)
  • Additional commits viewable in compare view

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 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

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.34.0
- [Release notes](https://github.com/azure/azure-sdk-for-rust/releases)
- [Commits](https://github.com/azure/azure-sdk-for-rust/compare/azure_core-0.21.0...azure_core@0.34.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Apr 20, 2026
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.

0 participants