|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
| 5 | +## [0.8.1] - 2026-04-14 |
| 6 | + |
| 7 | +### Added |
| 8 | +- feat: add auto-instrumentation to langchain agent template (#835) (31fb7d1) |
| 9 | +- feat: add e2e tests for import command (#828) (bb9de25) |
| 10 | +- feat: add --request-header-allowlist CLI flag for agentcore add agent (#825) (#830) (b433faf) |
| 11 | + |
| 12 | +### Fixed |
| 13 | +- fix: pin @aws/agentcore-cdk to exact version in CDK template (#852) (aff1097) |
| 14 | +- fix: only exclude root-level agentcore/ directory from packaging artifacts (#844) (c3921ec) |
| 15 | +- fix: add AWS_IAM as a valid authorizer type for gateway commands (#820) (f2964e3) |
| 16 | +- fix: add missing langchain instrumentor dependency to import flow (#836) (921a05f) |
| 17 | +- fix: unhide import command from TUI main menu (#834) (ee6b630) |
| 18 | +- fix: add missing AgentCore regions to match AWS documentation (#833) (3b60dbe) |
| 19 | +- fix: remove docker info check from container runtime detection (#829) (6729eb2) |
| 20 | +- fix: update E2E test regex to match new CUSTOM_JWT client-side error (#832) (4f178a5) |
| 21 | +- fix: fail fast when CUSTOM_JWT agent has no bearer token available (#817) (96de3d2) |
| 22 | +- fix: respect aws-targets.json region instead of overriding with AWS_REGION env var (#818) (bdcc954) |
| 23 | +- fix: use caret range for aws-cdk-lib in project template (#805) (6e19463) |
| 24 | + |
| 25 | +### Other Changes |
| 26 | +- fix(ci): bump @aws/agentcore-cdk to 0.1.0-alpha.18 and remove snapshot step from release (#850) (e885843) |
| 27 | +- fix(ci): move snapshot update after build step in release workflow (#849) (37665a3) |
| 28 | +- fix(ci): update snapshots after CDK version sync in release workflow (#848) (6f87f04) |
| 29 | +- fix(e2e): use uv run for import test Python scripts (#845) (5962711) |
| 30 | +- fix(ci): unpin boto3 in e2e workflow (#841) (e64e8e2) |
| 31 | +- chore: pin @aws/agentcore-cdk version and auto-sync on release (#811) (1e5c631) |
| 32 | +- chore: bump aws-cdk-lib peer dep to ^2.248.0 (#812) (16b3c8c) |
| 33 | + |
5 | 34 | ## [0.8.0] - 2026-04-09 |
6 | 35 |
|
7 | 36 | ### Added |
|
0 commit comments