Skip to content

Commit 3598e43

Browse files
chore: bump version to 0.3.0-preview.5.0 (#525)
* chore: bump version to 0.3.0-preview.5.0 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * Remove duplicate known issue in CHANGELOG Removed duplicate known issue section for version 0.3.0-preview.4.0. --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Aidan Daly <99039782+aidandaly24@users.noreply.github.com>
1 parent a282d65 commit 3598e43

File tree

3 files changed

+27
-5
lines changed

3 files changed

+27
-5
lines changed

CHANGELOG.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,31 @@
22

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

5+
## [0.3.0-preview.5.0] - 2026-03-09
6+
7+
### Added
8+
- feat: add lambdaFunctionArn target type (#519) (fb6a4f7)
9+
- feat: add OpenAPI and Smithy model gateway target types (#516) (0d1021d)
10+
- feat: add API Key and No Auth support for API Gateway targets (#514) (763b937)
11+
- feat: configurable transaction search index percentage (#513) (c5edfeb)
12+
- feat: add API Gateway target TUI wizard and address review feedback (#511) (9ecf0fa)
13+
- feat: enable CloudWatch Transaction Search on deploy (#506) (315df61)
14+
- feat: add API Gateway REST API as new gateway target type (#509) (3b1df62)
15+
- feat: revamp agentcore status command to show all resources status (#504) (96e6691)
16+
- feat: add target type picker to gateway target wizard (#496) (#505) (b8bb758)
17+
- feat: make container dev mode language-agnostic (#500) (a158ffb)
18+
19+
### Fixed
20+
- fix: wire identity OAuth and gateway auth CLI options through to primitives (#522) (32064ee)
21+
- fix: resolve schema paths relative to project root instead of agentcore/ (#523) (d4995cb)
22+
- fix: centralize auth rules, consolidate TUI flows, and clarify schema paths (#521) (2059bd1)
23+
- fix: conditionally show invoke in deploy next steps only when agents exist (#508) (baae06b)
24+
25+
### Documentation
26+
- docs: update help text and docs for all gateway target types (#524) (a282d65)
27+
528
## [0.3.0-preview.4.0] - 2026-03-05
6-
Known Issue
7-
For memory-only deployments, the agentcore status command printing out an error is a known bug for this release. We will follow up with a fix for the next release.
29+
830
## [0.3.0-preview.3.1] - 2026-03-05
931
Known Issue
1032
For memory-only deployments, the agentcore status command printing out an error is a known bug for this release. We will follow up with a fix for the next release.

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

0 commit comments

Comments
 (0)