[evaluation] backport 1.16.6 release notes; bump version to 1.16.7#46574
Merged
slister1001 merged 2 commits intomainfrom Apr 28, 2026
Merged
[evaluation] backport 1.16.6 release notes; bump version to 1.16.7#46574slister1001 merged 2 commits intomainfrom
slister1001 merged 2 commits intomainfrom
Conversation
- Set 1.16.6 release date to 2026-04-27 (matches PyPI release) - Add #46502 token usage bullet to 1.16.6 (shipped in hotfix) - Add empty 1.16.7 (Unreleased) section - Bump _version.py to 1.16.7 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Backports the azure-ai-evaluation 1.16.6 release metadata from the hotfix branch to main and advances main to the next development version (1.16.7).
Changes:
- Add
1.16.7 (Unreleased)section and move1.16.6to a dated release (2026-04-27). - Backfill the missing 1.16.6 changelog bullet for token-usage telemetry.
- Bump the package version constant to
1.16.7.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| sdk/evaluation/azure-ai-evaluation/azure/ai/evaluation/_version.py | Bumps VERSION to 1.16.7 to match the new top-of-changelog unreleased version. |
| sdk/evaluation/azure-ai-evaluation/CHANGELOG.md | Adds 1.16.7 unreleased header, dates 1.16.6 to the PyPI ship date, and includes the missing token-usage fix entry. |
kdestin
approved these changes
Apr 28, 2026
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
kdestin
approved these changes
Apr 28, 2026
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.
Backport of the 1.16.6 release metadata to
mainafter the hotfix release shipped to PyPI on 2026-04-27.Changes
1.16.6CHANGELOG date to2026-04-27(matches PyPI release date)1.16.6section (this PR's fix shipped in the hotfix but the bullet was added to the CHANGELOG only on the hotfix branch)1.16.7 (Unreleased)section above1.16.6_version.pyto1.16.7Hotfix branch reference
Released from
hotfix/azure-ai-evaluation/1.16.6containing:No source code changes — those are already in
main.