From d47eeb1440a091207e01166c494eff8cdad138a9 Mon Sep 17 00:00:00 2001 From: aws-sdk-dotnet-automation Date: Fri, 25 Apr 2025 17:33:00 +0000 Subject: [PATCH 1/4] release_2025-04-25 --- .../Amazon.Lambda.AppSyncEvents.csproj | 4 ++-- .../Amazon.Lambda.AspNetCoreServer.Hosting.csproj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Libraries/src/Amazon.Lambda.AppSyncEvents/Amazon.Lambda.AppSyncEvents.csproj b/Libraries/src/Amazon.Lambda.AppSyncEvents/Amazon.Lambda.AppSyncEvents.csproj index 7b3352894..6fd4746ca 100644 --- a/Libraries/src/Amazon.Lambda.AppSyncEvents/Amazon.Lambda.AppSyncEvents.csproj +++ b/Libraries/src/Amazon.Lambda.AppSyncEvents/Amazon.Lambda.AppSyncEvents.csproj @@ -1,4 +1,4 @@ - + @@ -6,7 +6,7 @@ Amazon Lambda .NET support - AWS AppSync package. net8.0 Amazon.Lambda.AppSyncEvents - 0.0.1 + 1.0.0 Amazon.Lambda.AppSyncEvents Amazon.Lambda.AppSyncEvents AWS;Amazon;Lambda 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 d0c71e18b..453601e47 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.7.4 + 1.7.5 README.md Amazon.Lambda.AspNetCoreServer.Hosting Amazon.Lambda.AspNetCoreServer.Hosting From aa3da7a0968fa9cacbee25c29208b7b0d31faadc Mon Sep 17 00:00:00 2001 From: aws-sdk-dotnet-automation Date: Fri, 25 Apr 2025 17:33:57 +0000 Subject: [PATCH 2/4] Updated changelog --- .autover/autover.json | 2 +- .../changes/38c5bace-4ca5-4f83-8094-ae6d912ca20a.json | 11 ----------- .../changes/78ee1265-f50d-434a-b25c-fcb8e9e7a26a.json | 11 ----------- CHANGELOG.md | 7 +++++++ 4 files changed, 8 insertions(+), 23 deletions(-) delete mode 100644 .autover/changes/38c5bace-4ca5-4f83-8094-ae6d912ca20a.json delete mode 100644 .autover/changes/78ee1265-f50d-434a-b25c-fcb8e9e7a26a.json diff --git a/.autover/autover.json b/.autover/autover.json index afba7a20c..df8ae8794 100644 --- a/.autover/autover.json +++ b/.autover/autover.json @@ -144,7 +144,7 @@ "Name": "Amazon.Lambda.TestTool", "Path": "Tools/LambdaTestTool-v2/src/Amazon.Lambda.TestTool/Amazon.Lambda.TestTool.csproj" }, - { + { "Name": "Amazon.Lambda.AppSyncEvents", "Path": "Libraries/src/Amazon.Lambda.AppSyncEvents/Amazon.Lambda.AppSyncEvents.csproj" } diff --git a/.autover/changes/38c5bace-4ca5-4f83-8094-ae6d912ca20a.json b/.autover/changes/38c5bace-4ca5-4f83-8094-ae6d912ca20a.json deleted file mode 100644 index 080d8db06..000000000 --- a/.autover/changes/38c5bace-4ca5-4f83-8094-ae6d912ca20a.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "Projects": [ - { - "Name": "Amazon.Lambda.AspNetCoreServer.Hosting", - "Type": "Patch", - "ChangelogMessages": [ - "Add overrideable method GetBeforeSnapshotRequests() and AddAWSLambdaBeforeSnapshotRequest() extension method to support warming up the asp.net/lambda pipelines automatically during BeforeSnapshot callback." - ] - } - ] -} \ No newline at end of file diff --git a/.autover/changes/78ee1265-f50d-434a-b25c-fcb8e9e7a26a.json b/.autover/changes/78ee1265-f50d-434a-b25c-fcb8e9e7a26a.json deleted file mode 100644 index 320fd3ada..000000000 --- a/.autover/changes/78ee1265-f50d-434a-b25c-fcb8e9e7a26a.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "Projects": [ - { - "Name": "Amazon.Lambda.AppSyncEvents", - "Type": "Major", - "ChangelogMessages": [ - "Added AppSyncResolverEvent to support direct lambda resolver" - ] - } - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 407c992d5..b0de7ee0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## Release 2025-04-25 + +### Amazon.Lambda.AspNetCoreServer.Hosting (1.7.5) +* Add overrideable method GetBeforeSnapshotRequests() and AddAWSLambdaBeforeSnapshotRequest() extension method to support warming up the asp.net/lambda pipelines automatically during BeforeSnapshot callback. +### Amazon.Lambda.AppSyncEvents (1.0.0) +* Added AppSyncResolverEvent to support direct lambda resolver + ## Release 2025-04-10 #2 ### Amazon.Lambda.TestTool (0.10.1) From cd525440b52b96200ca642dbdcbb0ad502731eed Mon Sep 17 00:00:00 2001 From: Phil Asmar Date: Fri, 25 Apr 2025 13:49:12 -0400 Subject: [PATCH 3/4] add missing version bump --- CHANGELOG.md | 2 ++ .../Amazon.Lambda.AspNetCoreServer.csproj | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0de7ee0f..c2c447eb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## Release 2025-04-25 +### Amazon.Lambda.AspNetCoreServer (9.0.5) +* Add overrideable method GetBeforeSnapshotRequests() and AddAWSLambdaBeforeSnapshotRequest() extension method to support warming up the asp.net/lambda pipelines automatically during BeforeSnapshot callback. ### Amazon.Lambda.AspNetCoreServer.Hosting (1.7.5) * Add overrideable method GetBeforeSnapshotRequests() and AddAWSLambdaBeforeSnapshotRequest() extension method to support warming up the asp.net/lambda pipelines automatically during BeforeSnapshot callback. ### Amazon.Lambda.AppSyncEvents (1.0.0) diff --git a/Libraries/src/Amazon.Lambda.AspNetCoreServer/Amazon.Lambda.AspNetCoreServer.csproj b/Libraries/src/Amazon.Lambda.AspNetCoreServer/Amazon.Lambda.AspNetCoreServer.csproj index 2cfdbfb4f..8eaf814cb 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.0.4 + 9.0.5 Amazon.Lambda.AspNetCoreServer Amazon.Lambda.AspNetCoreServer AWS;Amazon;Lambda;aspnetcore From 580b0a43a6b7e19717a0e4656b5391641d19dd23 Mon Sep 17 00:00:00 2001 From: Phil Asmar Date: Fri, 25 Apr 2025 14:06:45 -0400 Subject: [PATCH 4/4] switch to minor bump --- CHANGELOG.md | 4 ++-- .../Amazon.Lambda.AspNetCoreServer.Hosting.csproj | 2 +- .../Amazon.Lambda.AspNetCoreServer.csproj | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2c447eb8..57293bdf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ ## Release 2025-04-25 -### Amazon.Lambda.AspNetCoreServer (9.0.5) +### Amazon.Lambda.AspNetCoreServer (9.1.0) * Add overrideable method GetBeforeSnapshotRequests() and AddAWSLambdaBeforeSnapshotRequest() extension method to support warming up the asp.net/lambda pipelines automatically during BeforeSnapshot callback. -### Amazon.Lambda.AspNetCoreServer.Hosting (1.7.5) +### Amazon.Lambda.AspNetCoreServer.Hosting (1.8.0) * Add overrideable method GetBeforeSnapshotRequests() and AddAWSLambdaBeforeSnapshotRequest() extension method to support warming up the asp.net/lambda pipelines automatically during BeforeSnapshot callback. ### Amazon.Lambda.AppSyncEvents (1.0.0) * Added AppSyncResolverEvent to support direct lambda resolver 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 453601e47..2001cd3ef 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.7.5 + 1.8.0 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 8eaf814cb..31318d8da 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.0.5 + 9.1.0 Amazon.Lambda.AspNetCoreServer Amazon.Lambda.AspNetCoreServer AWS;Amazon;Lambda;aspnetcore