Skip to content

Commit d07e8cd

Browse files
chore: bump main to 0.26.0, preview to 1.0.0-preview.25 (#1912)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b2f0762 commit d07e8cd

3 files changed

Lines changed: 18 additions & 2 deletions

File tree

CHANGELOG.md

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

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

5+
## [0.26.0] - 2026-08-04
6+
7+
### Added
8+
- feat: add --model-provider flag for keyless Bedrock LLM judge evaluators (#1828) (8fba8160)
9+
10+
### Fixed
11+
- fix(dev): inject A2A_PORT for A2A dev servers (#1909) (b2f0762d)
12+
- fix(deps): patch fast-uri and brace-expansion to clear audit gate (#1903) (2f27f55f)
13+
- fix: validate generated agent inputs (#1898) (1afa0083)
14+
- fix(docs): document lambda:InvokeFunction for code-based evaluators (#1891) (6f343507)
15+
- fix: resolve the gateway target for A/B test invocation URLs (#1854) (#1874) (badd642e)
16+
- fix: resolve create harness Dockerfile paths from command cwd (#1474) (369c404a)
17+
18+
### Other Changes
19+
- ci: wire shared composite actions (#1842) (77b54a59)
20+
521
## [0.25.0] - 2026-07-28
622

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

preview-version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "1.0.0-preview.24"
2+
"version": "1.0.0-preview.25"
33
}

0 commit comments

Comments
 (0)