Skip to content

Releases: aws/bedrock-agentcore-sdk-python

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

Bedrock AgentCore SDK v1.1.1

03 Dec 19:17
4ab6072

Choose a tag to compare

Installation

pip install bedrock-agentcore==1.1.1

What's Changed

See CHANGELOG.md for details.

What's Changed

  • Release v1.1.0 by @github-actions[bot] in #182
  • feat: Add AgentCore Strands Evals integration by @aidandaly24 in #183
  • feat(identity): Add @requires_iam_access_token decorator for AWS STS JWT tokens by @sundargthb in #179

New Contributors

Full Changelog: v1.1.0...v1.1.1

Bedrock AgentCore SDK v1.1.0

02 Dec 19:14
9146d3e

Choose a tag to compare

Installation

pip install bedrock-agentcore==1.1.0

What's Changed

See CHANGELOG.md for details.

What's Changed

  • Release v1.0.7 by @github-actions[bot] in #173
  • feat(runtime): Add middleware data support to request context by @sundargthb in #178
  • Feature/bidirectional streaming by @sundargthb in #180
  • feat: add websockets as main dependency for @app.websocket decorator by @Abishek10 in #181

New Contributors

Full Changelog: v1.0.7...v1.1.0

Bedrock AgentCore SDK v1.0.7

25 Nov 00:47
cb98125

Choose a tag to compare

Installation

pip install bedrock-agentcore==1.0.7

What's Changed

See CHANGELOG.md for details.

What's Changed

  • Release v1.0.6 by @github-actions[bot] in #155
  • feat: add documentation for metadata support in STM by @glsukki in #156
  • Allow passing custom parameters to the GetResourceOauth2Token API via SDK decorator by @SkyWalker-CMD in #157
  • feat: parallelize retrieve memories API calls for multiple namespaces to improve latency by @colifran in #163
  • fix: metadata-workflow readme link by @glsukki in #171
  • chore: bump strands-agents version by @glsukki in #172

New Contributors

Full Changelog: v1.0.6...v1.0.7