Skip to content

Commit d3acab4

Browse files
slister1001Copilot
andcommitted
Bump version to 1.15.3 and update CHANGELOG for hotfix release
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent d092564 commit d3acab4

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

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

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

3+
## 1.15.3 (2026-02-25)
4+
5+
### Bugs Fixed
6+
7+
- Fixed Foundry red team double-evaluation that caused ~3x scan latency by removing redundant evaluation_processor.evaluate() call.
8+
- Fixed lost red team attack details where baseline overwrites wiped evaluation results.
9+
- Fixed incorrect per_testing_criteria that showed attack strategies alongside risk categories.
10+
- Fixed metadata leak of internal scorer fields (attack_success, attack_strategy, score) into results.json.
11+
- Improved error logging with run_id, display_name, and full stack traces for red team scan failures.
12+
313
## 1.15.2 (2026-02-23)
414

515
### 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.2"
6+
VERSION = "1.15.3"

0 commit comments

Comments
 (0)