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.15.1] - 2026-06-25

### Added
- feat(evaluation): add KMS, tags, online data source, and updated_at to batch eval (#533) (de79b6b)
- feat(evaluation): expose evaluationReferenceInputs on EvaluatorInput (#540) (ff55a2a)

### Fixed
- fix: use correct 'score' field for memory relevance filtering (#480) (eaaf451)
- fix: remove invalid CLI entrypoint from pyproject.toml (#521) (e937f9a)
- fix(evaluation): make EvaluatorOutput.label optional for error responses (#545) (1eabc67)
- fix(memory): guard retrieve_customer_context against empty message content (#544) (56b215d)
- fix(runtime): drop time_of_last_update from A2A and AG-UI ping responses (#542) (44b1a92)
- fix(ci): make security review robust to shallow-clone restoration (#524) (fefb240)

## [1.15.0] - 2026-06-17

### Other Changes
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.15.0"
version = "1.15.1"
description = "An SDK for using Bedrock AgentCore"
readme = "README.md"
requires-python = ">=3.10"
Expand Down
24 changes: 12 additions & 12 deletions uv.lock

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

Loading