Skip to content

Releases: Azure/agentops

v0.4.1

15 Jun 19:28
2e791ea

Choose a tag to compare

Note: v0.4.0 was tagged but its Release workflow failed in the
build step (see #311), so v0.4.0 was never published to PyPI or the
VS Code Marketplace. v0.4.1 supersedes it: it contains every change from
v0.4.0 plus the test-suite fix (#311) that unblocks the release pipeline.
Installing or upgrading from PyPI/Marketplace will pick up v0.4.1 directly.

What's Changed * chore(deps-dev): update azure-monitor-query requirement from <2.0,>=1.3 to >=1.3,<3.0 by @dependabot[bot] in #248 * chore(deps-dev): update azure-mgmt-cognitiveservices requirement from <14.0,>=13.5 to >=13.5,<15.0 by @dependabot[bot] in #247 * chore(deps-dev): update pandas requirement from <3.0,>=2.0 to >=2.0,<4.0 by @dependabot[bot] in #246 * chore(deps): bump aiohttp from 3.13.5 to 3.14.0 by @dependabot[bot] in #231 * chore(deps): bump idna from 3.11 to 3.15 by @dependabot[bot] in #168 * feat(prompt-deploy): tag PR candidates as agentops:candidate=true by @placerda in #309 * Release v0.4.1 by @placerda in #310 * fix(tests): cherry-pick #311 to main to unblock Release by @placerda in #312 Full Changelog: v0.4.0...v0.4.1

v0.4.0

14 Jun 15:57
7a22c77

Choose a tag to compare

v0.4.0

Added

  • agentops doctor detects missing OpenAI data-plane RBAC on the Foundry resource. A new security.missing_openai_data_plane_rbac check resolves the signed-in principal (via the oid claim of the access token used by DefaultAzureCredential) and lists role assignments at the Foundry account scope using azure-mgmt-authorization. When none of Cognitive Services OpenAI User, Cognitive Services OpenAI Contributor or Cognitive Services Contributor is granted (directly or inherited), Doctor surfaces a WARNING with the exact az role assignment create command pre-populated with the principal object id and Foundry account scope. (#228, #307)

Changed

  • agentops-pr workflow templates now auto-detect a committed baseline. Both the GitHub Actions and Azure DevOps PR templates emitted by agentops workflow generate wrap agentops eval run with a small bash guard: when .agentops/baseline/results.json exists in the consumer repo the step automatically passes --baseline .agentops/baseline/results.json; without the file the behaviour is unchanged. Deploy templates (dev/qa/prod) are untouched. (#155, #306)

Fixed

  • agentops skills install --platform help text now lists cursor alongside copilot and claude. The cursor platform is fully implemented (registers rules in .cursor/rules/agentops.mdc); only the CLI help string was out of date. (#157, #305)

v0.3.23

12 Jun 20:46
a7594d0

Choose a tag to compare

What's Changed

Full Changelog: v0.3.22...v0.3.23

v0.3.22

12 Jun 14:06
3a51825

Choose a tag to compare

What's Changed

Full Changelog: v0.3.21...v0.3.22

v0.3.21

12 Jun 13:02
1916a4c

Choose a tag to compare

What's Changed

Full Changelog: v0.3.20...v0.3.21

v0.3.20

10 Jun 19:04
8c4f09e

Choose a tag to compare

What's Changed

  • feat(governance): scaffold ASSERT + Red Team runners; tutorial dual-option step 12 by @placerda in #299
  • Release v0.3.20 by @placerda in #300

Full Changelog: v0.3.19...v0.3.20

v0.3.19

10 Jun 17:52
77b3dd7

Choose a tag to compare

What's Changed

  • docs: drop redundant smoke-core callout from step 10 by @placerda in #293
  • docs: explain the auto-generated rubric evaluator in step 11 by @placerda in #294
  • docs: threshold the aggregate rubric metric, not the dimension ids by @placerda in #295
  • docs: teach how to inspect each eval run in the Foundry portal by @placerda in #296
  • fix: polish azd eval output - dataset path, Rows section, Foundry link, terser logs by @placerda in #297
  • Release v0.3.19 by @placerda in #298

Full Changelog: v0.3.18...v0.3.19

v0.3.18

10 Jun 11:50
b823d78

Choose a tag to compare

What's Changed

  • docs: split tutorial step 10 into three focused steps by @placerda in #289
  • docs: position AgentOps Accelerator as the open-source AgentOps jumpstart by @placerda in #290
  • fix: surface full azd eval failure details and persist raw logs by @placerda in #291
  • Release v0.3.18 by @placerda in #292

Full Changelog: v0.3.17...v0.3.18

v0.3.16

09 Jun 18:44
25d8654

Choose a tag to compare

What's Changed

Full Changelog: v0.3.15...v0.3.16

v0.3.15

09 Jun 18:26
b8a751a

Choose a tag to compare

What's Changed

Full Changelog: v0.3.14...v0.3.15