Skip to content

Commit 84d89e1

Browse files
chore: bump version to 0.14.2 (#1340)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2d8b9d7 commit 84d89e1

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

CHANGELOG.md

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

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

5+
## [0.14.2] - 2026-05-21
6+
7+
### Added
8+
- feat: add support for LTM metadata (#1281) (44b5c2cf)
9+
- feat: instrument telemetry for import command (#1312) (2cc0a4cb)
10+
11+
### Fixed
12+
- fix(import): escape triple-quotes in collaborationInstruction to prevent docstring injection (#1329) (ae1b932e)
13+
- fix(ci): use npm-shrinkwrap.json for node_modules cache key (#1325) (a6872ca5)
14+
- fix: ship npm-shrinkwrap.json to eliminate glob@10 deprecation warning on install (#1315) (4c5077c2)
15+
- fix: scope summaries retrieval to actor, not session, for cross-session memory (#1299) (1402057e)
16+
17+
### Documentation
18+
- docs: sync CLI documentation with actual command surface (#1296) (5ae559ae)
19+
20+
### Other Changes
21+
- Revert "feat: add support for LTM metadata (#1281)" (#1338) (2d8b9d7b)
22+
- ci(security-review): drop pull_request_review trigger (broken on fork PRs) (#1310) (43607fa1)
23+
- chore: replace CDK_REPO_TOKEN PAT with GitHub App token in e2e workflows (#1201) (fc675346)
24+
- chore(deps): bump ws from 8.20.0 to 8.20.1 (#1298) (52d3e847)
25+
526
## [0.14.1] - 2026-05-19
627

728
### Added

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

0 commit comments

Comments
 (0)