Skip to content
Merged
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
13 changes: 13 additions & 0 deletions sdk/evaluation/azure-ai-evaluation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Release History

## 1.18.2 (2026-07-21)

### Features Added

- Added support for admin-connected (BYO) judge models in prompty-based evaluators. Models configured
with `byo_model` and `project_endpoint` are routed through the Foundry project Responses API, which
resolves the connection and its authentication.

### Bugs Fixed

- Updated `TaskNavigationEfficiencyEvaluator` validation errors to name both accepted input aliases:
`response` / `actions` and `ground_truth` / `expected_actions`.

## 1.18.1 (2026-07-09)

### 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.18.1"
VERSION = "1.18.2"
Loading