Skip to content

Commit 433af0f

Browse files
chore: bump version to 0.3.0-preview.9.0 (#690)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 1ca0750 commit 433af0f

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

CHANGELOG.md

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

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

5+
## [0.3.0-preview.9.0] - 2026-03-26
6+
7+
### Added
8+
- feat: add runtime lifecycle configuration (idle timeout and max lifetime) (#653) (1ca0750)
9+
- feat: add EPISODIC memory strategy support (#651) (247de18)
10+
- feat: add agentcore import command for starter toolkit migration (#620) (2142c77)
11+
- feat: runtime inbound auth (Custom JWT) for agents (#657) (0b743db)
12+
13+
### Fixed
14+
- fix: use aws-opentelemetry-distro and add input/output logging for LangGraph agent (#552) (f24609f)
15+
- fix: resolve picomatch high severity vulnerability (#663) (49e3d7c)
16+
517
## [0.3.0-preview.8.0] - 2026-03-25
618

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

0 commit comments

Comments
 (0)