Skip to content

Commit 420db86

Browse files
Release v0.3.0-preview.3.1 (#501)
* chore: bump version to 0.3.0-preview.3.1 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * Update CHANGELOG.md --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Jesse Turner <57651174+jesseturner21@users.noreply.github.com>
1 parent 125f83c commit 420db86

3 files changed

Lines changed: 30 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,33 @@
22

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

5+
## [0.3.0-preview.3.1] - 2026-03-05
6+
Known Issue
7+
For memory-only deployments, the agentcore status command printing out an error is a known bug for this release. We will follow up with a fix for the next release.
8+
### Added
9+
- feat: support individual memory deployment without agents (#483) (a75112e)
10+
- feat: add `agentcore traces` command and trace link in invoke TUI (#493) (b10b2c7)
11+
- feat: modular primitive architecture (#481) (0214f86)
12+
- feat: add `logs` command for streaming and searching agent runtime logs (#486) (7302109)
13+
- feat: add --diff flag to deploy command (#75) (#485) (3b4ee19)
14+
15+
### Fixed
16+
- fix: hide logs and traces commands from TUI (#499) (125f83c)
17+
- fix: prevent CI runs from cancelling each other on main (#492) (0d6fc31)
18+
- fix: wire gateway-target CLI flags and default source to existing-endpoint (#488) (8c8b179)
19+
- fix: resolve CI failures for security audit, PR title validation, and dependabot noise (#470) (5bf2192)
20+
- fix: clear mcp.json gateways during remove-all to prevent orphaned AWS resources (#484) (d4aa281)
21+
- fix: make CLI flag values case-insensitive (#413) (c1144e0)
22+
23+
### Documentation
24+
- docs: show default time ranges in traces and logs --help (#497) (b852179)
25+
- docs: add gateway documentation for commands, configuration, and local development (#474) (ec41be7)
26+
27+
### Other Changes
28+
- ci: auto-run E2E tests for authorized team members (#495) (0eb359d)
29+
- test: enable gateway test coverage (#487) (41365e4)
30+
- ci: bump the github-actions group with 5 updates (#491) (48ebf23)
31+
532
## [0.3.0-preview.3.0] - 2026-03-02
633

734
### Added

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws/agentcore",
3-
"version": "0.3.0-preview.3.0",
3+
"version": "0.3.0-preview.3.1",
44
"description": "CLI for Amazon Bedrock AgentCore",
55
"license": "Apache-2.0",
66
"repository": {

0 commit comments

Comments
 (0)