Skip to content

Commit c1205a6

Browse files
authored
Update CHANGELOG.md for hotfix 1.13.1 (#43815)
* Update CHANGELOG.md for hotfix 1.13.1 * Fix spacing
1 parent 400f5c2 commit c1205a6

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

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

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

3+
## 1.13.1 (Unreleased)
4+
5+
### Features Added
6+
7+
- Improved RedTeam coverage across risk sub-categories to ensure comprehensive security testing
8+
- Made RedTeam's `AttackStrategy.Tense` seed prompts dynamic to allow use of this strategy with additional risk categories
9+
- Refactors error handling and result semantics in the RedTeam evaluation system to improve clarity and align with Attack Success Rate (ASR) conventions (passed=False means attack success)
10+
11+
### Bugs Fixed
12+
13+
- Fixed RedTeam evaluation error related to context handling for context-dependent risk categories
14+
- Fixed RedTeam prompt application for model targets during Indirect Jailbreak XPIA (Cross-Platform Indirect Attack)
15+
316
## 1.13.0 (2025-10-30)
417

518
### Features Added

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.13.0"
6+
VERSION = "1.13.1"

0 commit comments

Comments
 (0)