Skip to content

Commit 02fe785

Browse files
Prepare core b5 release (#47097)
* Prepare core b5 release * Refine b5 changelog key migration wording * Update b5 release date to 2026-05-25
1 parent b96c401 commit 02fe785

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

sdk/agentserver/azure-ai-agentserver-core/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+
## 2.0.0b5 (2026-05-25)
4+
5+
### Bugs Fixed
6+
7+
- Fixed the blueprint telemetry attribute key name from `gen_ai.agent.blueprint.id` to `microsoft.a365.agent.blueprint.id` to align with A365 schema and cross-SDK behavior.
8+
39
## 2.0.0b4 (2026-05-21)
410

511
### Features Added

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

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

5-
VERSION = "2.0.0b4"
5+
VERSION = "2.0.0b5"

0 commit comments

Comments
 (0)