Skip to content

Commit c9852f4

Browse files
authored
Merge pull request #1042 from aws/release/v0.12.1
Release v0.12.1
2 parents 29ae8e5 + c097232 commit c9852f4

5 files changed

Lines changed: 28 additions & 5 deletions

File tree

CHANGELOG.md

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

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

5+
## [0.12.1] - 2026-04-29
6+
7+
### Added
8+
- feat: add CloudWatch traces API for web UI (#997) (76b07aa)
9+
10+
### Fixed
11+
- fix: remove CONFIG_DIR exclusion from zip stage to preserve dependency agentcore/ packages (#1015) (d1e5241)
12+
13+
### Other Changes
14+
- fix(ci): install uv in release workflow prepare steps (#1038) (29ae8e5)
15+
- fix(ci): move snapshot update after build in release workflow (#1036) (227c840)
16+
- fix(ci): enable coverage collection in sharded unit test runs (#1034) (061b6b3)
17+
- fix(ci): update snapshots after CDK version sync in release workflow (#1033) (d3b412f)
18+
- chore(deps): bump @opentelemetry/sdk-metrics from 2.6.1 to 2.7.0 (#1030) (ad59fc0)
19+
- chore(deps-dev): bump secretlint from 12.2.0 to 12.3.1 (#1029) (36755e9)
20+
- chore(deps-dev): bump @secretlint/secretlint-rule-preset-recommend (#1028) (56a6d4c)
21+
- chore(deps): bump @opentelemetry/resources from 2.6.1 to 2.7.0 (#1026) (ad482cf)
22+
- chore(deps): bump the aws-cdk group with 2 updates (#1025) (1686e4d)
23+
- chore(deps): bump the aws-sdk group with 14 updates (#1024) (1fc366c)
24+
- ci: add coordinated main + preview release workflow (#995) (7e8cae4)
25+
- fix(import): use GatewayNameSchema for gateway import name validation (#1011) (29b6522)
26+
- test: remove 44 render-only and framework-testing tests (#998) (13b34a3)
27+
528
## [0.12.0] - 2026-04-28
629

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

src/assets/__tests__/__snapshots__/assets.snapshot.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ exports[`Assets Directory Snapshots > CDK assets > cdk/cdk/package.json should m
357357
"typescript": "~5.9.3"
358358
},
359359
"dependencies": {
360-
"@aws/agentcore-cdk": "^0.1.0-alpha.19",
360+
"@aws/agentcore-cdk": "0.1.0-alpha.23",
361361
"aws-cdk-lib": "^2.248.0",
362362
"constructs": "^10.0.0"
363363
}

src/assets/cdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"typescript": "~5.9.3"
2424
},
2525
"dependencies": {
26-
"@aws/agentcore-cdk": "^0.1.0-alpha.19",
26+
"@aws/agentcore-cdk": "0.1.0-alpha.23",
2727
"aws-cdk-lib": "^2.248.0",
2828
"constructs": "^10.0.0"
2929
}

0 commit comments

Comments
 (0)