Releases: aws/bedrock-agentcore-sdk-python
Releases · aws/bedrock-agentcore-sdk-python
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
Bedrock AgentCore SDK v0.1.4
Installation
pip install bedrock-agentcore==0.1.4What's Changed
See CHANGELOG.md for details.
What's Changed
- Release v0.1.3 by @github-actions[bot] in #70
- ci(deps): bump actions/download-artifact from 4 to 5 by @dependabot[bot] in #48
- ci(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #55
- ci(deps): bump aws-actions/configure-aws-credentials from 4 to 5 by @dependabot[bot] in #71
- ci(deps): bump trufflesecurity/trufflehog from 3.90.2 to 3.90.6 by @dependabot[bot] in #72
- add optional session parameter to CodeInterpreter for custom credential management by @gonzalo123 in #41
- ci(deps): bump actions/setup-python from 5 to 6 by @dependabot[bot] in #73
- feat: implement AWS Lambda compatible JSON logging by @siwachabhi in #76
- fix: dont use milliseconds or microseconds because boto3 doesnt suppo… by @bergjaak in #83
New Contributors
- @github-actions[bot] made their first contribution in #70
- @gonzalo123 made their first contribution in #41
- @bergjaak made their first contribution in #83
Full Changelog: v0.1.3...v0.1.4
Bedrock AgentCore SDK v0.1.3
Installation
pip install bedrock-agentcore==0.1.3What's Changed
See CHANGELOG.md for details.
What's Changed
- add simple agent integration test by @guoken1 in #28
- update trigger for integration tests by @guoken1 in #31
- fix collaborator check by @guoken1 in #33
- fail github actions when coverage threshold is not met by @guoken1 in #35
- use json to manage local workload identity and user id by @guoken1 in #37
- chore: remove concurrency checks and simplify thread pool handling by @siwachabhi in #46
- add automated release workflows (PyPI disabled for testing) by @sundargthb in #36
- ci(deps): bump trufflesecurity/trufflehog from 3.90.0 to 3.90.2 by @dependabot[bot] in #27
- chore: release v0.1.2 and fix bump script by @sundargthb in #50
- feat: add validation for browser live view URL expiry timeout by @singhpta in #57
- fix(memory): fix last_k_turns by @akshseh in #62
- feat(memory): add functionality to memory client by @akshseh in #61
- Improve serialization by @zhan9san in #60
- fix/observability logs improvement by @siwachabhi in #67
- feat(memory): Add passthrough for gmdp and gmcp operations for Memory by @jgordley in #66
- feat: add AgentCore Memory Session Manager with Strands Agents by @afarntrog in #65
- fix: add uv installation to release workflow by @sundargthb in #69
New Contributors
- @singhpta made their first contribution in #57
- @akshseh made their first contribution in #62
- @zhan9san made their first contribution in #60
- @jgordley made their first contribution in #66
- @afarntrog made their first contribution in #65
Full Changelog: v0.1.1...v0.1.3