Skip to content

Commit f8dc490

Browse files
chore: bump version to 0.11.0 (#967)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7c37fa6 commit f8dc490

4 files changed

Lines changed: 22 additions & 4 deletions

File tree

CHANGELOG.md

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

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

5+
## [0.11.0] - 2026-04-24
6+
7+
### Added
8+
- feat: add telemetry schemas and client (#941) (7c37fa6)
9+
- feat: add GitHub Action for automated PR review via AgentCore Harness (#934) (a365bf5)
10+
11+
### Fixed
12+
- fix: display session ID after CLI invoke completes (#957) (51e4a8e)
13+
- fix: lower eventExpiryDuration minimum from 7 to 3 days (closes #744) (#956) (8613657)
14+
- fix: use pull_request_target for fork PR support (#958) (933bac8)
15+
- fix: agentcore dev not working in windows (#951) (5271f55)
16+
- fix: add TTY detection before TUI fallbacks to prevent agent/CI hangs (#949) (c30ed54)
17+
- fix: allow code-based evaluators in online eval configs (#947) (3d2d671)
18+
- fix: buffer streaming text to avoid per-token log lines in GitHub Actions (#946) (cb1e81a)
19+
20+
### Other Changes
21+
- test: add browser tests for agent inspector (#938) (7a4104d)
22+
523
## [0.10.0] - 2026-04-23
624

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

schemas/agentcore.schema.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@
321321
},
322322
"eventExpiryDuration": {
323323
"type": "integer",
324-
"minimum": 7,
324+
"minimum": 3,
325325
"maximum": 365
326326
},
327327
"strategies": {

0 commit comments

Comments
 (0)