Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,32 @@

All notable changes to this project will be documented in this file.

## [0.17.0] - 2026-06-02

### Added
- feat(workflows): add closed-PR comment redirect (#1328) (a84cee4f)
- feat: add invoke APIs for agent inspector (#1326) (14da3f9b)
- feat: launch telemetry (#1430) (0e866052)
- feat(telemetry): support agent_environment for runtime/harness distinction (#1405) (72574bd6)
- feat: wire telemetry for validate command (#1423) (e3009801)

### Fixed
- fix(scripts): filter non-version tags in changelog auto-generation (#1444) (38f71440)
- fix(ci): disable telemetry in release workflow to fix test failures (#1442) (dbe34ac1)
- fix(e2e): skip Gemini invoke and logs tests (#1434) (a2bd0a79)
- fix: pin google-genai < 2.0.0 in Gemini agent templates (#1433) (b4f5daa5)
- fix: Patch CVE-2026-42010 GnuTLS auth bypass in Python Dockerfile (#1397) (5a0fb0b3)
- fix(telemetry): track preflight error for telemetry (#1403) (13a03912)
- fix: restore --skills invoke override for harness (preview regression) (#1418) (285b0107)

### Documentation
- docs(commands): document missing commands and subcommands (#1425) (0a321df1)

### Other Changes
- refactor(telemetry): rename AgentType to AgentSource to remove ambiguity (#1422) (15d14389)
- ci: disable telemetry in e2e and integ test workflows (#1421) (eaa4bcf9)
- chore: remove sync-preview job from sync-from-public workflow (#1416) (d2192fce)

## [0.16.0] - 2026-05-28
* feat: instrument telemetry for status command by @Hweinstock in https://github.com/aws/agentcore-cli/pull/1317
* fix(telemetry): emit dev command telemetry before blocking by @Hweinstock in https://github.com/aws/agentcore-cli/pull/1375
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws/agentcore",
"version": "0.16.0",
"version": "0.17.0",
"description": "CLI for Amazon Bedrock AgentCore",
"license": "Apache-2.0",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion preview-version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "1.0.0-preview.10"
"version": "1.0.0-preview.11"
}
Loading