Storage - Increment versions for storage STG101 beta releases#48066
Merged
ibrandes merged 1 commit intoAzure:mainfrom Feb 23, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates Azure Storage Java package versions (mostly beta patch bumps) to unblock storage release pipelines by manually incrementing module and dependency versions and adding corresponding “Unreleased” changelog sections.
Changes:
- Bumped Storage library Maven artifact versions (e.g.,
*-beta.1→*-beta.2,blob-niobeta.36→beta.37,changefeedbeta.35→beta.36). - Updated inter-module dependency versions to align with the new Storage beta versions.
- Added new “Unreleased” sections in affected module changelogs and updated
eng/versioning/version_client.txtto reflect the new current versions.
Reviewed changes
Copilot reviewed 25 out of 25 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| sdk/storage/azure-storage-queue/pom.xml | Bumps azure-storage-queue and aligns azure-storage-common dependency versions. |
| sdk/storage/azure-storage-queue/CHANGELOG.md | Adds 12.29.0-beta.2 (Unreleased) section. |
| sdk/storage/azure-storage-perf/pom.xml | Updates perf test dependencies to the latest Storage beta versions. |
| sdk/storage/azure-storage-internal-avro/pom.xml | Bumps module version and aligns azure-storage-common dependency versions. |
| sdk/storage/azure-storage-internal-avro/CHANGELOG.md | Adds 12.19.0-beta.2 (Unreleased) section. |
| sdk/storage/azure-storage-file-share/pom.xml | Bumps module version and aligns azure-storage-common/azure-storage-blob dependency versions. |
| sdk/storage/azure-storage-file-share/CHANGELOG.md | Adds 12.30.0-beta.2 (Unreleased) section. |
| sdk/storage/azure-storage-file-share-stress/pom.xml | Updates dependency on azure-storage-file-share to 12.30.0-beta.2. |
| sdk/storage/azure-storage-file-datalake/pom.xml | Bumps module version and updates azure-storage-blob and storage-common test-jar versions. |
| sdk/storage/azure-storage-file-datalake/CHANGELOG.md | Adds 12.27.0-beta.2 (Unreleased) section. |
| sdk/storage/azure-storage-file-datalake-stress/pom.xml | Updates dependency on azure-storage-file-datalake to 12.27.0-beta.2. |
| sdk/storage/azure-storage-common/pom.xml | Bumps azure-storage-common version to 12.33.0-beta.2. |
| sdk/storage/azure-storage-common/CHANGELOG.md | Adds 12.33.0-beta.2 (Unreleased) section. |
| sdk/storage/azure-storage-blob/pom.xml | Bumps module version and aligns azure-storage-common and azure-storage-internal-avro dependency versions. |
| sdk/storage/azure-storage-blob/CHANGELOG.md | Adds 12.34.0-beta.2 (Unreleased) section. |
| sdk/storage/azure-storage-blob-stress/pom.xml | Updates dependency on azure-storage-blob to 12.34.0-beta.2. |
| sdk/storage/azure-storage-blob-nio/pom.xml | Bumps module version and aligns dependencies (azure-storage-blob, azure-storage-common test-jar). |
| sdk/storage/azure-storage-blob-nio/CHANGELOG.md | Adds 12.0.0-beta.37 (Unreleased) section. |
| sdk/storage/azure-storage-blob-cryptography/pom.xml | Bumps module version and aligns azure-storage-blob and azure-storage-common versions. |
| sdk/storage/azure-storage-blob-cryptography/CHANGELOG.md | Adds 12.33.0-beta.2 (Unreleased) section. |
| sdk/storage/azure-storage-blob-changefeed/pom.xml | Bumps module version and aligns azure-storage-blob/azure-storage-common test-jar versions. |
| sdk/storage/azure-storage-blob-changefeed/CHANGELOG.md | Adds 12.0.0-beta.36 (Unreleased) section. |
| sdk/storage/azure-storage-blob-batch/pom.xml | Bumps module version and aligns azure-storage-blob and azure-storage-common test-jar versions. |
| sdk/storage/azure-storage-blob-batch/CHANGELOG.md | Adds 12.30.0-beta.2 (Unreleased) section. |
| eng/versioning/version_client.txt | Updates “current” versions for the Storage artifacts to match the bumped beta versions. |
browndav-msft
approved these changes
Feb 23, 2026
Member
browndav-msft
left a comment
There was a problem hiding this comment.
Okay. Looks like you got all of the version changes right.
alzimmermsft
approved these changes
Feb 23, 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.
Manually incrementing these due to release pipeline issues.