Skip to content

Commit a637826

Browse files
chore: bump version to 1.3.2 (aws#280)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 33f09f7 commit a637826

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## [1.3.2] - 2026-02-23
4+
5+
### Added
6+
- feat: configurable context_tag with user_context default (#279) (33f09f7)
7+
8+
### Fixed
9+
- fix: insert retrieved LTM before last user message to avoid prefill error on Claude 4.6+ (#271) (232d05c)
10+
11+
### Other Changes
12+
- test: add thinking-mode compatibility tests for LTM retrieval (#272) (1bd22b7)
13+
- chore: bump version to 1.3.1 (#270) (8d7405c)
14+
315
## [1.3.1] - 2026-02-17
416

517
### 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.3.1"
7+
version = "1.3.2"
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)