Skip to content

Bump the azure-sdk group across 1 directory with 2 updates#783

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/azure-sdk-41ab26c838
Open

Bump the azure-sdk group across 1 directory with 2 updates#783
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/azure-sdk-41ab26c838

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 14, 2026

Bumps the azure-sdk group with 2 updates in the / directory: azure_core and azure_storage_blob.

Updates azure_core from 0.35.0 to 1.0.0

Release notes

Sourced from azure_core's releases.

azure_core@1.0.0

1.0.0 (2026-05-11)

Features Added

  • Initial stable release.

Breaking Changes

  • Added #[non_exhaustive] to AttributeArray, AttributeValue, SpanStatus, and SpanKind.
  • Bearer token authorization now requires TLS (https).

azure_core_amqp@1.0.0

1.0.0 (2026-05-11)

Features Added

  • Initial stable release.

azure_core_macros@1.0.0

1.0.0 (2026-05-11)

Features Added

  • Initial stable release.

azure_core_opentelemetry@1.0.0

1.0.0 (2026-05-11)

Features Added

  • Initial stable release.
Commits
  • c3c92ed Sync eng/common directory with azure-sdk-tools for PR 14495 (#4390)
  • 21d9225 [Storage] Clean-up cspell for storage crates (#4385)
  • 44e2b7d Upgrade openssl (#4384)
  • bba3112 [Storage] Remove get_page_ranges from azure_storage_blob, other misc fixe...
  • bcf905a Sync eng/common directory with azure-sdk-tools for PR 15357 (#4309)
  • 5af6821 Add per-operation latency tracking for perf tests (#4381)
  • 8d66f9b Prepare for 1.0.0 release of core, identity (#4383)
  • 4d2ed7d Removed .into_stream() from Keyvault readme files since it is not necessary...
  • eb73b7e [Storage] Unify blob_tags_string and BlobTags usage (#4374)
  • 0e71ec1 [Storage] Patch trust boundary in partitioned_stream (#4364)
  • Additional commits viewable in compare view

Updates azure_storage_blob from 0.12.0 to 1.0.0

Release notes

Sourced from azure_storage_blob's releases.

azure_storage_blob@1.0.0

1.0.0 (2026-05-13)

Breaking Changes

  • Consolidated client constructors: the existing from_url() constructors have been renamed to new(), replacing the previous endpoint-plus-name string overloads. Each client now has a single new() that takes a fully-formed Url:
    • BlobClient::new(blob_url: Url, ...)
    • BlockBlobClient::new(blob_url: Url, ...)
    • AppendBlobClient::new(blob_url: Url, ...)
    • PageBlobClient::new(blob_url: Url, ...)
    • BlobContainerClient::new(container_url: Url, ...)
    • BlobServiceClient::new(service_url: Url, ...)
  • BlobServiceClient::find_blobs_by_tags() is now pageable and returns Result<Pager<FilteredBlobResponse, XmlFormat>> instead of Result<Response<FilterBlobSegment, XmlFormat>>.
  • BlobContainerClient::find_blobs_by_tags() is now pageable and returns Result<Pager<FilteredBlobResponse, XmlFormat>> instead of Result<Response<FilteredBlobResponse, XmlFormat>>.
  • Renamed FilterBlobSegment to FilteredBlobResponse.
  • Renamed FilteredBlobResponse.blobs to FilteredBlobResponse.blob_items.
  • Changed FilteredBlobResponse.blob_items from Option<Vec<FilterBlobItem>> to Vec<FilterBlobItem>.
  • Renamed ListContainersSegmentResponse to ListContainersResponse.
  • Removed BlobFlatListSegment wrapper; ListBlobsResponse.blob_items is now Vec<BlobItem> directly (previously accessed via .segment.blob_items).
  • Renamed BlobProperties.customer_provided_key_sha256 to encryption_key_sha256.
  • Renamed BlobMetadata.additional_properties to values.
  • Renamed PageBlobClientCreateOptions::with_if_not_exists() to if_not_exists().
  • Renamed AppendBlobClientCreateOptions::with_if_not_exists() to if_not_exists().
  • Renamed BlockBlobClientUploadBlobFromUrlOptions::with_if_not_exists() to if_not_exists().
  • Renamed BlockBlobClientUploadOptions::with_if_not_exists() to if_not_exists().
  • Removed the endpoint() method from all clients. Use url() instead.
  • Removed PageBlobClient::get_page_ranges() along with the PageList, PageRange, ClearRange, PageBlobClientGetPageRangesOptions, and PageListHeaders types.
  • Removed the azure_storage_blob::error and azure_storage_blob::models::error module paths. Use the re-exported azure_storage_blob::{Result, StorageError} instead.

Features Added

  • Added with_tags() helpers to set blob tags on create/upload options by accepting BlobTags or HashMap<String, String> and encoding them into the x-ms-tags header format:
    • PageBlobClientCreateOptions::with_tags()
    • AppendBlobClientCreateOptions::with_tags()
    • BlockBlobClientUploadOptions::with_tags()
    • BlockBlobClientUploadBlobFromUrlOptions::with_tags()
    • BlockBlobClientCommitBlockListOptions::with_tags()

Bugs Fixed

  • All client constructors (BlobClient::new(), BlobContainerClient::new(), BlobServiceClient::new(), AppendBlobClient::new(), BlockBlobClient::new(), PageBlobClient::new()) now reject non-base URLs (e.g. data:, mailto:).
Commits
  • 9c562dc [Storage] APIView Feedback pre-initial GA (#4404)
  • 5f684db [Storage] Prep azure_storage_blob and azure_storage_queue for GA release ...
  • 208920b Sync eng/common directory with azure-sdk-tools for PR 15591 (#4399)
  • 36e9a80 [Storage] Change parallelism defaults, change new() impl, drop from_url()...
  • b18921f Prepare Key Vault for 1.0.0 (#4387)
  • c3c92ed Sync eng/common directory with azure-sdk-tools for PR 14495 (#4390)
  • 21d9225 [Storage] Clean-up cspell for storage crates (#4385)
  • 44e2b7d Upgrade openssl (#4384)
  • bba3112 [Storage] Remove get_page_ranges from azure_storage_blob, other misc fixe...
  • bcf905a Sync eng/common directory with azure-sdk-tools for PR 15357 (#4309)
  • Additional commits viewable in compare view

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 2 updates in the / directory: [azure_core](https://github.com/azure/azure-sdk-for-rust) and [azure_storage_blob](https://github.com/azure/azure-sdk-for-rust).


Updates `azure_core` from 0.35.0 to 1.0.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.35.0...azure_core@1.0.0)

Updates `azure_storage_blob` from 0.12.0 to 1.0.0
- [Release notes](https://github.com/azure/azure-sdk-for-rust/releases)
- [Commits](https://github.com/azure/azure-sdk-for-rust/compare/azure_storage_blob@0.12.0...azure_storage_blob@1.0.0)

---
updated-dependencies:
- dependency-name: azure_core
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: azure-sdk
- dependency-name: azure_storage_blob
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  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 May 14, 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