File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed
Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " bedrock-agentcore"
7- version = " 1.6.0 "
7+ version = " 1.6.1 "
88description = " An SDK for using Bedrock AgentCore"
99readme = " README.md"
1010requires-python = " >=3.10"
You can’t perform that action at this time.
0 commit comments