Skip to content

chore(eventhubs): bump package versions - #7374

Open
Johnathan W (j7nw4r) wants to merge 3 commits into
Azure:mainfrom
j7nw4r:release/eventhubs-package-versions
Open

chore(eventhubs): bump package versions#7374
Johnathan W (j7nw4r) wants to merge 3 commits into
Azure:mainfrom
j7nw4r:release/eventhubs-package-versions

Conversation

@j7nw4r

@j7nw4r Johnathan W (j7nw4r) commented Aug 25, 2026

Copy link
Copy Markdown
Member

Summary

Bumps both Event Hubs packages and shortens CMake generation paths.

Motivation

The release pipeline cannot create the existing beta.14 and beta.4 tags from the current main commit.

The checkpoint store CMake job creates a 260-character header path on Windows.

Changes

  • Adds new unreleased changelog sections for both packages.
  • Updates both package_version.hpp files with the next prerelease version.
  • Moves CMake output to $(Build.BinariesDirectory).

Validation

  • Get-PkgVersion.ps1 returns 1.0.0-beta.15 for Event Hubs.
  • Get-PkgVersion.ps1 returns 1.0.0-beta.5 for Checkpoint Store Blob.
  • The failed Windows include path falls from 260 to 240 characters.

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

Copy link
Copy Markdown
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.

@azure-pipelines

Copy link
Copy Markdown
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.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants