Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.6.1] - 2026-04-10

### Added
- feat: add read_only flag to AgentCoreMemorySessionManager to disable ACM persistence (#389) (215b5bd)

### Fixed
- fix: replace blocklist with allowlist for install_packages() package validation (#403) (ed953b5)
- fix: skip integration tests for Dependabot and remove missing label (#382) (4ebfdcb)
- fix: pin griffe version and fix ExplanationStyle attribute error (#381) (2bdb9f1)

### Other Changes
- chore(deps): bump boto3 and botocore minimum to 1.42.86 (#399) (df9a21d)
- fix(ci): add pytest-rerunfailures to integration test dependencies (#400) (5ccb283)

## [1.6.0] - 2026-03-31

### Added
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "bedrock-agentcore"
version = "1.6.0"
version = "1.6.1"
description = "An SDK for using Bedrock AgentCore"
readme = "README.md"
requires-python = ">=3.10"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading