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
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@

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

## [0.20.0] - 2026-06-17

### Added
- feat: upgrade agent inspector to v0.6.0 (#1546) (d2f22e37)
- feat: send model config to agent inspector (#1516) (3097e031)
- feat(e2e): enable gemini tests (#1503) (c3d7565a)
- feat(ci): clean up stale stacks with global vitest setup hook (#1499) (9966e9d2)
- feat(ci): shard integ tests for faster runs. (#1484) (9f755cb4)
- feat(ci): add hourly canary for smoke test (#1486) (6c57e789)

### Fixed
- fix(harness): surface managed-memory heads-up on dev deploy + validate session storage path in TUI (#1555) (23d6ef22)
- fix(ci): avoid running pr reviewer on closed prs (#1536) (ef1e0667)
- fix(assets): prevent multi-gateway tool-name collisions across HTTP frameworks (#1518) (c217b169)
- fix(e2e): add harness tests to e2e workflow (#1515) (0d93b006)
- fix(ci): make /security-review fail loudly when the model never runs (#1482) (202eed9c)
- fix(e2e): wire up payments env vars for full test suite (#1505) (ea2df09f)
- fix(scripts): avoid overwriting git local config in e2e script (#1501) (f62329b0)

### Other Changes
- chore: ungate web-search commands (#1558) (6bb2ca45)
- chore(policy): ungate guardrail policy form (#1552) (d5745af0)
- release: nys summit (#1547) (845c1bdb)
- script: bundle agent inspector (#1529) (2166bd87)

## [0.19.0] - 2026-06-09

### Added
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.19.0",
"version": "0.20.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.13"
"version": "1.0.0-preview.14"
}
Loading
Loading