[Evaluation] Prepare azure-ai-evaluation 1.18.1 release#47954
Merged
slister1001 merged 1 commit intoJul 8, 2026
Conversation
Stamp the 1.18.1 CHANGELOG entry (2026-07-09) and move the post-1.18.0 fixes out of the already-published 1.18.0 section into 1.18.1: grounding tool-call enablement for TCS/TOU (Azure#47748) and OpenAPI tool-call validation plus the related Other Changes (Azure#47840). _version.py is already 1.18.1. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
slister1001
marked this pull request as ready for review
July 8, 2026 20:55
Contributor
There was a problem hiding this comment.
Pull request overview
This is a CHANGELOG-only bookkeeping correction that cuts the azure-ai-evaluation 1.18.1 patch release. After 1.18.0 was published (2026-07-06 18:46 UTC), several bug-fix/internal PRs were merged with their notes placed under the already-shipped 1.18.0 header while the 1.18.1 (Unreleased) section sat empty. This PR moves those post-1.18.0 entries into a dated 1.18.1 (2026-07-09) section, leaving 1.18.0 with only the two entries it actually shipped.
I verified the categorization against the actual release history:
- The published 1.18.0 release notes contain only the EvaluationException normalization and RedTeam.scan fixes — exactly what remains under 1.18.0 here.
- PR #47840 merged ~2 minutes after 1.18.0 was published, and PR #47748 merged two days later, so their entries correctly move to 1.18.1.
_version.pyis already1.18.1, matching the new CHANGELOG header.
Changes:
- Replace the empty
1.18.1 (Unreleased)placeholder with a dated1.18.1 (2026-07-09)section. - Move the tool-call enablement (#47748), OpenAPI tool-call validation, OpenAPI message normalization, and log-redaction entries into 1.18.1.
- Keep only the two genuinely-shipped entries under 1.18.0.
ninghu
approved these changes
Jul 8, 2026
slister1001
enabled auto-merge (squash)
July 8, 2026 21:34
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Prepare
azure-ai-evaluation1.18.1 release (patch)Cuts the next
azure-ai-evaluationrelease as a patch (1.18.1). The changes since 1.18.0 are bug fixes + internal changes only — no new public API, features, or breaking changes — so this is a patch, not a minor.CHANGELOG correction
The post-1.18.0 fixes had been merged under the already-published
1.18.0header while1.18.1 (Unreleased)sat empty. This PR moves them into1.18.1and stamps the release date:azure_ai_search/azure_fabric/sharepoint_groundingtool calls for TCS/TOU ([Evaluation] Enable azure_ai_search/azure_fabric/sharepoint_grounding tool calls for TCS/TOU #47748)openapi_call/openapi_call_outputmessage normalization ([Evaluation] Align shared evaluator utils/validators/base with azureml-assets builtin #47840)1.18.0retains only its two genuinely-shipped entries (EvaluationException normalization,RedTeam.scan()plaintext fix)._version.pyis already1.18.1. CHANGELOG-only change — no source/tests touched.