From e5f8119003f28b096f14b09bb5b0e9c2c7bdae80 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 19 May 2026 20:09:15 +0000 Subject: [PATCH 1/4] Initial plan From e59ff47c7ace55c4b9b693822751411ec82bdcd8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 19 May 2026 20:12:02 +0000 Subject: [PATCH 2/4] Move 1.16.7 breaking-change note to new 1.16.8 unreleased section Agent-Logs-Url: https://github.com/Azure/azure-sdk-for-python/sessions/1c747b61-294e-4cb8-8272-f1dbdf4600b8 Co-authored-by: m7md7sien <16615690+m7md7sien@users.noreply.github.com> --- sdk/evaluation/azure-ai-evaluation/CHANGELOG.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/sdk/evaluation/azure-ai-evaluation/CHANGELOG.md b/sdk/evaluation/azure-ai-evaluation/CHANGELOG.md index 681de50b3aeb..20c86dd87f8b 100644 --- a/sdk/evaluation/azure-ai-evaluation/CHANGELOG.md +++ b/sdk/evaluation/azure-ai-evaluation/CHANGELOG.md @@ -1,5 +1,17 @@ # Release History +## 1.16.8 (Unreleased) + +### Features Added + +### Breaking Changes + +- Updated `EVALUATOR_NAME_METRICS_MAPPINGS` so `document_retrieval` and `rouge_score` report single primary metrics (`document_retrieval`, `rouge`), with previous sub-metrics now represented in each evaluator's `*_properties` payload. + +### Bugs Fixed + +### Other Changes + ## 1.16.7 (Unreleased) ### Features Added @@ -13,8 +25,6 @@ ### Breaking Changes -- Updated `EVALUATOR_NAME_METRICS_MAPPINGS` so `document_retrieval` and `rouge_score` report single primary metrics (`document_retrieval`, `rouge`), with previous sub-metrics now represented in each evaluator's `*_properties` payload. - ### Bugs Fixed - `_TaskNavigationEfficiencyEvaluator` now accepts JSON-stringified `response` and `ground_truth` inputs (e.g., from data pipelines that serialize list/tuple inputs to strings). String inputs are parsed as JSON; on parse failure the original value is preserved so downstream validation surfaces the error as before. From d924475fe1970f62d32f3b7ea76957e91c11c617 Mon Sep 17 00:00:00 2001 From: Mohamed Hessien Date: Tue, 19 May 2026 23:17:09 +0300 Subject: [PATCH 3/4] Release 1.16.7 with extra_headers feature Updated version number and release date for 1.16.7. Added 'extra_headers' argument to RaiServiceEvaluatorBase for custom HTTP headers. --- sdk/evaluation/azure-ai-evaluation/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/evaluation/azure-ai-evaluation/CHANGELOG.md b/sdk/evaluation/azure-ai-evaluation/CHANGELOG.md index 20c86dd87f8b..e923bd9dc187 100644 --- a/sdk/evaluation/azure-ai-evaluation/CHANGELOG.md +++ b/sdk/evaluation/azure-ai-evaluation/CHANGELOG.md @@ -12,7 +12,7 @@ ### Other Changes -## 1.16.7 (Unreleased) +## 1.16.7 (2026-05-07) ### Features Added From 5c429fb1bc5dd36d39974a0b34d6a58dccd570ff Mon Sep 17 00:00:00 2001 From: Mohamed Hessien Date: Wed, 20 May 2026 02:21:05 +0300 Subject: [PATCH 4/4] Update CHANGELOG.md --- sdk/evaluation/azure-ai-evaluation/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/evaluation/azure-ai-evaluation/CHANGELOG.md b/sdk/evaluation/azure-ai-evaluation/CHANGELOG.md index e923bd9dc187..20c86dd87f8b 100644 --- a/sdk/evaluation/azure-ai-evaluation/CHANGELOG.md +++ b/sdk/evaluation/azure-ai-evaluation/CHANGELOG.md @@ -12,7 +12,7 @@ ### Other Changes -## 1.16.7 (2026-05-07) +## 1.16.7 (Unreleased) ### Features Added