Skip to content

Commit eab90e9

Browse files
Release v1.4.5 (aws#321)
* chore: bump version to 1.4.5 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * Remove duplicate changelog entry for fix in strands-memory Removed duplicate entry for restoring positional arg order in AgentCoreMemorySessionManager.__init__. Signed-off-by: Aidan Daly <99039782+aidandaly24@users.noreply.github.com> --------- Signed-off-by: Aidan Daly <99039782+aidandaly24@users.noreply.github.com> 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 98100d7 commit eab90e9

3 files changed

Lines changed: 28 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## [1.4.5] - 2026-03-11
4+
5+
### Fixed
6+
- fix: apply ruff formatting to openai converter files (#312) (98871e9)
7+
- fix(strands-memory): restore positional arg order in AgentCoreMemorySessionManager.__init__ (#318) (98100d7)
8+
9+
### Other Changes
10+
- chore: remove deprecated legacy-release workflow (#315) (84d2916)
11+
- ci: temporarily disable memory integration tests (#319) (ae4c15c)
12+
- chore(deps-dev): bump wheel from 0.45.1 to 0.46.2 (#221) (a77f13a)
13+
- chore(deps): bump cryptography from 45.0.5 to 46.0.5 (#306) (9a21bdc)
14+
- chore(deps): bump starlette from 0.47.1 to 0.49.1 (#307) (538c56f)
15+
- chore(deps): bump werkzeug from 3.1.5 to 3.1.6 (#308) (3f8424c)
16+
- chore(deps): bump pillow from 11.3.0 to 12.1.1 (#309) (85d1465)
17+
- chore(deps): bump mcp from 1.12.2 to 1.23.0 (#310) (db3fcba)
18+
- ci(deps): bump actions/download-artifact from 5 to 6 (#139) (ff66b49)
19+
- ci(deps): bump actions/upload-artifact from 4 to 5 (#140) (fc68025)
20+
- Add daily Slack notification for open PRs (#304) (fda82da)
21+
- chore(deps): bump python-multipart from 0.0.20 to 0.0.22 (#224) (8b8c6fd)
22+
- chore(deps): bump werkzeug from 3.1.3 to 3.1.5 (#228) (7b2bb45)
23+
- chore(deps): bump virtualenv from 20.31.2 to 20.36.1 (#229) (d92ad87)
24+
- chore(deps): bump urllib3 from 2.5.0 to 2.6.3 (#230) (6105816)
25+
- chore(deps): bump filelock from 3.18.0 to 3.20.3 (#231) (6d9dbde)
26+
- chore(deps): bump aiohttp from 3.13.2 to 3.13.3 (#232) (5c7559a)
27+
- ci: parallelize integration tests into matrix jobs (#269) (bd3b7b0)
28+
329
## [1.4.4] - 2026-03-10
430

531
### 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.4"
7+
version = "1.4.5"
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)