[Storage] Increment versions post Storage patch - #50267
Merged
Isabelle (ibrandes) merged 3 commits intoAug 28, 2026
Merged
Conversation
…gs (Azure#50255) * [Storage] Widen CSE Encoder Counter for Region Nonce Index (Azure#50205) * encoder counter widening fix and tests * Apply docs suggestions from code review Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * addressing comments * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * addressing comments --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * [Storage] Detect CSE v2 region reorder (Azure#50121) * initial implementation * fixing nonce reconstruction * fixing reversion i introduced * adding support for cross sdk reorder detection * adding misordered to cspell overrides * adding cross sdk test * logic consolidation for single nonce encoding * retriving operation scoped validation for non range branch * small refactor to validate region method * adjusting docs * removing dead code and throwing with logger * adding .net cross compat test (disabled after local verification) * removing 2^32 large region count fail closed check * fail closed: * addressing comments * addressing comments * addressing comments * adding csev2nonceordervalidation.fromcontext * bumping crypto version --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
|
Azure Pipelines: Successfully started running 1 pipeline(s). 34 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates version references and release notes for the azure-storage-blob-cryptography package following the August 2026 patch release, ensuring main reflects the correct current and next development versions.
Changes:
- Updated README dependency snippet to reference
12.35.0-beta.2. - Added the
12.34.2 (2026-08-26)release entry and prepared the12.35.0-beta.2 (Unreleased)section in the package changelog. - Updated
eng/versioning/version_client.txtto reflectazure-storage-blob-cryptographycurrent version12.34.2.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| sdk/storage/azure-storage-blob-cryptography/README.md | Updates the documented direct dependency version to 12.35.0-beta.2. |
| sdk/storage/azure-storage-blob-cryptography/CHANGELOG.md | Adds the 12.34.2 release notes and keeps the unreleased section aligned with the next beta. |
| eng/versioning/version_client.txt | Bumps the recorded current version for azure-storage-blob-cryptography to 12.34.2. |
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
Isabelle (ibrandes)
marked this pull request as ready for review
August 27, 2026 17:18
Isabelle (ibrandes)
requested review from
a team,
Alan Zimmer (alzimmermsft),
browndav-msft,
gunjansingh-msft,
Kyle Knapp (kyleknap) and
Sean McCullough (seanmcc-msft)
as code owners
August 27, 2026 17:18
|
Azure Pipelines: Successfully started running 1 pipeline(s). 34 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
browndav-msft
approved these changes
Aug 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Version update PR for Storage's August 2026 crypto package patch. Autogenerated PR pointed to the release branch instead of main.