Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 10, 2025

Updates the requirements on azure_core to permit the latest version.

Release notes

Sourced from azure_core's releases.

[email protected]

0.30.0 (2025-11-07)

Features Added

  • Added Context::to_owned() to create a newly owned Context from an existing Context.
  • Added ItemIterator::continuation_token() and with_continuation_token() to resume paging items. The current page is restarted until after all items have been iterated.
  • Added PipelineOptions::retry_status_codes for configuring which status codes should trigger a retry.
  • Added Response<T, F>::body(&self) -> &ResponseBody.
  • Added Response<T, F>::to_raw_response() function to create a RawResponse from cloned data.
  • Added UrlExt::append_path().
  • Implemented IntoFuture for a Poller. Call await on a Poller to get the final model, or into_stream() to get a futures::Stream to poll the operation manually.
  • Re-exported serde_json::Value as azure_core::Value (#1687)

Breaking Changes

  • Added Context field to PollerOptions. Client methods which return Poller objects should accept a PollerOptions in their method_options field instead of a ClientMethodOptions.
  • Added F: Format type parameter to Poller and PollerResult.
  • Added Format associated type to StatusMonitor.
  • Added Format::deserialize() function to Format trait.
  • Added S type parameter to xml::from_xml congruent with json::from_json().
  • Changed PollerOptions::frequency from Option<Duration> to Duration.
  • Moved deserializers and serializers for optional base64-encoded bytes to base64::option module. base64 module now deserializes or serializes non-optional fields congruent with the time module.
  • Removed constants module.
  • Removed credentials::DEFAULT_SCOPE_SUFFIX.
  • Removed CustomHeaders policy.
  • Removed ErrorKind::MockFramework.
  • Removed Poller::wait() function. Call await on a Poller to wait for it to complete and, upon success, return the final model.
  • Removed xml::read_xml_str().
  • Renamed BearerTokenCredentialPolicy to BearerTokenAuthorizationPolicy.
  • Renamed BufResponse to AsyncRawResponse so that AsyncRawResponse is to RawResponse as AsyncIterator is to Iterator.
  • Renamed BufResponseBody to AsyncResponseBody so that AsyncResponseBody is to ResponseBody as AsyncIterator is to Iterator.
  • Renamed Response<T, F>::into_body(self) -> Result<Response<T>> to into_model(self) -> Result<Response<T>>. into_body(self) now returns a ResponseBody.
  • Renamed RetryPolicy::get_retry_headers() to RetryPolicy::retry_headers()
  • Renamed xml::read_xml() to xml::from_xml() congruent with json::from_json().

Bugs Fixed

  • ItemIterator::into_pages() now properly supports resuming from the current page until after all items have been iterated.
Commits

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [azure_core](https://github.com/azure/azure-sdk-for-rust) to permit the latest version.
- [Release notes](https://github.com/azure/azure-sdk-for-rust/releases)
- [Commits](https://github.com/azure/azure-sdk-for-rust/compare/[email protected][email protected])

---
updated-dependencies:
- dependency-name: azure_core
  dependency-version: 0.30.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Nov 10, 2025
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