Skip to content

Commit 7abdde8

Browse files
Release v0.3.0-preview.7.0 (#613)
* chore: bump version to 0.3.0-preview.7.0 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * Update CHANGELOG for version 0.3.0-preview.7.0 Document notable changes for version 0.3.0-preview.7.0, including new features like resource tagging and policy engine support. --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Aidan Daly <99039782+aidandaly24@users.noreply.github.com>
1 parent b62ca3a commit 7abdde8

3 files changed

Lines changed: 28 additions & 3 deletions

File tree

CHANGELOG.md

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

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

5+
## [0.3.0-preview.7.0] - 2026-03-23
6+
7+
**Note:** Policy currently has issues with asscoiating a policy engine with a gateway that has No Auth or IAM Auth.
8+
9+
### Added
10+
- feat: add resource tagging support (#564) (dd9716c)
11+
- feat: add import from Bedrock Agents to add agent and create flows (#563) (f0e1af7)
12+
- feat: add policy engine and policy support (#579) (4da709b)
13+
- feat: add advanced settings gate to agent creation wizard (#593) (0023284)
14+
15+
### Fixed
16+
- fix: improve old CLI conflict detection in preinstall hook (#588) (a5cbc03)
17+
- fix: add @aws-sdk/xml-builder override to resolve entity expansion limit (#601) (36f1ca2)
18+
19+
### Documentation
20+
- docs: update CLI command reference with missing commands, options, and aliases (#581) (41b6c74)
21+
22+
### Other Changes
23+
- Revert "feat: add resource tagging support (#564)" (#612) (b62ca3a)
24+
- fix(tui): remove dead PlaceholderScreen and fix gateway wizard UX (#597) (8f44713)
25+
- fix(gateway): harden inbound auth schema and rename credential flags (#598) (bf1406c)
26+
- ci: run full e2e suite on every push to main (#585) (aec6102)
27+
- ci: add package install sanity check to build-and-test (#590) (06fb886)
28+
- ci: fix pr-tarball for fork PRs using pull_request_target (#586) (686dbee)
29+
530
## [0.3.0-preview.6.1] - 2026-03-19
631

732
### 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.1",
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)