Skip to content

Commit 208cc14

Browse files
chore: bump version to 1.3.0 (aws#263)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent fbce2fc commit 208cc14

3 files changed

Lines changed: 13 additions & 2 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.3.0] - 2026-02-11
4+
5+
### Fixed
6+
- fix: download_file/download_files crash on binary content with UnicodeDecodeError (#257) (e8b63be)
7+
- fix: remove deprecated save_turn() and process_turn() methods (#241) (9bd2623)
8+
9+
### Other Changes
10+
- feat(memory): event metadata state identification, message batching, and redundant sync elimination (#244) (fbce2fc)
11+
- fix(identity): update endpoint for Create/UpdateWorkloadIdentity (#249) (3fa9afe)
12+
- chore: bump version to 1.2.1 (#250) (cb44b79)
13+
314
## [1.2.1] - 2026-02-03
415

516
### Fixed

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

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)