Skip to content

Commit af335ca

Browse files
Prepare azure-ai-agentserver-responses 1.0.0b7 release (#47076)
* Prepare azure-ai-agentserver-responses 1.0.0b7 release * Set 1.0.0b7 release date to 2026-05-22
1 parent a933792 commit af335ca

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

sdk/agentserver/azure-ai-agentserver-responses/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release History
22

3+
## 1.0.0b7 (2026-05-22)
4+
5+
### Features Added
6+
7+
- Added MCP output item builder enhancements for hosted MCP relay scenarios: `ResponseEventStream.add_output_item_mcp_call()` now supports caller-supplied item IDs, and MCP call `emit_done()` supports optional `output` and `error` payloads for canonical `mcp_call` persistence and replay.
8+
39
## 1.0.0b6 (2026-05-21)
410

511
### Features Added

sdk/agentserver/azure-ai-agentserver-responses/azure/ai/agentserver/responses/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# Copyright (c) Microsoft Corporation. All rights reserved.
55
# ---------------------------------------------------------
66

7-
VERSION = "1.0.0b6"
7+
VERSION = "1.0.0b7"

0 commit comments

Comments
 (0)