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

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

## [1.0.0-preview.2] - 2026-04-23

### Added
- feat: upgrade agent inspector to 0.2.1 (#937) (b49a06f)
- feat: remove deployed/local from status legend (#936) (c0d5b7b)
- feat: add GovCloud multi-partition support (#908) (098b104)

### Fixed
- fix: update asset snapshots after version revert (c8ea8b4)
- fix: use dnsSuffix() for multi-partition endpoint support (07b7430)
- fix: preserve harness deployed state on early deploy errors (#933) (c1c92f6)
- fix: build and push Dockerfile for harnesses on deploy (#927) (#929) (3cec11c)

### Other Changes
- Revert "chore: bump version to 1.0.0-preview.2 (#939)" (4a90975)
- chore: bump version to 1.0.0-preview.2 (#939) (502e089)
- Merge remote-tracking branch 'origin/main' into preview (69dbc79)
- fix(deploy): honor aws-targets.json region for all SDK and CDK calls (#925) (1903f7d)

## [1.0.0-preview.1] - 2026-04-22

### Added
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "1.0.0-preview.1",
"version": "1.0.0-preview.2",
"description": "CLI for Amazon Bedrock AgentCore",
"license": "Apache-2.0",
"repository": {
Expand Down