Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 9, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Type Update Change Age Confidence
azure_core dependencies minor 0.27.0 -> 0.28.0 age confidence
azure_identity dependencies minor 0.27.0 -> 0.28.0 age confidence
semantic-release devDependencies patch 24.2.7 -> 24.2.8 age confidence
tempfile (source) dev-dependencies minor 3.21.0 -> 3.22.0 age confidence

Release Notes

azure/azure-sdk-for-rust (azure_core)

v0.28.0

Compare Source

0.28.0 (2025-09-11)

Features Added
  • Added RawResponse to ErrorKind::HttpResponse that contains the HTTP status code, headers, and complete error response body.
  • Added RequestContent::from_slice().
  • Added TokenRequestOptions { method_options: ClientMethodOptions }.
  • Added TryFrom<T> for RequestContent<T, JsonFormat> for JSON primitives.
  • Added support for WASM to the async_runtime module.
  • Added logging policy to log HTTP requests and responses in the pipeline. As a part of this change, sanitization support was added to places which log HTTP headers and URLs. The azure_core::http::ClientOptions has been enhanced with a LoggingOptions which allows a user/service client to specify headers or URL query parameters which should be allowed. Note that the sanitization feature is disabled if you build with the debug feature enabled.
  • Added support for a new azure_core::error::http::ErrorResponse structure which describes an error according to the Azure REST API guidelines.
  • Added a new azure_core::http::check_success(BufResponse) function to convert a buffered response to an ErrorKind::HttpResponse.
Breaking Changes
  • Added a lifetime parameter to TokenRequestOptions.
  • Added the ability to configure pipeline configuration independently from ClientOptions. This adds a new optional PipelineOptions parameter to azure_core::http::Pipeline::new(). If not specified, it defaults to the expected options for azure_core services.
  • Changed FromStr for RequestContent<T, F> to RequestContent::from_str().
  • Changed TryFrom<&'static str> for RequestContent<T, F> to RequestContent::from_static().
  • Changed TryFrom<Bytes> for RequestContent<T, F> to From<Bytes> for RequestContent<T, F> because it was already infallible.
  • Removed TryFrom<Vec<u8>> for RequestContent<T, F> since RequestContent::from() already exists.
  • Removed feature reqwest_rustls_tls. See README.md for alternative HTTP client configuration.
  • Removed the fs module including the FileStream and FileStreamBuilder types. Moved to examples/ for typespec_client_core to copy if needed.
  • Removed the setters macro.
  • Renamed RawResponse to BufResponse. New RawResponse contains complete body as Bytes used in ErrorKind::HttpResponse.
semantic-release/semantic-release (semantic-release)

v24.2.8

Compare Source

Bug Fixes
Stebalien/tempfile (tempfile)

v3.22.0

Compare Source

  • Updated windows-sys requirement to allow version 0.61.x
  • Remove unstable-windows-keep-open-tempfile feature.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (squash) September 9, 2025 18:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8898e0d to 1b3fdec Compare September 10, 2025 20:58
@renovate renovate bot changed the title chore(deps): update rust crate tempfile to v3.22.0 chore(deps): update all non-major dependencies Sep 10, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1b3fdec to 95bec48 Compare September 12, 2025 17:10
@renovate renovate bot requested a review from maxdymond September 12, 2025 17:10
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Sep 12, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 95bec48 to b4b402c Compare September 16, 2025 14:15
@renovate renovate bot merged commit 2671d1e into main Sep 18, 2025
8 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch September 18, 2025 16:04
@github-actions
Copy link

🎉 This PR is included in version 1.0.13 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants