Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .autover/changes/hosting-meai-migration.json

This file was deleted.

5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Release 2026-08-20

### AWS.AgentCore.Hosting (1.1.0)
* Updated the Bedrock Microsoft.Extensions.AI dependency to the in-repo AWS.Bedrock.MEAI package, replacing the older AWSSDK.Extensions.Bedrock.MEAI package. The public API (Amazon.BedrockRuntime namespace and AmazonBedrockRuntimeExtensions methods) is unchanged.

## Release 2026-08-06

### AWS.Bedrock.MEAI (1.0.0)
Expand Down
2 changes: 1 addition & 1 deletion src/AWS.AgentCore.Hosting/AWS.AgentCore.Hosting.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsAotCompatible>true</IsAotCompatible>
<Version>1.0.0</Version>
<Version>1.1.0</Version>
<IsPackable>true</IsPackable>
<PackageId>AWS.AgentCore.Hosting</PackageId>
<Product>AI Integrations on AWS for .NET</Product>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<IsRoslynComponent>true</IsRoslynComponent>
<GenerateDependencyFile>false</GenerateDependencyFile>
<LangVersion>14.0</LangVersion>
<Version>1.0.0</Version>
<Version>1.1.0</Version>
<IsPackable>true</IsPackable>
<EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild>
<WarningsAsErrors>true</WarningsAsErrors>
Expand Down
Loading