Releases: aws/bedrock-agentcore-sdk-python
Releases · aws/bedrock-agentcore-sdk-python
Bedrock AgentCore SDK v1.4.3
Installation
pip install bedrock-agentcore==1.4.3What's Changed
See CHANGELOG.md for details.
What's Changed
- Release v1.4.2 by @github-actions[bot] in #294
- feat: add buffering for agent state events by @padmak30 in #295
Full Changelog: v1.4.2...v1.4.3
Bedrock AgentCore SDK v1.4.2
Installation
pip install bedrock-agentcore==1.4.2What's Changed
See CHANGELOG.md for details.
What's Changed
- Release v1.4.1 by @github-actions[bot] in #287
- fix: AgentCoreMemorySessionManager - Cache agent timestamps to eliminate redundant list_events calls by @padmak30 in #289
- feat: Add automatic flush for batched messages, on AfterInvocationEvent hook and interval-based periodical flush by @padmak30 in #291
- fix: fix npe in memory session manager when messages have no text content by @padmak30 in #293
Full Changelog: v1.4.1...v1.4.2
Bedrock AgentCore SDK v1.4.1
Installation
pip install bedrock-agentcore==1.4.1What's Changed
See CHANGELOG.md for details.
What's Changed
- Release v1.4.0 by @github-actions[bot] in #281
Full Changelog: v1.3.3...v1.4.1
Bedrock AgentCore SDK v1.3.3
Installation
pip install bedrock-agentcore==1.3.3What's Changed
See CHANGELOG.md for details.
What's Changed
- feat: isolate async handler execution on dedicated worker event loop by @siwachabhi in #273
- fix: Update list_events max results to max value 100 by @padmak30 in #285
New Contributors
Full Changelog: v1.4.0...v1.3.3
Bedrock AgentCore SDK v1.4.0
Installation
pip install bedrock-agentcore==1.4.0What's Changed
See CHANGELOG.md for details.
What's Changed
- Release v1.3.2 by @github-actions[bot] in #280
- feat: add SessionConfiguration with proxy, extensions, and profile support by @kevin-orellana in #274
Full Changelog: v1.3.2...v1.4.0
Bedrock AgentCore SDK v1.3.2
Installation
pip install bedrock-agentcore==1.3.2What's Changed
See CHANGELOG.md for details.
What's Changed
- Release v1.3.1 by @github-actions[bot] in #270
- fix: insert retrieved LTM before last user message to avoid prefill error by @notgitika in #271
- test: add thinking-mode compatibility tests for LTM retrieval by @notgitika in #272
- feat: configurable context_tag with user_context default by @notgitika in #279
New Contributors
- @notgitika made their first contribution in #271
Full Changelog: v1.3.1...v1.3.2
Bedrock AgentCore SDK v1.3.1
Installation
pip install bedrock-agentcore==1.3.1What's Changed
See CHANGELOG.md for details.
What's Changed
- Release v1.3.0 by @github-actions[bot] in #263
- docs: update memory READMEs with metadata types and message batching by @jariy17 in #264
- fix: use correct boto3 service name for evaluation client by @jariy17 in #267
Full Changelog: v1.3.0...v1.3.1
Bedrock AgentCore SDK v1.3.0
Installation
pip install bedrock-agentcore==1.3.0What's Changed
See CHANGELOG.md for details.
What's Changed
- Release v1.2.1 by @github-actions[bot] in #250
- fix(identity): update endpoint for Create/UpdateWorkloadIdentity by @spatch1923 in #249
- fix: remove deprecated save_turn() and process_turn() methods by @jariy17 in #241
- fix: download_file/download_files crash on binary content with UnicodeDecodeError by @kevin-orellana in #257
- feat(memory): event metadata state identification, message batching, and redundant sync elimination by @jariy17 in #244
New Contributors
- @spatch1923 made their first contribution in #249
- @kevin-orellana made their first contribution in #257
Full Changelog: v1.2.1...v1.3.0
Bedrock AgentCore SDK v1.2.1
Installation
pip install bedrock-agentcore==1.2.1What's Changed
See CHANGELOG.md for details.
What's Changed
- Release v1.2.0 by @github-actions[bot] in #213
- feat: add Slack notification workflow for new issues by @jariy17 in #226
- fix: escape special characters in Slack notification payload by @jariy17 in #239
- feat(memory): add metadata support to MemoryClient events by @jariy17 in #236
- Add trailing slash to namespace strings by @xinaizha in #238
New Contributors
Full Changelog: v1.1.5...v1.2.1
Bedrock AgentCore SDK v1.2.0
Installation
pip install bedrock-agentcore==1.2.0What's Changed
See CHANGELOG.md for details.
What's Changed
- Release v1.1.4 by @github-actions[bot] in #207
- fix: apply relevance_score filtering in Strands integration (#190) by @aidandaly24 in #211
- feat(memory): add episodic memory strategy support by @aneeshsabarad in #208
- Add integration_source parameter for framework attribution telemetry by @sundargthb in #210
- fix(memory): Improve pagination behavior in get_last_k_turns() and list_messages() by @kevmyung in #209
New Contributors
- @aneeshsabarad made their first contribution in #208
Full Changelog: v1.1.4...v1.2.0