Skip to content

Bedrock AgentCore SDK v1.0.0

Choose a tag to compare

@github-actions github-actions released this 15 Oct 19:24
· 31 commits to main since this release
b4a49b9

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