Skip to content

Commit c45bb85

Browse files
slister1001Copilot
andauthored
Add CHANGELOG entry for azure-ai-evaluation 1.15.1 hotfix (#45249)
* Add CHANGELOG entry for azure-ai-evaluation 1.15.1 hotfix Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Bump _version.py to 1.15.1 for hotfix release Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Move red team agent scenario to Bugs Fixed in CHANGELOG Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 6bd7946 commit c45bb85

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

sdk/evaluation/azure-ai-evaluation/CHANGELOG.md

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

3+
## 1.15.1 (Unreleased)
4+
5+
### Bugs Fixed
6+
7+
- Red Team Agent Scenario Integration: integrated PyRIT's FoundryScenario for attack orchestration with Azure-specific scoring and result processing.
8+
- Fixed total tokens calculation errors in evaluation results.
9+
- Fixed red team SDK run status updates not firing consistently, preventing runs from being stuck as "Running" in the UI.
10+
311
## 1.15.0 (2026-02-03)
412

513
### Bugs Fixed

sdk/evaluation/azure-ai-evaluation/azure/ai/evaluation/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# ---------------------------------------------------------
44
# represents upcoming version
55

6-
VERSION = "1.15.0"
6+
VERSION = "1.15.1"

0 commit comments

Comments
 (0)