Releases: aws/bedrock-agentcore-sdk-python
Releases · aws/bedrock-agentcore-sdk-python
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
Bedrock AgentCore SDK v1.6.0
Installation
pip install bedrock-agentcore==1.6.0What's Changed
See CHANGELOG.md for details.
What's Changed
- feat: add custom code-based evaluator decorator and typed models by @jariy17 in #383
- Release v1.6.0 by @github-actions[bot] in #385
Full Changelog: v1.5.1...v1.6.0
Bedrock AgentCore SDK v1.5.1
Installation
pip install bedrock-agentcore==1.5.1What's Changed
See CHANGELOG.md for details.
What's Changed
- Revert "feat: Emit OTEL attributes for AgentCore Evaluation support" by @notgitika in #380
- Release v1.5.1 by @github-actions[bot] in #384
Full Changelog: v1.5.0...v1.5.1
Bedrock AgentCore SDK v1.5.0
Installation
pip install bedrock-agentcore==1.5.0What's Changed
See CHANGELOG.md for details.
What's Changed
- feat: add support for policies and certificates by @rvkandury in #371
- Ci/dependabot auto merge by @sundargthb in #361
- ci: add backward compatibility integration test workflow by @sundargthb in #357
- Ci/breaking change detection by @sundargthb in #358
- feat: Add certificates to create_code_interpreter() by @sundargthb in #373
- feat: add ground truth support to EvaluationClient and OnDemandEvaluationDatasetRunner by @jariy17 in #376
- chore: Modify arn parsing in runtime client to allow for different partitions by @mahlera in #362
- Release v1.5.0 by @github-actions[bot] in #379
New Contributors
- @rvkandury made their first contribution in #371
- @mahlera made their first contribution in #362
Full Changelog: v1.4.8...v1.5.0
Bedrock AgentCore SDK v1.4.8
Installation
pip install bedrock-agentcore==1.4.8What's Changed
See CHANGELOG.md for details.
What's Changed
- fix: Handle image-only messages in
retrieve_customer_contextby @grahamburgsma in #299 - ci(deps): bump actions/github-script from 7 to 8 by @dependabot[bot] in #359
- ci(deps): bump trufflesecurity/trufflehog from 3.93.8 to 3.94.0 by @dependabot[bot] in #360
- ci: migrate PyPI publishing to OIDC Trusted Publishing by @sundargthb in #363
- fix: lazy import strands-agents-evals to avoid ImportError when not installed by @jariy17 in #367
- feat: Emit OTEL attributes for AgentCore Evaluation support by @jesseturner21 in #368
- Release v1.4.8 by @github-actions[bot] in #369
New Contributors
- @grahamburgsma made their first contribution in #299
- @jesseturner21 made their first contribution in #368
Full Changelog: v1.4.7...v1.4.8