Skip to content

Commit 81bc380

Browse files
chore: bump version to 0.3.0-preview.8.0 (#655)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 1066276 commit 81bc380

File tree

3 files changed

+31
-3
lines changed

3 files changed

+31
-3
lines changed

CHANGELOG.md

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

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

5+
## [0.3.0-preview.8.0] - 2026-03-25
6+
7+
### Added
8+
- feat: rename `run evals` command to `run eval` (#636) (408801a)
9+
- feat: config-driven resource tagging (#625) (79a6a53)
10+
- feat: add requestHeaderAllowlist support to CLI (#614) (55acc9b)
11+
12+
### Fixed
13+
- fix: custom header support for invoke and dev commands (#652) (1066276)
14+
- fix: pass requestHeaderAllowlist through create flow and fix tag command types (#643) (8a1af21)
15+
- fix: move conflict check to postinstall and downgrade to warning (#640) (30b781f)
16+
- fix: handle dot-prefixed directories in PATH fallback detection (#621) (73fdf72)
17+
- fix: fix import from Bedrock Agents code generation bugs (#622) (32a543a)
18+
- fix: add missing MCP fields to vended CDK test spec (#619) (8758f9b)
19+
20+
### Other Changes
21+
- fix(gateway): add missing validation for custom JWT claim values (#644) (acd300d)
22+
- ci: add global CLI install and CDK matrix to full e2e workflow (#639) (e1e2bbf)
23+
- feat(gateway): add agentcore fetch access command (#627) (eda0f5d)
24+
- test: add e2e test for evaluations lifecycle (#628) (ec3d007)
25+
- test: add integ tests for evaluator and online-eval resource lifecycle (#626) (afaec4f)
26+
- test: add post-deploy e2e tests for status, logs, and traces (#623) (87de38a)
27+
- fix(gateway): write both CLIENT_ID and CLIENT_SECRET env vars for managed OAuth credentials (#617) (7c69105)
28+
- ci: use packaged CLI tarball for e2e tests (#616) (6952584)
29+
- feat(gateway): add custom claims validation and TUI wizard for JWT auth (#599) (b1c8a50)
30+
- feat!: merge mcp.json into agentcore.json (#605) (23df9fe)
31+
- ci: add cross-package e2e matrix testing against CDK constructs main (#610) (b941fbc)
32+
533
## [0.3.0-preview.7.0] - 2026-03-23
634

735
**Note:** Policy currently has issues with asscoiating a policy engine with a gateway that has No Auth or IAM Auth.

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

0 commit comments

Comments
 (0)