Skip to content

Releases: aws/bedrock-agentcore-sdk-python

Bedrock AgentCore SDK v1.4.3

04 Mar 18:45
9e865da

Choose a tag to compare

Installation

pip install bedrock-agentcore==1.4.3

What'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

03 Mar 20:15
2b6736e

Choose a tag to compare

Installation

pip install bedrock-agentcore==1.4.2

What'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

27 Feb 21:36
813c2c1

Choose a tag to compare

Installation

pip install bedrock-agentcore==1.4.1

What'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

27 Feb 21:24
6f99e1b

Choose a tag to compare

Installation

pip install bedrock-agentcore==1.3.3

What'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

24 Feb 18:09
ca3c322

Choose a tag to compare

Installation

pip install bedrock-agentcore==1.4.0

What'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

23 Feb 20:53
33f09f7

Choose a tag to compare

Installation

pip install bedrock-agentcore==1.3.2

What'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

Full Changelog: v1.3.1...v1.3.2

Bedrock AgentCore SDK v1.3.1

17 Feb 21:05
1e2be1b

Choose a tag to compare

Installation

pip install bedrock-agentcore==1.3.1

What'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

11 Feb 16:36
fbce2fc

Choose a tag to compare

Installation

pip install bedrock-agentcore==1.3.0

What'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

Full Changelog: v1.2.1...v1.3.0

Bedrock AgentCore SDK v1.2.1

03 Feb 22:14
1de940d

Choose a tag to compare

Installation

pip install bedrock-agentcore==1.2.1

What'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

13 Jan 22:06
2b047ff

Choose a tag to compare

Installation

pip install bedrock-agentcore==1.2.0

What'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

Full Changelog: v1.1.4...v1.2.0