Prepare azure-messaging-servicebus 7.18.0-beta.2 for release#49595
Closed
EldertGrootenboer wants to merge 1 commit into
Closed
Prepare azure-messaging-servicebus 7.18.0-beta.2 for release#49595EldertGrootenboer wants to merge 1 commit into
EldertGrootenboer wants to merge 1 commit into
Conversation
- Date-stamp CHANGELOG entry: (Unreleased) -> (2026-06-22) - Update README dependency snippet to 7.18.0-beta.2
Member
Author
|
Superseded by #49596 (same-repo PR per the internal SDK convention; pushed to origin instead of a fork). |
Contributor
There was a problem hiding this comment.
Pull request overview
Prepares azure-messaging-servicebus 7.18.0-beta.2 for release by stamping the release date in the changelog (so verify-changelog -ForRelease passes) and updating the README dependency snippet to the new version.
Changes:
- Updated
CHANGELOG.mdentry for7.18.0-beta.2from “Unreleased” to the release date 2026-06-22 and removed the empty “Breaking Changes” section. - Updated
README.mdMaven dependency snippet version to 7.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 | Bumps the documented dependency version to 7.18.0-beta.2. |
| sdk/servicebus/azure-messaging-servicebus/CHANGELOG.md | Stamps the 7.18.0-beta.2 release date and cleans up an empty section to satisfy 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).