Releases: aws/bedrock-agentcore-sdk-python
Releases · aws/bedrock-agentcore-sdk-python
Bedrock AgentCore SDK v1.0.7
Installation
pip install bedrock-agentcore==1.0.7What'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
Installation
pip install bedrock-agentcore==1.0.6What'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
Installation
pip install bedrock-agentcore==1.0.5What'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
Installation
pip install bedrock-agentcore==1.0.4What's Changed
See CHANGELOG.md for details.
What's Changed
- Release v1.0.3 by @github-actions[bot] in #127
- Update README.md by @eliasbedmar in #128
- Update Outbound Oauth error message by @RushikeshJoshi4 in #119
- Add middleware by @zhan9san in #121
- feat: support for async llm callback by @OpenGaet in #131
- fix(memory): linter issues by @bergjaak in #132
New Contributors
- @eliasbedmar made their first contribution in #128
- @RushikeshJoshi4 made their first contribution in #119
- @OpenGaet made their first contribution in #131
Full Changelog: v1.0.3...v1.0.4
Bedrock AgentCore SDK v1.0.3
Installation
pip install bedrock-agentcore==1.0.3What'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
Installation
pip install bedrock-agentcore==1.0.2What'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
- @SkyWalker-CMD made their first contribution in #116
- @glsukki made their first contribution in #114
Full Changelog: v1.0.0...v1.0.2
Bedrock AgentCore SDK v1.0.0
Installation
pip install bedrock-agentcore==1.0.0What'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
Installation
pip install bedrock-agentcore==0.1.7What'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
Installation
pip install bedrock-agentcore==0.1.6What'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
Installation
pip install bedrock-agentcore==0.1.5What'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
- @konippi made their first contribution in #79
- @evolutiontheory made their first contribution in #93
Full Changelog: v0.1.4...v0.1.5