Skip to content

Commit 3ef8c07

Browse files
chore: bump version to 0.3.0-preview.7.0 (#569)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d970e26 commit 3ef8c07

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGELOG.md

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

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

5+
## [0.3.0-preview.7.0] - 2026-03-19
6+
7+
### Added
8+
- feat: introduce evaluation feature (#518) (d970e26)
9+
- feat: add TUI agent harness with MCP server (#548) (c51b1e2)
10+
- feat: dev and invoke support for MCP and A2A protocols (#554) (c2c646c)
11+
- feat: unhide gateway and gateway-target CLI commands (#562) (5c8d1b4)
12+
- feat: add protocol mode support (HTTP, MCP, A2A) (#550) (3aaa062)
13+
- feat: add VPC network mode support (#545) (a61ebdd)
14+
15+
### Fixed
16+
- fix: correct managed OAuth credential name lookup for gateway MCP clients (#543) (30e6a74)
17+
518
## [0.3.0-preview.5.1] - 2026-03-12
619

720
### 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.6.0",
3+
"version": "0.3.0-preview.7.0",
44
"description": "CLI for Amazon Bedrock AgentCore",
55
"license": "Apache-2.0",
66
"repository": {

0 commit comments

Comments
 (0)