Bump azure-ai-agentserver-responses to 1.0.0b3#46396
Merged
RaviPidaparthi merged 1 commit intomainfrom Apr 19, 2026
Merged
Conversation
Version bump for hotfix release: the isolation fix (PR #46395) merged after 1.0.0b2 was already published. CHANGELOG: new 1.0.0b3 section with the bg non-stream isolation bug fix.
Contributor
There was a problem hiding this comment.
Pull request overview
Bumps azure-ai-agentserver-responses to 1.0.0b3 so the previously merged isolation propagation fix can be released after 1.0.0b2 was published too early.
Changes:
- Update package version to
1.0.0b3. - Add a
1.0.0b3changelog section for the isolation propagation fix and remove the duplicate entry from1.0.0b2.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| sdk/agentserver/azure-ai-agentserver-responses/azure/ai/agentserver/responses/_version.py | Bumps the package version constant to 1.0.0b3 (drives dynamic version in pyproject.toml). |
| sdk/agentserver/azure-ai-agentserver-responses/CHANGELOG.md | Adds the 1.0.0b3 release entry for the isolation bug fix and removes the duplicate from 1.0.0b2. |
vangarp
approved these changes
Apr 19, 2026
Member
Author
|
/check-enforcer override |
fafhrd91
pushed a commit
to fafhrd91/azure-sdk-for-python
that referenced
this pull request
Apr 28, 2026
Version bump for hotfix release: the isolation fix (PR Azure#46395) merged after 1.0.0b2 was already published. CHANGELOG: new 1.0.0b3 section with the bg non-stream isolation bug fix.
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.
Why
1.0.0b2 was published before PR #46395 (isolation fix for bg non-stream finalization) merged. This bumps the version so the fix can ship.
Changes
_version.py:1.0.0b2→1.0.0b3CHANGELOG.md: New1.0.0b3section with the isolation bug fix entry; removed duplicate from the1.0.0b2section