Skip to content

Commit bbc00a7

Browse files
chore: bump version to 1.4.2 (#294)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2b6736e commit bbc00a7

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.4.2] - 2026-03-03
4+
5+
### Added
6+
- feat: Add automatic flush for batched messages, on AfterInvocationEvent hook and interval-based periodical flush (#291) (bb4a1b7)
7+
8+
### Fixed
9+
- fix: fix npe in memory session manager when messages have no text content (#293) (2b6736e)
10+
- fix: AgentCoreMemorySessionManager - Cache agent timestamps to eliminate redundant list_events calls (#289) (1dd896e)
11+
12+
### Other Changes
13+
- chore: bump version to 1.4.1 (#287) (ef448dc)
14+
315
## [1.4.1] - 2026-02-27
416

517
### Other Changes

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.4.1"
7+
version = "1.4.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)