Skip to content

Commit ee1a65e

Browse files
Release 2026-04-14 (#2332)
* release_2026-04-14 * Update test app CloudFormation templates * Updated changelog
1 parent d984c37 commit ee1a65e

File tree

16 files changed

+30
-54
lines changed

16 files changed

+30
-54
lines changed

.autover/changes/9cf844c3-1a90-46ec-9430-93724dcb4512.json

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

.autover/changes/a119819e-ba57-424d-a0be-d941eea599f9.json

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

.autover/changes/function-url-annotations-support.json

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

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## Release 2026-04-14
2+
3+
### Amazon.Lambda.TestTool.BlazorTester (0.17.1)
4+
* Minor fixes to improve the testability of the package
5+
### Amazon.Lambda.RuntimeSupport (1.14.3)
6+
* Minor fixes to improve the testability of the package
7+
### Amazon.Lambda.Annotations (1.13.0)
8+
* Added [FunctionUrl] attribute for configuring Lambda functions with Function URL endpoints, including optional CORS support
9+
110
## Release 2026-04-13 #2
211

312
### Amazon.Lambda.Annotations (1.12.0)

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
@@ -20,7 +20,7 @@
2020
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
2121
<IncludeBuildOutput>false</IncludeBuildOutput>
2222

23-
<Version>1.12.0</Version>
23+
<Version>1.13.0</Version>
2424
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
2525
</PropertyGroup>
2626

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<AssemblyOriginatorKeyFile>..\..\..\buildtools\public.snk</AssemblyOriginatorKeyFile>
1212
<SignAssembly>true</SignAssembly>
1313

14-
<Version>1.12.0</Version>
14+
<Version>1.13.0</Version>
1515
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
1616
</PropertyGroup>
1717

Libraries/src/Amazon.Lambda.RuntimeSupport/Amazon.Lambda.RuntimeSupport.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<PropertyGroup>
66
<TargetFrameworks>netstandard2.0;net6.0;net8.0;net9.0;net10.0;net11.0</TargetFrameworks>
7-
<Version>1.14.2</Version>
7+
<Version>1.14.3</Version>
88
<Description>Provides a bootstrap and Lambda Runtime API Client to help you to develop custom .NET Core Lambda Runtimes.</Description>
99
<AssemblyTitle>Amazon.Lambda.RuntimeSupport</AssemblyTitle>
1010
<PackageId>Amazon.Lambda.RuntimeSupport</PackageId>

Libraries/test/TestCustomAuthorizerApp/serverless.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"AWSTemplateFormatVersion": "2010-09-09",
33
"Transform": "AWS::Serverless-2016-10-31",
4-
"Description": "This template is partially managed by Amazon.Lambda.Annotations (v1.12.0.0).",
4+
"Description": "This template is partially managed by Amazon.Lambda.Annotations (v1.13.0.0).",
55
"Resources": {
66
"AnnotationsHttpApi": {
77
"Type": "AWS::Serverless::HttpApi",

Libraries/test/TestExecutableServerlessApp/serverless.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"AWSTemplateFormatVersion": "2010-09-09",
33
"Transform": "AWS::Serverless-2016-10-31",
4-
"Description": "An AWS Serverless Application. This template is partially managed by Amazon.Lambda.Annotations (v1.12.0.0).",
4+
"Description": "An AWS Serverless Application. This template is partially managed by Amazon.Lambda.Annotations (v1.13.0.0).",
55
"Parameters": {
66
"ArchitectureTypeParameter": {
77
"Type": "String",

Libraries/test/TestServerlessApp.ALB/serverless.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"AWSTemplateFormatVersion": "2010-09-09",
33
"Transform": "AWS::Serverless-2016-10-31",
4-
"Description": "ALB Integration Test Stack - VPC and ALB infrastructure for testing Lambda ALB annotations This template is partially managed by Amazon.Lambda.Annotations (v1.12.0.0).",
4+
"Description": "ALB Integration Test Stack - VPC and ALB infrastructure for testing Lambda ALB annotations This template is partially managed by Amazon.Lambda.Annotations (v1.13.0.0).",
55
"Resources": {
66
"ALBTestVPC": {
77
"Type": "AWS::EC2::VPC",

0 commit comments

Comments
 (0)