Skip to content

Commit 59e03dc

Browse files
authored
[evaluation] chore: Update changelog for 1.10.0 (#42185)
1 parent a82afea commit 59e03dc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
# Release History
22

3-
## 1.10.0 (Unreleased)
3+
## 1.10.0 (2025-07-29)
44

55
### Breaking Changes
66
- Added `_evaluate_query` parameter to `RaiServiceEvaluatorBase` class with a default value of `False`. This parameter controls whether queries are included in evaluation data when evaluating query-response pairs. Previously, queries were always included in evaluations. Existing code that relies on queries being evaluated will need to explicitly set `_evaluate_query=True` to maintain the previous behavior.
77

8-
### Features Added
9-
108
### Bugs Fixed
119

1210
- Fixed red team scan `output_path` issue where individual evaluation results were overwriting each other instead of being preserved as separate files. Individual evaluations now create unique files while the user's `output_path` is reserved for final aggregated results.

0 commit comments

Comments
 (0)