Skip to content

Commit 5759f54

Browse files
chore: bump version to 1.6.1 (#404)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ed953b5 commit 5759f54

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

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

3+
## [1.6.1] - 2026-04-10
4+
5+
### Added
6+
- feat: add read_only flag to AgentCoreMemorySessionManager to disable ACM persistence (#389) (215b5bd)
7+
8+
### Fixed
9+
- fix: replace blocklist with allowlist for install_packages() package validation (#403) (ed953b5)
10+
- fix: skip integration tests for Dependabot and remove missing label (#382) (4ebfdcb)
11+
- fix: pin griffe version and fix ExplanationStyle attribute error (#381) (2bdb9f1)
12+
13+
### Other Changes
14+
- chore(deps): bump boto3 and botocore minimum to 1.42.86 (#399) (df9a21d)
15+
- fix(ci): add pytest-rerunfailures to integration test dependencies (#400) (5ccb283)
16+
317
## [1.6.0] - 2026-03-31
418

519
### 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.6.0"
7+
version = "1.6.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)