Prepare azure-messaging-servicebus 7.18.0-beta.2 for release#49596
Open
EldertGrootenboer wants to merge 2 commits into
Open
Prepare azure-messaging-servicebus 7.18.0-beta.2 for release#49596EldertGrootenboer wants to merge 2 commits into
EldertGrootenboer wants to merge 2 commits into
Conversation
- Date-stamp CHANGELOG entry: (Unreleased) -> (2026-06-22) - Update README dependency snippet to 7.18.0-beta.2
Contributor
There was a problem hiding this comment.
Pull request overview
Prepares azure-messaging-servicebus for publishing 7.18.0-beta.2 by stamping the release date in the changelog and updating the README dependency snippet, aligning the repo metadata with the planned Service Bus beta release.
Changes:
- Updated
CHANGELOG.mdentry from “Unreleased” to the release date (2026-06-22) and removed the empty “Breaking Changes” section. - Updated
README.mdMaven dependency snippet to7.18.0-beta.2.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| sdk/servicebus/azure-messaging-servicebus/README.md | Updates the direct dependency snippet to 7.18.0-beta.2. |
| sdk/servicebus/azure-messaging-servicebus/CHANGELOG.md | Stamps the 7.18.0-beta.2 release date and trims an empty section for release validation. |
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.
Release-prep PR for
azure-messaging-servicebus7.18.0-beta.2.Produced by
eng/common/scripts/Prepare-Release.ps1:## 7.18.0-beta.2 (Unreleased)to## 7.18.0-beta.2 (2026-06-22)(also trims the empty### Breaking Changessection).7.17.13to7.18.0-beta.2.The DevOps release work item 22249 is set to
In Release(Beta).Stamping the release date lets the changelog pass
verify-changelog -ForReleaseat publish. Once this merges,azure-messaging-servicebus7.18.0-beta.2 is ready for thejava - servicebusrelease pipeline run.What 7.18.0-beta.2 ships
drainTimeout(Duration)on the processor builders for graceful shutdown (#48192).ServiceBusProcessorClient.close()now drains in-flight handlers before disposing the receiver (#45716).com.microsoft:max-message-batch-sizeAMQP vendor-property support increateMessageBatch(#48214).