Skip to content

Commit bb6d01f

Browse files
Merge branch 'main' into dependabot/uv/pyjwt-2.13.0
2 parents 2941718 + 8df87bb commit bb6d01f

3 files changed

Lines changed: 701 additions & 3 deletions

File tree

CHANGELOG.md

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

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

0 commit comments

Comments
 (0)