From b97f2bb39b95a072a5a50c824caa9e771d2a5792 Mon Sep 17 00:00:00 2001 From: aws-sdk-dotnet-automation Date: Tue, 3 Jun 2025 04:25:00 +0000 Subject: [PATCH 1/2] release_2025-06-03 --- .../Amazon.Lambda.AspNetCoreServer.Hosting.csproj | 2 +- .../Amazon.Lambda.AspNetCoreServer.csproj | 2 +- Libraries/src/Amazon.Lambda.Core/Amazon.Lambda.Core.csproj | 2 +- .../Amazon.Lambda.Logging.AspNetCore.csproj | 2 +- .../Amazon.Lambda.RuntimeSupport.csproj | 2 +- .../Amazon.Lambda.TestUtilities.csproj | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Libraries/src/Amazon.Lambda.AspNetCoreServer.Hosting/Amazon.Lambda.AspNetCoreServer.Hosting.csproj b/Libraries/src/Amazon.Lambda.AspNetCoreServer.Hosting/Amazon.Lambda.AspNetCoreServer.Hosting.csproj index 974e63154..a158365cd 100644 --- a/Libraries/src/Amazon.Lambda.AspNetCoreServer.Hosting/Amazon.Lambda.AspNetCoreServer.Hosting.csproj +++ b/Libraries/src/Amazon.Lambda.AspNetCoreServer.Hosting/Amazon.Lambda.AspNetCoreServer.Hosting.csproj @@ -7,7 +7,7 @@ net6.0;net8.0 enable enable - 1.8.1 + 1.8.2 README.md Amazon.Lambda.AspNetCoreServer.Hosting Amazon.Lambda.AspNetCoreServer.Hosting diff --git a/Libraries/src/Amazon.Lambda.AspNetCoreServer/Amazon.Lambda.AspNetCoreServer.csproj b/Libraries/src/Amazon.Lambda.AspNetCoreServer/Amazon.Lambda.AspNetCoreServer.csproj index d60c803ee..3a2993965 100644 --- a/Libraries/src/Amazon.Lambda.AspNetCoreServer/Amazon.Lambda.AspNetCoreServer.csproj +++ b/Libraries/src/Amazon.Lambda.AspNetCoreServer/Amazon.Lambda.AspNetCoreServer.csproj @@ -6,7 +6,7 @@ Amazon.Lambda.AspNetCoreServer makes it easy to run ASP.NET Core Web API applications as AWS Lambda functions. net6.0;net8.0 Amazon.Lambda.AspNetCoreServer - 9.1.1 + 9.1.2 Amazon.Lambda.AspNetCoreServer Amazon.Lambda.AspNetCoreServer AWS;Amazon;Lambda;aspnetcore diff --git a/Libraries/src/Amazon.Lambda.Core/Amazon.Lambda.Core.csproj b/Libraries/src/Amazon.Lambda.Core/Amazon.Lambda.Core.csproj index 8fb5f7029..9b31f782e 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.1 + 2.6.0 Amazon.Lambda.Core Amazon.Lambda.Core AWS;Amazon;Lambda diff --git a/Libraries/src/Amazon.Lambda.Logging.AspNetCore/Amazon.Lambda.Logging.AspNetCore.csproj b/Libraries/src/Amazon.Lambda.Logging.AspNetCore/Amazon.Lambda.Logging.AspNetCore.csproj index 86a94e2f5..7a2045eac 100644 --- a/Libraries/src/Amazon.Lambda.Logging.AspNetCore/Amazon.Lambda.Logging.AspNetCore.csproj +++ b/Libraries/src/Amazon.Lambda.Logging.AspNetCore/Amazon.Lambda.Logging.AspNetCore.csproj @@ -6,7 +6,7 @@ Amazon Lambda .NET Core support - Logging ASP.NET Core package. net6.0;net8.0 Amazon.Lambda.Logging.AspNetCore - 3.1.1 + 4.0.0 Amazon.Lambda.Logging.AspNetCore Amazon.Lambda.Logging.AspNetCore AWS;Amazon;Lambda;Logging diff --git a/Libraries/src/Amazon.Lambda.RuntimeSupport/Amazon.Lambda.RuntimeSupport.csproj b/Libraries/src/Amazon.Lambda.RuntimeSupport/Amazon.Lambda.RuntimeSupport.csproj index 47ce7f796..ca85af2a4 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.13.0 + 1.13.1 Provides a bootstrap and Lambda Runtime API Client to help you to develop custom .NET Core Lambda Runtimes. Amazon.Lambda.RuntimeSupport Amazon.Lambda.RuntimeSupport diff --git a/Libraries/src/Amazon.Lambda.TestUtilities/Amazon.Lambda.TestUtilities.csproj b/Libraries/src/Amazon.Lambda.TestUtilities/Amazon.Lambda.TestUtilities.csproj index eedc42127..7d8dd9e35 100644 --- a/Libraries/src/Amazon.Lambda.TestUtilities/Amazon.Lambda.TestUtilities.csproj +++ b/Libraries/src/Amazon.Lambda.TestUtilities/Amazon.Lambda.TestUtilities.csproj @@ -1,4 +1,4 @@ - + @@ -6,7 +6,7 @@ Amazon.Lambda.TestUtilties includes stub implementations of interfaces defined in Amazon.Lambda.Core and helper methods. net6.0;net8.0 Amazon.Lambda.TestUtilities - 2.0.0 + 3.0.0 Amazon.Lambda.TestUtilities Amazon.Lambda.TestUtilities AWS;Amazon;Lambda From df6f8af28f03b632c37d14ff74ef169d812e1258 Mon Sep 17 00:00:00 2001 From: aws-sdk-dotnet-automation Date: Tue, 3 Jun 2025 04:25:58 +0000 Subject: [PATCH 2/2] Updated changelog --- .../16cc3c6a-8fa0-410b-ba57-74221abb086a.json | 48 ------------------- CHANGELOG.md | 17 +++++++ 2 files changed, 17 insertions(+), 48 deletions(-) delete mode 100644 .autover/changes/16cc3c6a-8fa0-410b-ba57-74221abb086a.json diff --git a/.autover/changes/16cc3c6a-8fa0-410b-ba57-74221abb086a.json b/.autover/changes/16cc3c6a-8fa0-410b-ba57-74221abb086a.json deleted file mode 100644 index 298e1d06c..000000000 --- a/.autover/changes/16cc3c6a-8fa0-410b-ba57-74221abb086a.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "Projects": [ - { - "Name": "Amazon.Lambda.RuntimeSupport", - "Type": "Patch", - "ChangelogMessages": [ - "Add support for parameterized logging method with exception to global logger LambdaLogger in Amazon.Lambda.Core" - ] - }, - { - "Name": "Amazon.Lambda.Core", - "Type": "Minor", - "ChangelogMessages": [ - "Added log level version of the static logging functions on Amazon.Lambda.Core.LambdaLogger" - ] - }, - { - "Name": "Amazon.Lambda.AspNetCoreServer", - "Type": "Patch", - "ChangelogMessages": [ - "Update Amazon.Lambda.Logging.AspNetCore dependency" - ] - }, - { - "Name": "Amazon.Lambda.AspNetCoreServer.Hosting", - "Type": "Patch", - "ChangelogMessages": [ - "Update Amazon.Lambda.Logging.AspNetCore dependency" - ] - }, - { - "Name": "Amazon.Lambda.Logging.AspNetCore", - "Type": "Major", - "ChangelogMessages": [ - "Add support Lambda log levels", - "Change build target from .NET Standard 2.0 to .NET 6 and NET 8 to match Amazon.Lambda.AspNetCoreServer" - ] - }, - { - "Name": "Amazon.Lambda.TestUtilities", - "Type": "Major", - "ChangelogMessages": [ - "Update Amazon.Lambda.TestUtitlies to have implementation of the newer logging methods", - "Change build target from .NET Standard 2.0 to .NET 6 and NET 8 to match Amazon.Lambda.AspNetCoreServer" - ] - } - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 86bc3489e..2f4323298 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## Release 2025-06-03 + +### Amazon.Lambda.RuntimeSupport (1.13.1) +* Add support for parameterized logging method with exception to global logger LambdaLogger in Amazon.Lambda.Core +### Amazon.Lambda.Core (2.6.0) +* Added log level version of the static logging functions on Amazon.Lambda.Core.LambdaLogger +### Amazon.Lambda.AspNetCoreServer (9.1.2) +* Update Amazon.Lambda.Logging.AspNetCore dependency +### Amazon.Lambda.AspNetCoreServer.Hosting (1.8.2) +* Update Amazon.Lambda.Logging.AspNetCore dependency +### Amazon.Lambda.Logging.AspNetCore (4.0.0) +* Add support Lambda log levels +* Change build target from .NET Standard 2.0 to .NET 6 and NET 8 to match Amazon.Lambda.AspNetCoreServer +### Amazon.Lambda.TestUtilities (3.0.0) +* Update Amazon.Lambda.TestUtitlies to have implementation of the newer logging methods +* Change build target from .NET Standard 2.0 to .NET 6 and NET 8 to match Amazon.Lambda.AspNetCoreServer + ## Release 2025-05-15 ### Amazon.Lambda.TestTool (0.10.3)