Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
8 changes: 7 additions & 1 deletion sdk/evaluation/azure-ai-evaluation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Release History

Copy link

Copilot AI Feb 23, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

After a release is published, a new "Unreleased" section should be added at the top of the CHANGELOG with all four standard subsections (Features Added, Breaking Changes, Bugs Fixed, Other Changes). This follows the established pattern seen in other SDK CHANGELOGs like azure-core.

Suggested change
## Unreleased
### Features Added
### Breaking Changes
### Bugs Fixed
### Other Changes

Copilot uses AI. Check for mistakes.
## 1.15.1 (Unreleased)
## 1.15.2 (2026-02-23)

### Bugs Fixed

- Batch Eval fix per row use case.
Copy link

Copilot AI Feb 23, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The bug fix description "Batch Eval fix per row use case" is too vague. CHANGELOG entries should clearly describe what was fixed and how it impacts users. Consider providing more specific details about what aspect of the per-row batch evaluation was broken and what is now fixed.

Suggested change
- Batch Eval fix per row use case.
- Fixed batch evaluation in per-row mode where some input rows were not evaluated or their results were misaligned, ensuring one evaluation result is returned for each input row.

Copilot uses AI. Check for mistakes.

## 1.15.1 (2026-02-19)

### Bugs Fixed

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# ---------------------------------------------------------
# represents upcoming version

VERSION = "1.15.1"
VERSION = "1.15.2"