Skip to content

Releases: aws/bedrock-agentcore-sdk-python

Bedrock AgentCore SDK v1.21.0

Choose a tag to compare

@github-actions github-actions released this 06 Aug 14:48
5d4ca0d

Installation

pip install bedrock-agentcore==1.21.0

What's Changed

See CHANGELOG.md for details.

What's Changed

  • propagate X-Amz-Bedrock-AgentCore-Identity-WAT on outbound calls by @Sudip2403 in #607
  • feat(memory): add AgentCoreMemoryStore Strands integration by @strandly-the-agent in #588
  • Release v1.21.0 by @agentcore-devx-automation[bot] in #623

New Contributors

Full Changelog: v1.20.0...v1.21.0

Bedrock AgentCore SDK v1.20.0

Choose a tag to compare

@github-actions github-actions released this 04 Aug 21:42
9195576

Installation

pip install bedrock-agentcore==1.20.0

What's Changed

See CHANGELOG.md for details.

What's Changed

  • ci: wire shared composite actions by @JunyangHe in #601
  • feat: third-party eval metrics adapter (DeepEval + Autoevals) with strands-evals mappers by @stone-coding in #568
  • fix(ci): add pinned deepeval and autoevals to dev group by @jariy17 in #609
  • ci: install deepeval and autoevals for evaluation integ tests by @jariy17 in #608
  • fix(test): repair four unit tests drifting behind source and upstream APIs by @jariy17 in #610
  • Validate agent input in sample agents and runtime docs by @jariy17 in #612
  • fix(test): repair eval adapter integ fixture and wire LLM judge key by @jariy17 in #614
  • fix(a2a): bind the A2A contract port, ignore generic PORT by @jariy17 in #615
  • fix(test): pin autoevals judge to the OpenAI API by @jariy17 in #617
  • Release v1.20.0 by @agentcore-devx-automation[bot] in #619

New Contributors

Full Changelog: v1.19.0...v1.20.0

Bedrock AgentCore SDK v1.19.0

Choose a tag to compare

@github-actions github-actions released this 28 Jul 19:49
08a4cb7

Installation

pip install bedrock-agentcore==1.19.0

What's Changed

See CHANGELOG.md for details.

What's Changed

  • Add LLM issue auto-triage: type and high-severity labelers by @jesseturner21 in #584
  • fix: convert RST admonition to ADOC by @nborges-aws in #594
  • feat(a2a): migrate runtime integration to a2a-sdk v1 by @notgitika in #591
  • fix(a2a): honor PORT when serving locally by @notgitika in #593
  • fix(ci): pin Twine to 6.2.0 by @JunyangHe in #600
  • ci: migrate workflows to shared reusable workflows by @JunyangHe in #597
  • fix: preserve generated API reference content by @notgitika in #595
  • fix(memory-integ): address capacity cap and update failures in tests by @Hweinstock in #604
  • fix(a2a): advertise resolved port on explicit cards by @notgitika in #605
  • Release v1.19.0 by @agentcore-devx-automation[bot] in #606

Full Changelog: v1.18.1...v1.19.0

Bedrock AgentCore SDK v1.18.1

Choose a tag to compare

@github-actions github-actions released this 17 Jul 19:55
a4bc13f

Installation

pip install bedrock-agentcore==1.18.1

What's Changed

See CHANGELOG.md for details.

What's Changed

  • chore(deps): bump starlette from 0.49.1 to 1.3.1 by @dependabot[bot] in #530
  • chore(deps): bump pyjwt from 2.12.0 to 2.13.0 by @dependabot[bot] in #525
  • chore(deps): bump cryptography from 46.0.7 to 48.0.1 by @dependabot[bot] in #531
  • chore(deps): bump soupsieve from 2.8 to 2.8.4 by @dependabot[bot] in #575
  • chore(deps): bump python-multipart from 0.0.27 to 0.0.31 by @dependabot[bot] in #527
  • fix: tighten package specifier validation in install_packages() by @notgitika in #581
  • Release v1.18.1 by @agentcore-devx-automation[bot] in #582

Full Changelog: v1.18.0...v1.18.1

Bedrock AgentCore SDK v1.18.0

Choose a tag to compare

@github-actions github-actions released this 10 Jul 18:25
8df87bb

Installation

pip install bedrock-agentcore==1.18.0

What's Changed

See CHANGELOG.md for details.

What's Changed

  • feat(payments): Add LangGraph integration for payment handling by @ragsu43 in #546
  • fix(payments): address langgraph middleware review follow-ups by @aidandaly24 in #570
  • ci: add API reference docs generation workflow by @notgitika in #569
  • fix: order AgentCore Memory events at millisecond resolution by @jariy17 in #572
  • fix: floor AgentCore Memory event timestamps to milliseconds by @jariy17 in #573
  • Release v1.18.0 by @agentcore-devx-automation[bot] in #574

New Contributors

Full Changelog: v1.17.0...v1.18.0

Bedrock AgentCore SDK v1.17.0

Choose a tag to compare

@github-actions github-actions released this 02 Jul 15:43
ba755aa

Installation

pip install bedrock-agentcore==1.17.0

What's Changed

See CHANGELOG.md for details.

What's Changed

  • Create poc-caller.yml by @JunyangHe in #561
  • Revert "Create poc-caller.yml" by @JunyangHe in #562
  • fix(runtime): prevent streaming-bridge deadlock on client disconnect (#482) by @tejaskash in #563
  • Release v1.17.0 by @agentcore-devx-automation[bot] in #565

New Contributors

Full Changelog: v1.16.0...v1.17.0

Bedrock AgentCore SDK v1.16.0

Choose a tag to compare

@github-actions github-actions released this 30 Jun 21:15
dad0e63

Installation

pip install bedrock-agentcore==1.16.0

What's Changed

See CHANGELOG.md for details.

What's Changed

  • feat: add extraction_mode parameter to MemoryClient.create_event by @gel-work in #550
  • fix(ci): prevent script injection in GitHub Actions workflows by @aidandaly24 in #559
  • Release v1.16.0 by @agentcore-devx-automation[bot] in #560

New Contributors

Full Changelog: v1.15.1...v1.16.0

Bedrock AgentCore SDK v1.15.1

Choose a tag to compare

@github-actions github-actions released this 25 Jun 20:38
5c4d3ba

Installation

pip install bedrock-agentcore==1.15.1

What's Changed

See CHANGELOG.md for details.

What's Changed

  • fix(ci): make security review robust to shallow-clone restoration by @tejaskash in #524
  • fix(runtime): drop time_of_last_update from A2A and AG-UI ping responses by @aidandaly24 in #542
  • feat(evaluation): expose evaluationReferenceInputs on EvaluatorInput by @jariy17 in #540
  • feat(evaluation): add KMS, tags, online data source, and updated_at to batch eval by @jariy17 in #533
  • fix(memory): guard retrieve_customer_context against empty message content by @dtaniwaki in #544
  • fix: remove invalid CLI entrypoint from pyproject.toml by @citizen204 in #521
  • fix: use correct 'score' field for memory relevance filtering by @jesseturner21 in #480
  • fix(evaluation): make EvaluatorOutput.label optional for error responses by @citizen204 in #545
  • Release v1.15.1 by @agentcore-devx-automation[bot] in #549

New Contributors

Full Changelog: v1.15.0...v1.15.1

Bedrock AgentCore SDK v1.15.0

Choose a tag to compare

@github-actions github-actions released this 17 Jun 22:29
e873597

Installation

pip install bedrock-agentcore==1.15.0

What's Changed

See CHANGELOG.md for details.

What's Changed

  • ci: add Claude Code /security-review workflow on PRs by @tejaskash in #516
  • fix(test): update tests to be consistent with new model by @Hweinstock in #534
  • ci(gateway): pass KB_ROLE_ARN secret to integration tests by @jariy17 in #535
  • release: ny summit by @Hweinstock in #532
  • test(integ): fix flaky gateway KB-target & memory list tests + orphan cleanup scripts by @jariy17 in #536
  • Release v1.15.0 by @agentcore-devx-automation[bot] in #538

Full Changelog: v1.14.1...v1.15.0

Bedrock AgentCore SDK v1.14.1

Choose a tag to compare

@github-actions github-actions released this 11 Jun 20:01
469d3b8

Installation

pip install bedrock-agentcore==1.14.1

What's Changed

See CHANGELOG.md for details.

What's Changed

  • fix(a2a): cap a2a-sdk below 1.0 to restore A2A server startup by @jariy17 in #510
  • fix: declare requests as optional 'datasets' extra by @jariy17 in #508
  • fix(payments): correct "extension" typo to "extensions" in x402 v2 he… by @rajuans in #513
  • Release v1.14.1 by @agentcore-devx-automation[bot] in #515

Full Changelog: v1.14.0...v1.14.1