Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions sdk/agentserver/azure-ai-agentserver-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History

## 2.0.0b5 (2026-05-23)

### Bugs Fixed

- Fixed the blueprint attribute key name from `blueprint_id` to `microsoft.a365.agent.blueprint.id` in telemetry attributes to align with A365 schema and cross-SDK behavior.
Comment thread
Hameedkunkanoor marked this conversation as resolved.
Outdated

## 2.0.0b4 (2026-05-21)

### Features Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Copyright (c) Microsoft Corporation. All rights reserved.
# ---------------------------------------------------------

VERSION = "2.0.0b4"
VERSION = "2.0.0b5"
Loading