Skip to content

Commit 8516153

Browse files
Release 2026-05-06 (#2357)
* release_2026-05-06 * Update test app CloudFormation templates * Updated changelog
1 parent 46dc956 commit 8516153

41 files changed

Lines changed: 111 additions & 305 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.autover/changes/218d1da2-1942-431e-b210-0ec9229cdb51.json

Lines changed: 0 additions & 223 deletions
This file was deleted.

.autover/changes/c27a62e6-91ca-4a59-9406-394866cdfa62.json

Lines changed: 0 additions & 18 deletions
This file was deleted.

.autover/changes/f0d5a912-bcfa-4244-96cb-ac3c847f877c.json

Lines changed: 0 additions & 27 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,77 @@
1+
## Release 2026-05-06
2+
3+
### Amazon.Lambda.RuntimeSupport (2.0.0)
4+
* Remove .NET Standard 2.0, .NET Core 3.1 and .NET 6 build targets
5+
* (Preview) Add response streaming support
6+
### Amazon.Lambda.Annotations (2.0.0)
7+
* Update Build targets from .NET Standard 2.0, .NET 6 and .NET 8 to .NET Standard 2.0, .NET 8 and .NET 10
8+
### Amazon.Lambda.APIGatewayEvents (3.0.0)
9+
* Update Build targets from .NET Standard 2.0, .NET Core 3.1 and .NET 8 to .NET 8 and .NET 10
10+
### Amazon.Lambda.ApplicationLoadBalancerEvents (3.0.0)
11+
* Update Build targets from .NET Standard 2.0, .NET Core 3.1 and .NET 8 to .NET 8 and .NET 10
12+
### Amazon.Lambda.AppSyncEvents (2.0.0)
13+
* Update Build targets from .NET 8 to .NET 8 and .NET 10
14+
### Amazon.Lambda.AspNetCoreServer.Hosting (2.0.0)
15+
* Update Build targets from .NET 6 and .NET 8 to .NET 8 and .NET 10
16+
* [Breaking] Update build targets from .NET 6 and 8 to .NET 8 and 10
17+
* [Preview] Add support for Lambda Response Streaming enabled by setting the EnableResponseStreaming property on the HostingOptions object passed into the AddAWSLambdaHosting method
18+
### Amazon.Lambda.AspNetCoreServer (10.0.0)
19+
* Update Build targets from .NET 6 and .NET 8 to .NET 8 and .NET 10
20+
* [Breaking] Update build targets from .NET 6 and 8 to .NET 8 and 10
21+
* [Preview] Add support for Lambda Response Streaming enabled by setting the EnableResponseStreaming property from the base class AbstractAspNetCoreFunction
22+
### Amazon.Lambda.CloudWatchEvents (5.0.0)
23+
* Update Build targets from .NET Standard 2.0, .NET Core 3.1 and .NET 8 to .NET 8 and .NET 10
24+
### Amazon.Lambda.CloudWatchLogsEvents (3.0.0)
25+
* Update Build targets from .NET Standard 2.0, .NET Core 3.1 and .NET 8 to .NET 8 and .NET 10
26+
### Amazon.Lambda.CognitoEvents (5.0.0)
27+
* Update Build targets from .NET Standard 2.0, .NET Core 3.1 and .NET 8 to .NET 8 and .NET 10
28+
### Amazon.Lambda.ConfigEvents (3.0.0)
29+
* Update Build targets from .NET Standard 2.0 and .NET 8 to .NET 8 and .NET 10
30+
### Amazon.Lambda.ConnectEvents (2.0.0)
31+
* Update Build targets from .NET Standard 2.0 and .NET 8 to .NET 8 and .NET 10
32+
### Amazon.Lambda.Core (3.0.0)
33+
* Update Build targets from .NET Standard 2.0, .NET 6 and .NET 8 to .NET Standard 2.0, .NET 8 and .NET 10
34+
* (Preview) Add response streaming support
35+
### Amazon.Lambda.DynamoDBEvents.SDK.Convertor (3.0.0)
36+
* Update Build targets from .NET 8 to .NET 8 and .NET 10
37+
### Amazon.Lambda.DynamoDBEvents (4.0.0)
38+
* Update Build targets from .NET Core 3.1 and .NET 8 to .NET 8 and .NET 10
39+
### Amazon.Lambda.KafkaEvents (3.0.0)
40+
* Update Build targets from .NET Standard 2.0 and .NET 8 to .NET Standard 2.0, .NET 8 and .NET 10
41+
### Amazon.Lambda.KinesisAnalyticsEvents (3.0.0)
42+
* Update Build targets from .NET Standard 2.0, .NET Core 3.1 and .NET 8 to .NET 8 and .NET 10
43+
### Amazon.Lambda.KinesisEvents (4.0.0)
44+
* Update Build targets from .NET Standard 2.0, .NET Core 3.1 and .NET 8 to .NET 8 and .NET 10
45+
### Amazon.Lambda.KinesisFirehoseEvents (3.0.0)
46+
* Update Build targets from .NET Standard 2.0, .NET Core 3.1 and .NET 8 to .NET 8 and .NET 10
47+
### Amazon.Lambda.LexEvents (4.0.0)
48+
* Update Build targets from .NET Standard 2.0, .NET Core 3.1 and .NET 8 to .NET 8 and .NET 10
49+
### Amazon.Lambda.LexV2Events (2.0.0)
50+
* Update Build targets from .NET Core 3.1 and .NET 8 to .NET 8 and .NET 10
51+
### Amazon.Lambda.Logging.AspNetCore (5.0.0)
52+
* Update Build targets from .NET 6 and .NET 8 to .NET 8 and .NET 10
53+
* [Breaking] Update build targets from .NET 6 and 8 to .NET 8 and 10
54+
### Amazon.Lambda.MQEvents (3.0.0)
55+
* Update Build targets from .NET Standard 2.0, .NET Core 3.1 and .NET 8 to .NET 8 and .NET 10
56+
### Amazon.Lambda.PowerShellHost (4.0.0)
57+
* Update Build targets from .NET 6 and .NET 8 to .NET 8 and .NET 10
58+
* Update Microsoft.PowerShell.SDK package dependency to version 7.4.14
59+
* Update System.Security.Cryptography.Xml package dependency to version 8.0.3
60+
### Amazon.Lambda.S3Events (4.0.0)
61+
* Update Build targets from .NET Core 3.1 and .NET 8 to .NET 8 and .NET 10
62+
### Amazon.Lambda.Serialization.Json (3.0.0)
63+
* Update Build targets from .NET Standard 2.0 to .NET 8 and .NET 10
64+
### Amazon.Lambda.Serialization.SystemTextJson (3.0.0)
65+
* Update Build targets from .NET Core 3.1, .NET 6 and .NET 8 to .NET 8 and .NET 10
66+
### Amazon.Lambda.SimpleEmailEvents (4.0.0)
67+
* Update Build targets from .NET Standard 2.0 and .NET 8 to .NET 8 and .NET 10
68+
### Amazon.Lambda.SNSEvents (3.0.0)
69+
* Update Build targets from .NET Standard 2.0 and .NET 8 to .NET 8 and .NET 10
70+
### Amazon.Lambda.SQSEvents (3.0.0)
71+
* Update Build targets from .NET Standard 2.0, .NET Core 3.1 and .NET 8 to .NET 8 and .NET 10
72+
### Amazon.Lambda.TestUtilities (4.0.0)
73+
* Update Build targets from .NET 6 and .NET 8 to .NET 8 and .NET 10
74+
175
## Release 2026-04-29
276

377
### Amazon.Lambda.Annotations (1.15.2)

Libraries/src/Amazon.Lambda.APIGatewayEvents/Amazon.Lambda.APIGatewayEvents.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<TargetFrameworks>$(DefaultPackageTargets)</TargetFrameworks>
77
<Description>Amazon Lambda .NET Core support - API Gateway package.</Description>
88
<AssemblyTitle>Amazon.Lambda.APIGatewayEvents</AssemblyTitle>
9-
<Version>2.7.4</Version>
9+
<Version>3.0.0</Version>
1010
<AssemblyName>Amazon.Lambda.APIGatewayEvents</AssemblyName>
1111
<PackageId>Amazon.Lambda.APIGatewayEvents</PackageId>
1212
<PackageTags>AWS;Amazon;Lambda</PackageTags>

Libraries/src/Amazon.Lambda.Annotations.SourceGenerator/Amazon.Lambda.Annotations.SourceGenerator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
2222
<IncludeBuildOutput>false</IncludeBuildOutput>
2323

24-
<Version>1.15.2</Version>
24+
<Version>2.0.0</Version>
2525
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
2626
</PropertyGroup>
2727

Libraries/src/Amazon.Lambda.Annotations/Amazon.Lambda.Annotations.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<AssemblyOriginatorKeyFile>..\..\..\buildtools\public.snk</AssemblyOriginatorKeyFile>
1818
<SignAssembly>true</SignAssembly>
1919

20-
<Version>1.15.2</Version>
20+
<Version>2.0.0</Version>
2121
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
2222
</PropertyGroup>
2323

Libraries/src/Amazon.Lambda.AppSyncEvents/Amazon.Lambda.AppSyncEvents.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Description>Amazon Lambda .NET support - AWS AppSync package.</Description>
77
<TargetFrameworks>$(DefaultPackageTargets)</TargetFrameworks>
88
<AssemblyTitle>Amazon.Lambda.AppSyncEvents</AssemblyTitle>
9-
<Version>1.0.1</Version>
9+
<Version>2.0.0</Version>
1010
<AssemblyName>Amazon.Lambda.AppSyncEvents</AssemblyName>
1111
<PackageId>Amazon.Lambda.AppSyncEvents</PackageId>
1212
<PackageTags>AWS;Amazon;Lambda</PackageTags>

Libraries/src/Amazon.Lambda.ApplicationLoadBalancerEvents/Amazon.Lambda.ApplicationLoadBalancerEvents.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<TargetFrameworks>$(DefaultPackageTargets)</TargetFrameworks>
77
<Description>Amazon Lambda .NET Core support - Application Load Balancer package.</Description>
88
<AssemblyTitle>Amazon.Lambda.ApplicationLoadBalancerEvents</AssemblyTitle>
9-
<Version>2.2.2</Version>
9+
<Version>3.0.0</Version>
1010
<AssemblyName>Amazon.Lambda.ApplicationLoadBalancerEvents</AssemblyName>
1111
<PackageId>Amazon.Lambda.ApplicationLoadBalancerEvents</PackageId>
1212
<PackageTags>AWS;Amazon;Lambda</PackageTags>

0 commit comments

Comments
 (0)