.NET: Replace deprecated AWSSDK.Extensions.Bedrock.MEAI with AWS.Bedrock.MEAI - #7983
Merged
Roger Barreto (rogerbarreto) merged 2 commits intoSep 1, 2026
Conversation
Ben Thompson (BenGearset)
requested review from
SergeyMenshykh,
chetantoshniwal,
Peter Ibekwe (peibekwe),
Roger Barreto (rogerbarreto) and
westey (westey-m)
as code owners
September 1, 2026 10:44
Ben Thompson (BenGearset)
temporarily deployed
to
github-app-auth
September 1, 2026 10:44 — with
GitHub Actions
Inactive
Ben Thompson (BenGearset)
temporarily deployed
to
github-app-auth
September 1, 2026 10:44 — with
GitHub Actions
Inactive
Ben Thompson (BenGearset)
temporarily deployed
to
github-app-auth
September 1, 2026 10:44 — with
GitHub Actions
Inactive
Ben Thompson (BenGearset)
temporarily deployed
to
github-app-auth
September 1, 2026 10:44 — with
GitHub Actions
Inactive
Ben Thompson (BenGearset)
temporarily deployed
to
github-app-auth
September 1, 2026 10:44 — with
GitHub Actions
Inactive
Ben Thompson (BenGearset)
temporarily deployed
to
github-app-auth
September 1, 2026 10:44 — with
GitHub Actions
Inactive
Ben Thompson (BenGearset)
temporarily deployed
to
github-app-auth
September 1, 2026 10:44 — with
GitHub Actions
Inactive
Copilot started reviewing on behalf of
Ben Thompson (BenGearset)
September 1, 2026 10:44
View session
Contributor
Author
|
@microsoft-github-policy-service agree company="Gearset" |
Contributor
There was a problem hiding this comment.
Pull request overview
Replaces the deprecated Bedrock MEAI adapter with its maintained successor while preserving sample behavior.
Changes:
- Updates the centrally managed package to
AWS.Bedrock.MEAI1.0.0. - Updates the Bedrock sample dependency and documentation.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
dotnet/Directory.Packages.props |
Defines the replacement package version. |
dotnet/samples/02-agents/AgentWithMemory/AgentWithMemory_Step03_MemoryUsingValkey_Bedrock/AgentWithMemory_Step03_MemoryUsingValkey_Bedrock.csproj |
References the replacement adapter. |
dotnet/samples/02-agents/AgentWithMemory/AgentWithMemory_Step03_MemoryUsingValkey_Bedrock/README.md |
Updates package references in the documentation. |
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
Ben Thompson (BenGearset)
temporarily deployed
to
integration
September 1, 2026 11:01 — with
GitHub Actions
Inactive
Ben Thompson (BenGearset)
temporarily deployed
to
integration
September 1, 2026 11:01 — with
GitHub Actions
Inactive
Roger Barreto (rogerbarreto)
approved these changes
Sep 1, 2026
Roger Barreto (rogerbarreto)
temporarily deployed
to
github-app-auth
September 1, 2026 13:51 — with
GitHub Actions
Inactive
Roger Barreto (rogerbarreto)
temporarily deployed
to
github-app-auth
September 1, 2026 13:51 — with
GitHub Actions
Inactive
Roger Barreto (rogerbarreto)
temporarily deployed
to
github-app-auth
September 1, 2026 13:52 — with
GitHub Actions
Inactive
Roger Barreto (rogerbarreto)
temporarily deployed
to
github-app-auth
September 1, 2026 13:52 — with
GitHub Actions
Inactive
Roger Barreto (rogerbarreto)
temporarily deployed
to
integration
September 1, 2026 13:52 — with
GitHub Actions
Inactive
Roger Barreto (rogerbarreto)
temporarily deployed
to
integration
September 1, 2026 13:52 — with
GitHub Actions
Inactive
Roger Barreto (rogerbarreto)
enabled auto-merge
September 1, 2026 13:52
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation & Context
AWS has deprecated the
AWSSDK.Extensions.Bedrock.MEAIpackage. Its nuget.org listing now carries a deprecation notice and points toAWS.Bedrock.MEAIas the replacementDescription & Review Guide
Swapped the package references to the new package.
Related Issue
Fixes #7982
Contribution Checklist
breaking changelabel (or add "[BREAKING]" to the title prefix, before or after any language prefix) — a workflow keeps the label and title prefix in sync automatically.