File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ ## [ 0.17.0] - 2026-06-02
6+
7+ ### Added
8+ - feat(workflows): add closed-PR comment redirect (#1328 ) (a84cee4f)
9+ - feat: add invoke APIs for agent inspector (#1326 ) (14da3f9b)
10+ - feat: launch telemetry (#1430 ) (0e866052)
11+ - feat(telemetry): support agent_environment for runtime/harness distinction (#1405 ) (72574bd6)
12+ - feat: wire telemetry for validate command (#1423 ) (e3009801)
13+
14+ ### Fixed
15+ - fix(scripts): filter non-version tags in changelog auto-generation (#1444 ) (38f71440)
16+ - fix(ci): disable telemetry in release workflow to fix test failures (#1442 ) (dbe34ac1)
17+ - fix(e2e): skip Gemini invoke and logs tests (#1434 ) (a2bd0a79)
18+ - fix: pin google-genai < 2.0.0 in Gemini agent templates (#1433 ) (b4f5daa5)
19+ - fix: Patch CVE-2026 -42010 GnuTLS auth bypass in Python Dockerfile (#1397 ) (5a0fb0b3)
20+ - fix(telemetry): track preflight error for telemetry (#1403 ) (13a03912)
21+ - fix: restore --skills invoke override for harness (preview regression) (#1418 ) (285b0107)
22+
23+ ### Documentation
24+ - docs(commands): document missing commands and subcommands (#1425 ) (0a321df1)
25+
26+ ### Other Changes
27+ - refactor(telemetry): rename AgentType to AgentSource to remove ambiguity (#1422 ) (15d14389)
28+ - ci: disable telemetry in e2e and integ test workflows (#1421 ) (eaa4bcf9)
29+ - chore: remove sync-preview job from sync-from-public workflow (#1416 ) (d2192fce)
30+
531## [ 0.16.0] - 2026-05-28
632* feat: instrument telemetry for status command by @Hweinstock in https://github.com/aws/agentcore-cli/pull/1317
733* fix(telemetry): emit dev command telemetry before blocking by @Hweinstock in https://github.com/aws/agentcore-cli/pull/1375
Original file line number Diff line number Diff line change 11{
22 "name" : " @aws/agentcore" ,
3- "version" : " 0.16 .0" ,
3+ "version" : " 0.17 .0" ,
44 "description" : " CLI for Amazon Bedrock AgentCore" ,
55 "license" : " Apache-2.0" ,
66 "repository" : {
Original file line number Diff line number Diff line change 11{
2- "version" : " 1.0.0-preview.10 "
2+ "version" : " 1.0.0-preview.11 "
33}
You can’t perform that action at this time.
0 commit comments