Releases: aws/bedrock-agentcore-sdk-python
Releases · aws/bedrock-agentcore-sdk-python
Bedrock AgentCore SDK v1.11.0
Installation
pip install bedrock-agentcore==1.11.0What's Changed
See CHANGELOG.md for details.
What's Changed
- test: add OTEL span content leakage integration tests by @jesseturner21 in #485
- fix: stop retrying after successful payment signing is rejected by merchant by @rajuans in #492
- feat(evaluation): add DatasetClient and dataset management service provider by @jariy17 in #491
- fix(payments): drop unsupported paymentConnectorId + add http_request plugin tool + EIP-3009 timing fix by @aidandaly24 in #493
- Release v1.11.0 by @agentcore-devx-automation[bot] in #495
New Contributors
Full Changelog: v1.10.0...v1.11.0
Bedrock AgentCore SDK v1.10.0
Installation
pip install bedrock-agentcore==1.10.0What's Changed
See CHANGELOG.md for details.
What's Changed
- chore: replace all github.token/GITHUB_TOKEN with GitHub App token by @aidandaly24 in #475
- feat: expand custom request header forwarding to match runtime allowlist by @padmak30 in #483
- Release v1.10.0 by @agentcore-devx-automation[bot] in #486
New Contributors
- @agentcore-devx-automation[bot] made their first contribution in #486
Full Changelog: v1.9.1...v1.10.0
Bedrock AgentCore SDK v1.9.1
Installation
pip install bedrock-agentcore==1.9.1What's Changed
See CHANGELOG.md for details.
What's Changed
- docs: add AGENTS.md and testing anti-patterns section by @Hweinstock in #465
- fix: remove double-base64 encoding in upload_file/download_file by @Hweinstock in #464
- fix: update Discord invite link to strands community by @jesseturner21 in #470
- fix(runtime): distinguish request parse errors from handler JSON errors by @jesseturner21 in #472
- fix: allow bound methods in entrypoint() registration by @jesseturner21 in #474
- fix: skip browser proxy tests by @Hweinstock in #476
- chore: update CP APIs to support namespace re-design by @nborges-aws in #450
- Update DP APIs to support namespace re-design by @nborges-aws in #449
- Release v1.9.1 by @github-actions[bot] in #477
Full Changelog: v1.9.0...v1.9.1
Bedrock AgentCore SDK v1.9.0
Installation
pip install bedrock-agentcore==1.9.0What's Changed
See CHANGELOG.md for details.
What's Changed
- fix: preserve multi-turn history in Strands ConversationTurn by @tejaskash in #454
- feat(payments): add AgentCore Payments module by @aidandaly24 in #457
- ci: add payments group to integration test matrix by @aidandaly24 in #460
- fix(payments): use RUNTIME_ROLE_ARN for CP integ tests by @aidandaly24 in #461
- fix(payments): skip connector integ tests requiring CDP credentials by @aidandaly24 in #462
- Release v1.9.0 by @github-actions[bot] in #463
Full Changelog: v1.8.0...v1.9.0
Bedrock AgentCore SDK v1.8.0
Installation
pip install bedrock-agentcore==1.8.0What's Changed
See CHANGELOG.md for details.
What's Changed
- fix: increase memory regression test timeout to 15 minutes by @nborges-aws in #442
- docs: update README links and remove Starter Toolkit references by @tejaskash in #444
- Feat: Evaluation preview features - Batch evaluation and config bundles by @padmak30 in #446
- feat: support on-behalf-of token exchange and additional parameters by @aidandaly24 in #447
- Release v1.8.0 by @github-actions[bot] in #448
Full Changelog: v1.7.0...v1.8.0
Bedrock AgentCore SDK v1.7.0
Installation
pip install bedrock-agentcore==1.7.0What's Changed
See CHANGELOG.md for details.
What's Changed
- fix: reduce flakiness in retrieval config integration test by @Hweinstock in #437
- fix: add pytest-rerunfailures to integ test config by @nborges-aws in #435
- feat: add policy client and tests by @nborges-aws in #427
- feat: add gateway client and tests by @nborges-aws in #428
- feat: add evaluations client passthrough and tests by @nborges-aws in #430
- feat: update runtime client with passthrough by @nborges-aws in #434
- feat: add identity client passthrough and tests by @nborges-aws in #429
- chore: test matrix for primitive clients and expose GH secrets to test env by @nborges-aws in #439
- fix: add newly required param protocolType to test input by @nborges-aws in #440
- Release v1.7.0 by @github-actions[bot] in #441
Full Changelog: v1.6.4...v1.7.0
Bedrock AgentCore SDK v1.6.4
Installation
pip install bedrock-agentcore==1.6.4What's Changed
See CHANGELOG.md for details.
What's Changed
- fix: implement update_message() for guardrail redaction support by @notgitika in #388
- fix(converters): prepend reasoningContent blocks in _openai_to_bedrock() by @cagataycali in #419
- fix: use correct 'score' field for relevance filtering in retrieve_customer_context by @biascia in #415
- feat: add utility methods for primitive clients by @nborges-aws in #424
- Release v1.6.4 by @github-actions[bot] in #431
New Contributors
- @biascia made their first contribution in #415
- @nborges-aws made their first contribution in #424
Full Changelog: v1.6.3...v1.6.4
Bedrock AgentCore SDK v1.6.3
Installation
pip install bedrock-agentcore==1.6.3What's Changed
See CHANGELOG.md for details.
What's Changed
- fix: validate region parameter to prevent SSRF request redirection by @jariy17 in #417
- Release v1.6.3 by @github-actions[bot] in #421
Full Changelog: v1.6.2...v1.6.3
Bedrock AgentCore SDK v1.6.2
Installation
pip install bedrock-agentcore==1.6.2What's Changed
See CHANGELOG.md for details.
What's Changed
- fix(ci): increase memory integration test timeout to 15 minutes by @jariy17 in #401
- fix: make agentcore-worker-loop compatible with OTEL threading instrumentation by @aidandaly24 in #405
- Release v1.6.2 by @github-actions[bot] in #411
Full Changelog: v1.6.1...v1.6.2
Bedrock AgentCore SDK v1.6.1
Installation
pip install bedrock-agentcore==1.6.1What's Changed
See CHANGELOG.md for details.
What's Changed
- fix: pin griffe version and fix ExplanationStyle attribute error by @sundargthb in #381
- fix: skip integration tests for Dependabot and remove missing label by @sundargthb in #382
- feat: add read_only flag to AgentCoreMemorySessionManager to disable ACM persistence by @mohanasudhan in #389
- fix(ci): add pytest-rerunfailures to integration test dependencies by @jariy17 in #400
- chore(deps): bump boto3 and botocore minimum to 1.42.86 by @jariy17 in #399
- fix: replace blocklist with allowlist for install_packages() package validation by @padmak30 in #403
- Release v1.6.1 by @github-actions[bot] in #404
New Contributors
- @mohanasudhan made their first contribution in #389
Full Changelog: v1.6.0...v1.6.1