Bedrock AgentCore SDK v1.15.1
Installation
pip install bedrock-agentcore==1.15.1What's Changed
See CHANGELOG.md for details.
What's Changed
- fix(ci): make security review robust to shallow-clone restoration by @tejaskash in #524
- fix(runtime): drop time_of_last_update from A2A and AG-UI ping responses by @aidandaly24 in #542
- feat(evaluation): expose evaluationReferenceInputs on EvaluatorInput by @jariy17 in #540
- feat(evaluation): add KMS, tags, online data source, and updated_at to batch eval by @jariy17 in #533
- fix(memory): guard retrieve_customer_context against empty message content by @dtaniwaki in #544
- fix: remove invalid CLI entrypoint from pyproject.toml by @citizen204 in #521
- fix: use correct 'score' field for memory relevance filtering by @jesseturner21 in #480
- fix(evaluation): make EvaluatorOutput.label optional for error responses by @citizen204 in #545
- Release v1.15.1 by @agentcore-devx-automation[bot] in #549
New Contributors
- @dtaniwaki made their first contribution in #544
- @citizen204 made their first contribution in #521
Full Changelog: v1.15.0...v1.15.1