|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
| 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 | + |
5 | 33 | ## [0.3.0-preview.7.0] - 2026-03-23 |
6 | 34 |
|
7 | 35 | **Note:** Policy currently has issues with asscoiating a policy engine with a gateway that has No Auth or IAM Auth. |
|
0 commit comments