chore(eventhubs): bump package versions - #7374
Open
Johnathan W (j7nw4r) wants to merge 3 commits into
Open
Conversation
Bump Event Hubs to 1.0.0-beta.15 and the checkpoint store package to 1.0.0-beta.5. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 61824b5a-94de-41be-bc7d-e1147a05304d
|
Azure Pipelines: Successfully started running 3 pipeline(s). 7 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
Johnathan W (j7nw4r)
marked this pull request as ready for review
August 25, 2026 15:33
Johnathan W (j7nw4r)
requested review from
Ashish Chhabria (axisc),
Eric Lam (MSFT) (hmlam) and
SJ (sjkwak)
as code owners
August 25, 2026 15:33
Johnathan W (j7nw4r)
requested review from
Josue Gomez (SwayGom),
Amit Bhatia (meetamitbhatia) and
Sagar Patel (sagar0207)
as code owners
August 25, 2026 15:33
|
Azure Pipelines: Successfully started running 3 pipeline(s). 7 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
Bumps Event Hubs package prerelease versions and adds corresponding unreleased changelog sections.
Changes:
- Updates Event Hubs to
1.0.0-beta.15. - Updates Checkpoint Store Blob to
1.0.0-beta.5.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
sdk/eventhubs/azure-messaging-eventhubs/src/private/package_version.hpp |
Updates Event Hubs prerelease version. |
sdk/eventhubs/azure-messaging-eventhubs/CHANGELOG.md |
Adds the beta.15 unreleased section. |
sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/src/private/package_version.hpp |
Updates Checkpoint Store Blob prerelease version. |
sdk/eventhubs/azure-messaging-eventhubs-checkpointstore-blob/CHANGELOG.md |
Adds the beta.5 unreleased section. |
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
Enable the existing Windows long-path setup before CMake generation jobs build package dependencies. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 61824b5a-94de-41be-bc7d-e1147a05304d
Build CMake generation output under Build.BinariesDirectory so Windows dependency paths stay below MAX_PATH. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 61824b5a-94de-41be-bc7d-e1147a05304d
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.
Summary
Bumps both Event Hubs packages and shortens CMake generation paths.
Motivation
The release pipeline cannot create the existing
beta.14andbeta.4tags from the currentmaincommit.The checkpoint store CMake job creates a 260-character header path on Windows.
Changes
package_version.hppfiles with the next prerelease version.$(Build.BinariesDirectory).Validation
Get-PkgVersion.ps1returns1.0.0-beta.15for Event Hubs.Get-PkgVersion.ps1returns1.0.0-beta.5for Checkpoint Store Blob.