Release v0.4.2#321
Merged
Merged
Conversation
Patch release: make 'agentops eval init' resilient to the azure.ai.agents extension 0.1.40 rename of 'azd ai agent eval init' -> 'generate' by trying 'generate' first and falling back to legacy 'init' on older extensions. See CHANGELOG [0.4.2]. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
Release v0.4.2 (patch).
What's in this release
Single bug fix: make
agentops eval initresilient to theazure.ai.agentsazd extension 0.1.40, which renamed the eval subcommandazd ai agent eval init->azd ai agent eval generate. AgentOps now triesgeneratefirst and falls back to the legacyinitonly when an older extension does not recognise it. Genuine errors (auth, endpoint, timeout) are still surfaced immediately. All passed flags and recipe discovery/persistence are unchanged.Merged to develop in #320.
Notes for reviewers
main(production tip) rather thandevelopbecausedevelopis currently behindmain(the v0.4.1 hotfix fix(tests): cherry-pick #311 to main to unblock Release #312 and Simplify README and make Foundry dependencies default #315 were not synced back to develop). Basing onmainkeeps this PR a clean, minimal patch diff. Amain->developsync remains a maintainer follow-up.[0.4.2] - 2026-06-17.ruff checkclean,mypyclean.After merge: tag
v0.4.2onmain(triggers the production release pipeline, which pauses at thereleasePyPI approval gate).Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com