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
39 changes: 0 additions & 39 deletions .autover/changes/038901ab-8453-4e79-a5b0-82b2ffa55d3a.json

This file was deleted.

18 changes: 0 additions & 18 deletions .autover/changes/deda4452-2843-4944-b72c-3af33e780432.json

This file was deleted.

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

### Amazon.Lambda.Serialization.SystemTextJson (3.0.1)
* Fixed NativeAOT IL3050/IL3053 analysis warnings by marking all target frameworks as trimmable. Previously only the net8.0 target was marked, so the net10.0 assembly was not trimmable.
### Amazon.Lambda.APIGatewayEvents (3.0.1)
* Marked all target frameworks as trimmable. Previously only the net8.0 target was marked, so the net10.0 assembly was not trimmable.
### Amazon.Lambda.SQSEvents (3.0.1)
* Marked all target frameworks as trimmable. Previously only the net8.0 target was marked, so the net10.0 assembly was not trimmable.
### Amazon.Lambda.SNSEvents (3.0.1)
* Marked all target frameworks as trimmable. Previously only the net8.0 target was marked, so the net10.0 assembly was not trimmable.
### Amazon.Lambda.SimpleEmailEvents (4.0.1)
* Marked all target frameworks as trimmable. Previously only the net8.0 target was marked, so the net10.0 assembly was not trimmable.
### Amazon.Lambda.AspNetCoreServer (10.2.1)
* Change log level for starting response streaming from info to debug
### Amazon.Lambda.AspNetCoreServer.Hosting (2.2.1)
* Change log level for starting response streaming from info to debug

## Release 2026-08-04

### Amazon.Lambda.RuntimeSupport (2.2.0)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<TargetFrameworks>$(DefaultPackageTargets)</TargetFrameworks>
<Description>Amazon Lambda .NET Core support - API Gateway package.</Description>
<AssemblyTitle>Amazon.Lambda.APIGatewayEvents</AssemblyTitle>
<Version>3.0.0</Version>
<Version>3.0.1</Version>
<AssemblyName>Amazon.Lambda.APIGatewayEvents</AssemblyName>
<PackageId>Amazon.Lambda.APIGatewayEvents</PackageId>
<PackageTags>AWS;Amazon;Lambda</PackageTags>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<TargetFrameworks>$(DefaultPackageTargets)</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>2.2.0</Version>
<Version>2.2.1</Version>
<PackageReadmeFile>README.md</PackageReadmeFile>
<AssemblyName>Amazon.Lambda.AspNetCoreServer.Hosting</AssemblyName>
<PackageId>Amazon.Lambda.AspNetCoreServer.Hosting</PackageId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Description>Amazon.Lambda.AspNetCoreServer makes it easy to run ASP.NET Core Web API applications as AWS Lambda functions.</Description>
<TargetFrameworks>$(DefaultPackageTargets)</TargetFrameworks>
<AssemblyTitle>Amazon.Lambda.AspNetCoreServer</AssemblyTitle>
<Version>10.2.0</Version>
<Version>10.2.1</Version>
<AssemblyName>Amazon.Lambda.AspNetCoreServer</AssemblyName>
<PackageId>Amazon.Lambda.AspNetCoreServer</PackageId>
<PackageTags>AWS;Amazon;Lambda;aspnetcore</PackageTags>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Description>Amazon Lambda .NET Core support - SNSEvents package.</Description>
<TargetFrameworks>$(DefaultPackageTargets)</TargetFrameworks>
<AssemblyTitle>Amazon.Lambda.SNSEvents</AssemblyTitle>
<Version>3.0.0</Version>
<Version>3.0.1</Version>
<AssemblyName>Amazon.Lambda.SNSEvents</AssemblyName>
<PackageId>Amazon.Lambda.SNSEvents</PackageId>
<PackageTags>AWS;Amazon;Lambda</PackageTags>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Description>Amazon Lambda .NET Core support - SQSEvents package.</Description>
<TargetFrameworks>$(DefaultPackageTargets)</TargetFrameworks>
<AssemblyTitle>Amazon.Lambda.SQSEvents</AssemblyTitle>
<Version>3.0.0</Version>
<Version>3.0.1</Version>
<AssemblyName>Amazon.Lambda.SQSEvents</AssemblyName>
<PackageId>Amazon.Lambda.SQSEvents</PackageId>
<PackageTags>AWS;Amazon;Lambda</PackageTags>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<AssemblyName>Amazon.Lambda.Serialization.SystemTextJson</AssemblyName>
<PackageId>Amazon.Lambda.Serialization.SystemTextJson</PackageId>
<PackageTags>AWS;Amazon;Lambda</PackageTags>
<Version>3.0.0</Version>
<Version>3.0.1</Version>
<PackageReadmeFile>README.md</PackageReadmeFile>
<!--
Disabling the EOL check because when we remove support in our libraries is a different and slower cycle then the framework's cycle.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Description>Amazon Lambda .NET Core support - SimpleEmailEvents package.</Description>
<TargetFrameworks>$(DefaultPackageTargets)</TargetFrameworks>
<AssemblyTitle>Amazon.Lambda.SimpleEmailEvents</AssemblyTitle>
<Version>4.0.0</Version>
<Version>4.0.1</Version>
<AssemblyName>Amazon.Lambda.SimpleEmailEvents</AssemblyName>
<PackageId>Amazon.Lambda.SimpleEmailEvents</PackageId>
<PackageTags>AWS;Amazon;Lambda</PackageTags>
Expand Down
Loading