Skip to content

Commit 8e92987

Browse files
chore: bump version to 0.8.1 (#853)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent aff1097 commit 8e92987

3 files changed

Lines changed: 32 additions & 3 deletions

File tree

CHANGELOG.md

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

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

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+
534
## [0.8.0] - 2026-04-09
635

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

0 commit comments

Comments
 (0)