File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.18.0] - 2026-07-10
4+
5+ ### Fixed
6+ - fix: floor monotonic timestamps to milliseconds before comparison (#573 ) (f855616)
7+ - fix: order AgentCore Memory events at millisecond resolution (#572 ) (a271ab4)
8+
9+ ### Other Changes
10+ - ci: add API reference docs generation workflow (#569 ) (168f4be)
11+ - fix(payments): address langgraph middleware review follow-ups (#570 ) (46a0bea)
12+ - feat(payments): Add LangGraph integration for payment handling (#546 ) (0a8a486)
13+
314## [ 1.17.0] - 2026-07-02
415
516### Other Changes
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.17 .0"
7+ version = " 1.18 .0"
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