Skip to content

Commit 7cf134f

Browse files
chore: bump version to 1.4.4 (#305)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 6cda0a3 commit 7cf134f

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
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

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.3"
7+
version = "1.4.4"
88
description = "An SDK for using Bedrock AgentCore"
99
readme = "README.md"
1010
requires-python = ">=3.10"

uv.lock

Lines changed: 1 addition & 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)