Skip to content

Commit 5aeca3c

Browse files
chore: bump version to 1.4.7 (#355)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 137479c commit 5aeca3c

File tree

3 files changed

+44
-2
lines changed

3 files changed

+44
-2
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Changelog
22

3+
## [1.4.7] - 2026-03-18
4+
5+
### Added
6+
- feat: add AG-UI protocol support via serve_ag_ui and AGUIApp (#350) (e799792)
7+
- feat: add missing data plane passthroughs and integration tests (#352) (530f203)
8+
- feat: add A2A protocol support via serve_a2a (#349) (be1be55)
9+
- feat: add ResourcePolicyClient for resource-based policy management (#328) (51e26c7)
10+
- feat: add data plane, extraction, and lifecycle integ tests to TestMemoryClient (#334) (62fdc9a)
11+
12+
### Fixed
13+
- fix: normalize snake_case/camelCase in passthrough methods for consistent SDK API (#348) (137479c)
14+
- fix: add retries for flaky integ tests that depend on LLM responses (#351) (8424c7a)
15+
- fix: add missing agentId metadata to batched agent state flush (#331) (11e2ac5)
16+
- fix: use separate ports for runtime integ tests to avoid parallel conflicts (#332) (03b599a)
17+
18+
### Other Changes
19+
- ci(deps): bump actions/github-script from 7 to 8 (#80) (0dd49c0)
20+
- chore(deps): bump pyasn1 from 0.6.2 to 0.6.3 (#353) (d3213c0)
21+
- ci(deps): bump actions/checkout from 5 to 6 (#165) (82869c8)
22+
- Revise agent deployment instructions in README (#130) (bb49c2e)
23+
- ci(deps): bump aws-actions/configure-aws-credentials from 5 to 6 (#345) (d508c24)
24+
- feat(strands-memory): add event metadata support to AgentCoreMemorySessionManager (#339) (cd2f2a0)
25+
- chore(deps): bump pyjwt from 2.10.1 to 2.12.0 (#341) (2f4f297)
26+
- ci(deps): bump slackapi/slack-github-action from 2.0.0 to 3.0.1 (#344) (f8710fa)
27+
- ci(deps): bump trufflesecurity/trufflehog from 3.90.6 to 3.93.8 (#343) (d4d1892)
28+
- chore: remove manual_test_memory_client.py (#337) (3dbb793)
29+
330
## [1.4.6] - 2026-03-12
431

532
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "bedrock-agentcore"
7-
version = "1.4.6"
7+
version = "1.4.7"
88
description = "An SDK for using Bedrock AgentCore"
99
readme = "README.md"
1010
requires-python = ">=3.10"

uv.lock

Lines changed: 16 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)