Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [1.18.0] - 2026-07-10

### Fixed
- fix: floor monotonic timestamps to milliseconds before comparison (#573) (f855616)
- fix: order AgentCore Memory events at millisecond resolution (#572) (a271ab4)

### Other Changes
- ci: add API reference docs generation workflow (#569) (168f4be)
- fix(payments): address langgraph middleware review follow-ups (#570) (46a0bea)
- feat(payments): Add LangGraph integration for payment handling (#546) (0a8a486)

## [1.17.0] - 2026-07-02

### Other Changes
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "bedrock-agentcore"
version = "1.17.0"
version = "1.18.0"
description = "An SDK for using Bedrock AgentCore"
readme = "README.md"
requires-python = ">=3.10"
Expand Down
Loading
Loading