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.3.0] - 2026-02-11

### Fixed
- fix: download_file/download_files crash on binary content with UnicodeDecodeError (#257) (e8b63be)
- fix: remove deprecated save_turn() and process_turn() methods (#241) (9bd2623)

### Other Changes
- feat(memory): event metadata state identification, message batching, and redundant sync elimination (#244) (fbce2fc)
- fix(identity): update endpoint for Create/UpdateWorkloadIdentity (#249) (3fa9afe)
- chore: bump version to 1.2.1 (#250) (cb44b79)

## [1.2.1] - 2026-02-03

### Fixed
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.2.1"
version = "1.3.0"
description = "An SDK for using Bedrock AgentCore"
readme = "README.md"
requires-python = ">=3.10"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.