Skip to content

Releases: aws/bedrock-agentcore-sdk-python

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

Bedrock AgentCore SDK v1.0.6

10 Nov 17:11
70e138d

Choose a tag to compare

Installation

pip install bedrock-agentcore==1.0.6

What's Changed

See CHANGELOG.md for details.

What's Changed

  • Release v1.0.5 by @github-actions[bot] in #144
  • fix: correct workflow output reference for external PR tests by @sundargthb in #141
  • feat: adding function to delete all memory records in namespace by @ShreyP88 in #148
  • feat: Add control plane CRUD operations and config helpers for browser and code interpreter by @sundargthb in #152
  • fix: list_events with branch & eventMetadata filter by @glsukki in #153

Full Changelog: v1.0.5...v1.0.6

Bedrock AgentCore SDK v1.0.5

29 Oct 17:11
7a9a855

Choose a tag to compare

Installation

pip install bedrock-agentcore==1.0.5

What's Changed

See CHANGELOG.md for details.

What's Changed

  • Release v1.0.4 by @github-actions[bot] in #134
  • chore: enabling batch api pass through to boto3 client methods by @ShreyP88 in #135
  • docs: update quickstart links to AWS documentation by @sundargthb in #138
  • Chore/workflow improvements by @sundargthb in #137
  • fix(memory): resolve AWS_REGION env var by @bergjaak in #143

New Contributors

Full Changelog: v1.0.4...v1.0.5

Bedrock AgentCore SDK v1.0.4

22 Oct 19:31
36ea477

Choose a tag to compare

Installation

pip install bedrock-agentcore==1.0.4

What's Changed

See CHANGELOG.md for details.

What's Changed

New Contributors

Full Changelog: v1.0.3...v1.0.4

Bedrock AgentCore SDK v1.0.3

16 Oct 18:27
11b761a

Choose a tag to compare

Installation

pip install bedrock-agentcore==1.0.3

What's Changed

See CHANGELOG.md for details.

What's Changed

  • fix: remove NotRequried as it is supported only in python 3.11 by @glsukki in #125
  • Release v1.0.2 by @github-actions[bot] in #126

Full Changelog: v1.0.2...v1.0.3

Bedrock AgentCore SDK v1.0.2

16 Oct 16:57
1bdddf6

Choose a tag to compare

Installation

pip install bedrock-agentcore==1.0.2

What's Changed

See CHANGELOG.md for details.

What's Changed

  • Release v1.0.0 by @github-actions[bot] in #118
  • Add OAuth2 3LO Identity APIs and enable setting 3LO callback URL via HTTP headers by @SkyWalker-CMD in #116
  • Add support for Identity OAuth 2.0 federation enhancements by @brianlaoaws in #106
  • feat: integrate metadata support for short-term-memory (STM) by @glsukki in #114
  • chore: improve GitHub Actions workflow input handling by @sundargthb in #117

New Contributors

Full Changelog: v1.0.0...v1.0.2

Bedrock AgentCore SDK v1.0.0

15 Oct 19:24
b4a49b9

Choose a tag to compare

Installation

pip install bedrock-agentcore==1.0.0

What's Changed

See CHANGELOG.md for details.

What's Changed

  • fix: fix session name typo in get_last_k_turns by @jona62 in #104
  • Release v0.1.7 by @github-actions[bot] in #103
  • fix: add the include_parent_events parameter to the get_last_k_turns method by @jona62 in #107
  • fix: rename list_events parameter include_parent_events to include_parent_branches to match the boto3 parameter by @jona62 in #108
  • feat(browser): Add viewport configuration support to BrowserClient by @sundargthb in #112
  • docs: remove preview verbiage following Bedrock AgentCore GA release by @sundargthb in #113
  • fix(deps): restrict pydantic to versions below 2.41.3 by @sundargthb in #115

Full Changelog: v0.1.7...v1.0.0

Bedrock AgentCore SDK v0.1.7

01 Oct 16:19
207e3e0

Choose a tag to compare

Installation

pip install bedrock-agentcore==0.1.7

What's Changed

See CHANGELOG.md for details.

What's Changed

  • Release v0.1.6 by @github-actions[bot] in #101
  • Fix validation exception which occurs if the default aws region mismatches with the user's region_name by @jona62 in #102

Full Changelog: v0.1.6...v0.1.7

Bedrock AgentCore SDK v0.1.6

01 Oct 02:04
9b274a0

Choose a tag to compare

Installation

pip install bedrock-agentcore==0.1.6

What's Changed

See CHANGELOG.md for details.

What's Changed

  • Release v0.1.5 by @github-actions[bot] in #96
  • Update README.md by @brianlaoaws in #95
  • feat: Initial commit for Session Manager, Session and Actor constructs by @jona62 in #87
  • Feature/boto client config by @jona62 in #98
  • fix: swap event_timestamp with branch in add_turns by @jona62 in #99
  • chore: Add README for MemorySessionManager by @jona62 in #100

New Contributors

Full Changelog: v0.1.5...v0.1.6

Bedrock AgentCore SDK v0.1.5

24 Sep 06:40
7377187

Choose a tag to compare

Installation

pip install bedrock-agentcore==0.1.5

What's Changed

See CHANGELOG.md for details.

What's Changed

  • feat(runtime): add kwargs support to run method by @konippi in #79
  • Release v0.1.4 by @github-actions[bot] in #85
  • Remove TestPyPI publishing step from release workflow by @sundargthb in #89
  • Feature/request header allowlist by @evolutiontheory in #93

New Contributors

Full Changelog: v0.1.4...v0.1.5