Releases: aws/bedrock-agentcore-starter-toolkit
Releases · aws/bedrock-agentcore-starter-toolkit
Bedrock AgentCore Starter Toolkit v0.2.2
Installation
pip install bedrock-agentcore-starter-toolkit==0.2.2What's Changed
See CHANGELOG.md for details.
What's Changed
- Release v0.2.1 by @github-actions[bot] in #390
- add aws docs link in quickstart guides for Runtime, Identity, and other primatives by @jesseturner21 in #389
- fix: catch the expired creds exception and throw it using the method … by @sainathreddyb in #391
- docs: add WebSocket bi-directional streaming to runtime overview by @sundargthb in #392
- feat(identity): Add AWS JWT federation support for M2M auth by @sundargthb in #382
New Contributors
- @sainathreddyb made their first contribution in #391
Full Changelog: v0.2.1...v0.2.2
Bedrock AgentCore Starter Toolkit v0.2.1
Installation
pip install bedrock-agentcore-starter-toolkit==0.2.1What's Changed
See CHANGELOG.md for details.
What's Changed
- Release v0.2.0 by @github-actions[bot] in #376
- feat: CLI UX improvements by @notgitika in #380
- fix: add missing basic template README. Also fix erroneous print stat… by @notowen333 in #377
- docs: update middleware integration in Runtime Overview by @sundargthb in #381
- fix: agent_config.name bug when running configure with create using production templates by @tejaskash in #384
- fix: Fail early if deployment package size exceeds 250MB by @tejaskash in #386
- feat: Adding Policy Engine, Evals and Custom claims Feature to agentcore cli by @tejaskash in #387
- fix: catch the expired creds exception and throw it using the method in utils by @notgitika in #388
New Contributors
- @tejaskash made their first contribution in #384
Full Changelog: v0.2.0...v0.2.1
Bedrock AgentCore Starter Toolkit v0.2.0
Installation
pip install bedrock-agentcore-starter-toolkit==0.2.0What's Changed
See CHANGELOG.md for details.
What's Changed
- Release v0.1.34 by @github-actions[bot] in #355
- feat: Add observability CLI for agent telemetry by @Vivekbhadauria1 in #360
- chore(doc): add memory and gateway to cli documentation by @jesseturner21 in #363
- Update 'Transaction Search' enablement instructions for Observability by @rajeshkumarravi in #367
- feat: add multi-platform ARM64 support for dependency packaging by @Adi0987 in #361
- docs: update async processing documentation to use manual task management by @siwachabhi in #371
- feat: implement agentcore create command. Related updates are made to… by @notowen333 in #364
- Auto-enable CloudWatch observability by @sundargthb in #372
- Update readme copy by @ryanfoxtyler in #373
- feat: change 'launch' command to 'deploy' command with backwards compatibility by @notgitika in #370
- fix: remove unused imports; fix documentation pages by @notowen333 in #374
- nit: spellcheck changes by @notgitika in #375
New Contributors
- @rajeshkumarravi made their first contribution in #367
- @notowen333 made their first contribution in #364
- @ryanfoxtyler made their first contribution in #373
- @notgitika made their first contribution in #370
Full Changelog: v0.1.34...v0.2.0
Bedrock AgentCore Starter Toolkit v0.1.34
Installation
pip install bedrock-agentcore-starter-toolkit==0.1.34What's Changed
See CHANGELOG.md for details.
What's Changed
- Release v0.1.33 by @github-actions[bot] in #347
- Add AWS Marketplace permissions for automatic model subscription by @sundargthb in #349
- feat: add Identity CLI commands for managing OAuth authentication and external service access by @sundargthb in #332
- feat: Add Memory/Gateway CLI support by @theumbrella1 in #338
- docs: add identity CLI quickstart and fix claude SDK path by @sundargthb in #353
Full Changelog: v0.1.33...v0.1.34
Bedrock AgentCore Starter Toolkit v0.1.33
Installation
pip install bedrock-agentcore-starter-toolkit==0.1.33What's Changed
See CHANGELOG.md for details.
What's Changed
- Release v0.1.32 by @github-actions[bot] in #335
- Update aws-opentelemetry-distro version in Dockerfile by @siwachabhi in #346
Full Changelog: v0.1.32...v0.1.33
Bedrock AgentCore Starter Toolkit v0.1.32
Installation
pip install bedrock-agentcore-starter-toolkit==0.1.32What's Changed
See CHANGELOG.md for details.
What's Changed
- Release v0.1.31 by @github-actions[bot] in #328
- ci: add Python version matrix testing to PRs by @sundargthb in #329
- fix: Remove ExpectedBucketOwner parameter from create_bucket method by @siwachabhi in #334
- Minor bug fix: Plumb --region command through into ConfigurationManager by @marcbrooker in #333
New Contributors
- @marcbrooker made their first contribution in #333
Full Changelog: v0.1.31...v0.1.32
Bedrock AgentCore Starter Toolkit v0.1.31
Installation
pip install bedrock-agentcore-starter-toolkit==0.1.31What's Changed
See CHANGELOG.md for details.
What's Changed
- Release v0.1.28 by @github-actions[bot] in #315
- Update the Identity user guide with the latest OAuth2 3LO callback guidance by @SkyWalker-CMD in #292
- feat: Add code_zip deployment to the starter toolkit by @Adi0987 in #317
- docs: Remove duplicate --non-interactive option in CLI reference by @Adi0987 in #319
- fix: Deployment type improvements and backwards compatibility by @Adi0987 in #321
- Update Direct Code Deploy message to clarify Python-only support by @Adi0987 in #323
- Release v0.1.29 by @github-actions[bot] in #324
- feat: Add user-agent header 'agentcore-st/{version}' to runtime invocations by @siwachabhi in #325
- Release v0.1.30 by @github-actions[bot] in #326
- fix: Python 3.12 compatibility for time.time() mock in memory manager test by @siwachabhi in #327
New Contributors
Full Changelog: v0.1.28...v0.1.31
Bedrock AgentCore Starter Toolkit v0.1.28
Installation
pip install bedrock-agentcore-starter-toolkit==0.1.28What's Changed
See CHANGELOG.md for details.
What's Changed
- Release v0.1.27 by @github-actions[bot] in #309
- fix: correct workflow output reference for external PR tests by @sundargthb in #307
- docs: update quickstart example for agentcore-strands CI integration by @sundargthb in #311
- fix: Require explicit entrypoint when multiple candidates exist by @siwachabhi in #313
Full Changelog: v0.1.27...v0.1.28
Bedrock AgentCore Starter Toolkit v0.1.27
Installation
pip install bedrock-agentcore-starter-toolkit==0.1.27What's Changed
See CHANGELOG.md for details.
What's Changed
- Release v0.1.26 by @github-actions[bot] in #291
- add a2a and vpc documentation on agentcore by @jesseturner21 in #288
- docs: update latest docs/samples from sampes repo by @theumbrella1 in #297
- added ref to install jq by @liwadman in #296
- feat: adding strongly typed Self Managed strategy model by @ShreyP88 in #300
- feat: Add runtime session lifecycle management with stop-session command by @sundargthb in #287
- feat: add skip memory option in interactive configure flow by @sundargthb in #298
- docs: update quickstart links and fix: unit test files by @sundargthb in #303
- feat: Add VPC networking support for AgentCore Runtime by @sundargthb in #294
- Chore/workflow improvements by @sundargthb in #301
- feat: Add destroy() method to Runtime notebook interface with comprehensive tests by @Vivekbhadauria1 in #305
New Contributors
- @jesseturner21 made their first contribution in #288
- @ShreyP88 made their first contribution in #300
Full Changelog: v0.1.26...v0.1.27
Bedrock AgentCore Starter Toolkit v0.1.26
Installation
pip install bedrock-agentcore-starter-toolkit==0.1.26What's Changed
See CHANGELOG.md for details.
What's Changed
- Release v0.1.25 by @github-actions[bot] in #278
- docs: enhance quickstart guides with improved structure and troubleshooting by @sundargthb in #279
- fix(deps): restrict pydantic to versions below 2.41.3 by @sundargthb in #280
- Implement 3LO Server on localhost:8081 to handle generating OAuth2 tokens by @SkyWalker-CMD in #282
- Add direct dependency on Starlette as it is used in the OAuth2 local callback server by @SkyWalker-CMD in #290
New Contributors
- @SkyWalker-CMD made their first contribution in #282
Full Changelog: v0.1.25...v0.1.26