Skip to content

Releases: aws/bedrock-agentcore-sdk-python

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

Bedrock AgentCore SDK v1.1.5

13 Jan 22:15
2b047ff

Choose a tag to compare

Installation

pip install bedrock-agentcore==1.1.5

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.1.5

Bedrock AgentCore SDK v1.1.4

08 Jan 18:26
a9745ce

Choose a tag to compare

Installation

pip install bedrock-agentcore==1.1.4

What's Changed

See CHANGELOG.md for details.

What's Changed

  • Release v1.1.3 by @github-actions[bot] in #204
  • fix: encode bytes before filtering empty text in message_to_payload by @kevmyung in #199
  • test: add unit test for bytes serialization fix in message_to_payload by @kevmyung in #205

New Contributors

Full Changelog: v1.1.3...v1.1.4

Bedrock AgentCore SDK v1.1.3

07 Jan 00:16
bcdc6eb

Choose a tag to compare

Installation

pip install bedrock-agentcore==1.1.3

What's Changed

See CHANGELOG.md for details.

What's Changed

  • Release v1.1.2 by @github-actions[bot] in #197
  • feat(code-interpreter): Add convenience methods for file operations and package management by @sundargthb in #202

Full Changelog: v1.1.2...v1.1.3

Bedrock AgentCore SDK v1.1.2

26 Dec 21:58
4f8c625

Choose a tag to compare

Installation

pip install bedrock-agentcore==1.1.2

What's Changed

See CHANGELOG.md for details.

What's Changed

  • Release v1.1.1 by @github-actions[bot] in #184
  • fix: dont save empty text messages (breaks Converse API) by @bergjaak in #185
  • feat(runtime): Add session_id support to WebSocket connection methods by @Abishek10 in #186
  • fix: Removed pre-commit from dependencies by @jariy17 in #195

New Contributors

Full Changelog: v1.1.1...v1.1.2