File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed
Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.4.4] - 2026-03-10
4+
5+ ### Added
6+ - feat: add streamDeliveryResources support to memory SDK (#302 ) (907f816)
7+ - feat: split release workflow into prepare and publish (#301 ) (17e1357)
8+ - feat: add EvaluationClient with run() for on-demand session evaluation (#300 ) (102ba0d)
9+
10+ ### Fixed
11+ - fix: Session manager batching improvements (#298 ) (328acba)
12+ - fix: allow custom HTTP status codes from entrypoint handlers (#284 ) (#296 ) (2371461)
13+
14+ ### Other Changes
15+ - feat(strands-memory): add converter injection and optional restored-tool filtering (#288 ) (6cda0a3)
16+ - chore: bump version to 1.4.3 (#297 ) (a29aeec)
17+
318## [ 1.4.3] - 2026-03-04
419
520### Added
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " bedrock-agentcore"
7- version = " 1.4.3 "
7+ version = " 1.4.4 "
88description = " An SDK for using Bedrock AgentCore"
99readme = " README.md"
1010requires-python = " >=3.10"
You can’t perform that action at this time.
0 commit comments