[Service Bus] Prepare azure-servicebus 8.0.0 for release - #49050
Eldert Grootenboer (EldertGrootenboer) wants to merge 6 commits into
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
|
Azure Pipelines: Successfully started running 1 pipeline(s). 9 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
There was a problem hiding this comment.
🟡 Changes recommended
The package classifier and APIView metadata still identify the release as preview.
Get a fresh assessment by requesting another Copilot review.
Pull request overview
Prepares azure-servicebus 7.15.0 for GA release.
Changes:
- Consolidates preview release notes under 7.15.0.
- Updates the runtime package version to stable.
File summaries
| File | Description |
|---|---|
CHANGELOG.md |
Consolidates and dates 7.15.0 release notes. |
_version.py |
Changes version from 7.15.0b3 to 7.15.0. |
Review details
- Files reviewed: 2/2 changed files
- Comments generated: 1
- Review effort level: Balanced
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
- Use the stable PyPI development classifier - Align APIView package metadata with version 7.15.0 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
🟡 Changes recommended
The stable minor release contains a declared breaking behavior change without a referenced policy exception.
Get a fresh assessment by requesting another Copilot review.
Review details
- Files reviewed: 4/4 changed files
- Comments generated: 1
- Review effort level: Balanced
- Use a major version for the documented receive behavior change - Align package, APIView, and changelog release metadata Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
[Pilot] PR Pipeline Failure AnalysisWhat failedThe python - storage check failed on Azure Pipelines build Relevant pipeline outputRecommended next steps
azsdk ci analyze https://github.com/Azure/azure-sdk-for-python/pull/49050 --output json
|
Problem
The five Azure Service Bus client libraries are still configured for
prerelease versions, and their release notes are split across preview
CHANGELOG entries.
Fix
Set each library to its stable GA version and consolidate the complete preview
line under a dated October 6, 2026 release entry.
Changes
sdk/servicebus/azure-servicebus/CHANGELOG.mdsdk/servicebus/azure-servicebus/azure/servicebus/_version.pyCross-SDK alignment
Testing
python -m pytest tests/test_batch_sizing.py -qpassed (15 tests).