Skip to content

Commit af35fb9

Browse files
chore: bump version to 1.9.1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 691a1fb commit af35fb9

3 files changed

Lines changed: 18 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [1.9.1] - 2026-05-12
4+
5+
### Fixed
6+
- fix: skip browser proxy tests (#476) (3cbcf22)
7+
- fix: allow bound methods in entrypoint() registration (#474) (932db42)
8+
- fix: update Discord invite link to strands community (#470) (eddc27c)
9+
- fix: remove double-base64 encoding in upload_file/download_file (#458) (#464) (9831602)
10+
11+
### Documentation
12+
- docs: add AGENTS.md and testing anti-patterns section (#465) (8695aa9)
13+
14+
### Other Changes
15+
- Update DP APIs to support namespace re-design (#449) (691a1fb)
16+
- chore: update CP APIs to support namespace re-design (#450) (23fd7dc)
17+
- fix(runtime): distinguish request parse errors from handler JSON errors (#472) (2e8a50a)
18+
319
## [1.9.0] - 2026-05-07
420

521
### Added

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.9.0"
7+
version = "1.9.1"
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)