From 4d5cd31c0218ed5a003a89d8a5231b781c897d7f Mon Sep 17 00:00:00 2001 From: aws-sdk-dotnet-automation Date: Thu, 13 Mar 2025 18:14:27 +0000 Subject: [PATCH 1/3] release_2025-03-13 --- .../Amazon.Lambda.Annotations.SourceGenerator.csproj | 4 ++-- .../Amazon.Lambda.Annotations.csproj | 2 +- Libraries/src/Amazon.Lambda.Core/Amazon.Lambda.Core.csproj | 2 +- .../Amazon.Lambda.RuntimeSupport.csproj | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Libraries/src/Amazon.Lambda.Annotations.SourceGenerator/Amazon.Lambda.Annotations.SourceGenerator.csproj b/Libraries/src/Amazon.Lambda.Annotations.SourceGenerator/Amazon.Lambda.Annotations.SourceGenerator.csproj index c1440bd37..ca772979c 100644 --- a/Libraries/src/Amazon.Lambda.Annotations.SourceGenerator/Amazon.Lambda.Annotations.SourceGenerator.csproj +++ b/Libraries/src/Amazon.Lambda.Annotations.SourceGenerator/Amazon.Lambda.Annotations.SourceGenerator.csproj @@ -1,4 +1,4 @@ - + netstandard2.0;net6.0;net8.0 @@ -20,7 +20,7 @@ true false - 1.6.3 + 1.7.0 diff --git a/Libraries/src/Amazon.Lambda.Annotations/Amazon.Lambda.Annotations.csproj b/Libraries/src/Amazon.Lambda.Annotations/Amazon.Lambda.Annotations.csproj index e73c47589..ab216f029 100644 --- a/Libraries/src/Amazon.Lambda.Annotations/Amazon.Lambda.Annotations.csproj +++ b/Libraries/src/Amazon.Lambda.Annotations/Amazon.Lambda.Annotations.csproj @@ -11,7 +11,7 @@ ..\..\..\buildtools\public.snk true - 1.6.3 + 1.7.0 diff --git a/Libraries/src/Amazon.Lambda.Core/Amazon.Lambda.Core.csproj b/Libraries/src/Amazon.Lambda.Core/Amazon.Lambda.Core.csproj index c6a034fe0..8fb5f7029 100644 --- a/Libraries/src/Amazon.Lambda.Core/Amazon.Lambda.Core.csproj +++ b/Libraries/src/Amazon.Lambda.Core/Amazon.Lambda.Core.csproj @@ -6,7 +6,7 @@ netstandard2.0;net6.0;net8.0 Amazon Lambda .NET Core support - Core package. Amazon.Lambda.Core - 2.5.0 + 2.5.1 Amazon.Lambda.Core Amazon.Lambda.Core AWS;Amazon;Lambda diff --git a/Libraries/src/Amazon.Lambda.RuntimeSupport/Amazon.Lambda.RuntimeSupport.csproj b/Libraries/src/Amazon.Lambda.RuntimeSupport/Amazon.Lambda.RuntimeSupport.csproj index 282bd6095..47ce7f796 100644 --- a/Libraries/src/Amazon.Lambda.RuntimeSupport/Amazon.Lambda.RuntimeSupport.csproj +++ b/Libraries/src/Amazon.Lambda.RuntimeSupport/Amazon.Lambda.RuntimeSupport.csproj @@ -4,7 +4,7 @@ netstandard2.0;net6.0;net8.0;net9.0 - 1.12.3 + 1.13.0 Provides a bootstrap and Lambda Runtime API Client to help you to develop custom .NET Core Lambda Runtimes. Amazon.Lambda.RuntimeSupport Amazon.Lambda.RuntimeSupport From d047062dbb333d2fff2338feb21254d7f0f509e7 Mon Sep 17 00:00:00 2001 From: aws-sdk-dotnet-automation Date: Thu, 13 Mar 2025 18:15:24 +0000 Subject: [PATCH 2/3] Update test app CloudFormation templates --- Libraries/test/TestExecutableServerlessApp/serverless.template | 2 +- Libraries/test/TestServerlessApp.NET8/serverless.template | 2 +- Libraries/test/TestServerlessApp/serverless.template | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Libraries/test/TestExecutableServerlessApp/serverless.template b/Libraries/test/TestExecutableServerlessApp/serverless.template index 5e24942a0..eb837db65 100644 --- a/Libraries/test/TestExecutableServerlessApp/serverless.template +++ b/Libraries/test/TestExecutableServerlessApp/serverless.template @@ -1,7 +1,7 @@ { "AWSTemplateFormatVersion": "2010-09-09", "Transform": "AWS::Serverless-2016-10-31", - "Description": "An AWS Serverless Application. This template is partially managed by Amazon.Lambda.Annotations (v1.6.3.0).", + "Description": "An AWS Serverless Application. This template is partially managed by Amazon.Lambda.Annotations (v1.7.0.0).", "Parameters": { "ArchitectureTypeParameter": { "Type": "String", diff --git a/Libraries/test/TestServerlessApp.NET8/serverless.template b/Libraries/test/TestServerlessApp.NET8/serverless.template index e665f904e..1b591183a 100644 --- a/Libraries/test/TestServerlessApp.NET8/serverless.template +++ b/Libraries/test/TestServerlessApp.NET8/serverless.template @@ -1,7 +1,7 @@ { "AWSTemplateFormatVersion": "2010-09-09", "Transform": "AWS::Serverless-2016-10-31", - "Description": "This template is partially managed by Amazon.Lambda.Annotations (v1.6.3.0).", + "Description": "This template is partially managed by Amazon.Lambda.Annotations (v1.7.0.0).", "Resources": { "TestServerlessAppNET8FunctionsToUpperGenerated": { "Type": "AWS::Serverless::Function", diff --git a/Libraries/test/TestServerlessApp/serverless.template b/Libraries/test/TestServerlessApp/serverless.template index 53e145fd6..06d788b8f 100644 --- a/Libraries/test/TestServerlessApp/serverless.template +++ b/Libraries/test/TestServerlessApp/serverless.template @@ -1,7 +1,7 @@ { "AWSTemplateFormatVersion": "2010-09-09", "Transform": "AWS::Serverless-2016-10-31", - "Description": "An AWS Serverless Application. This template is partially managed by Amazon.Lambda.Annotations (v1.6.3.0).", + "Description": "An AWS Serverless Application. This template is partially managed by Amazon.Lambda.Annotations (v1.7.0.0).", "Parameters": { "ArchitectureTypeParameter": { "Type": "String", From 2e59f624a944db8ae4f575a02fa2f4da3f5beb4e Mon Sep 17 00:00:00 2001 From: aws-sdk-dotnet-automation Date: Thu, 13 Mar 2025 18:15:26 +0000 Subject: [PATCH 3/3] Updated changelog --- .../792302e7-fe01-4ebe-9357-577bc4097f41.json | 11 ----------- .../d0822afd-daf4-437a-9437-2a9492c135b7.json | 18 ------------------ CHANGELOG.md | 9 +++++++++ 3 files changed, 9 insertions(+), 29 deletions(-) delete mode 100644 .autover/changes/792302e7-fe01-4ebe-9357-577bc4097f41.json delete mode 100644 .autover/changes/d0822afd-daf4-437a-9437-2a9492c135b7.json diff --git a/.autover/changes/792302e7-fe01-4ebe-9357-577bc4097f41.json b/.autover/changes/792302e7-fe01-4ebe-9357-577bc4097f41.json deleted file mode 100644 index f705a7a98..000000000 --- a/.autover/changes/792302e7-fe01-4ebe-9357-577bc4097f41.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "Projects": [ - { - "Name": "Amazon.Lambda.Annotations", - "Type": "Minor", - "ChangelogMessages": [ - "Add ConfigureHostBuilder function to `Startup` class for allowing the Lambda function to configure an `IHostApplicationBuilder`." - ] - } - ] -} \ No newline at end of file diff --git a/.autover/changes/d0822afd-daf4-437a-9437-2a9492c135b7.json b/.autover/changes/d0822afd-daf4-437a-9437-2a9492c135b7.json deleted file mode 100644 index 28f238342..000000000 --- a/.autover/changes/d0822afd-daf4-437a-9437-2a9492c135b7.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "Projects": [ - { - "Name": "Amazon.Lambda.RuntimeSupport", - "Type": "Minor", - "ChangelogMessages": [ - "Add support for parameterized logging method to global logger LambdaLogger in Amazon.Lambda.Core" - ] - }, - { - "Name": "Amazon.Lambda.Core", - "Type": "Patch", - "ChangelogMessages": [ - "Add support for parameterized logging method to global logger LambdaLogger. Method is marked as preview till new version of Amazon.Lambda.RuntimeSupport is deployed to managed runtime." - ] - } - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index f1bb900bb..52ac30d7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## Release 2025-03-13 + +### Amazon.Lambda.Annotations (1.7.0) +* Add ConfigureHostBuilder function to `Startup` class for allowing the Lambda function to configure an `IHostApplicationBuilder`. +### Amazon.Lambda.RuntimeSupport (1.13.0) +* Add support for parameterized logging method to global logger LambdaLogger in Amazon.Lambda.Core +### Amazon.Lambda.Core (2.5.1) +* Add support for parameterized logging method to global logger LambdaLogger. Method is marked as preview till new version of Amazon.Lambda.RuntimeSupport is deployed to managed runtime. + ## Release 2025-03-05 ### Amazon.Lambda.TestTool (0.9.1)