From 8ebf1ac4e6571ca4afc6451b121a73241c7d1338 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 11 Feb 2026 16:34:53 +0000 Subject: [PATCH] chore: bump version to 1.3.0 Co-authored-by: github-actions[bot] --- CHANGELOG.md | 11 +++++++++++ pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e7003b..e983555 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 7e6f1d8..00e15db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/uv.lock b/uv.lock index 6de2924..fe796d4 100644 --- a/uv.lock +++ b/uv.lock @@ -222,7 +222,7 @@ wheels = [ [[package]] name = "bedrock-agentcore" -version = "1.2.1" +version = "1.3.0" source = { editable = "." } dependencies = [ { name = "boto3" },