From 625b923cb663ca4c9b65c825d7ee0f19256456a7 Mon Sep 17 00:00:00 2001 From: aws-sdk-dotnet-automation Date: Thu, 19 Feb 2026 19:50:22 +0000 Subject: [PATCH 1/2] release_2026-02-19 --- .../Amazon.Lambda.AspNetCoreServer.Hosting.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 f6369c692..2ed732314 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.9.1 + 1.10.0 README.md Amazon.Lambda.AspNetCoreServer.Hosting Amazon.Lambda.AspNetCoreServer.Hosting From ad92591fca59f24bb9346ade95afb5b3f389b335 Mon Sep 17 00:00:00 2001 From: aws-sdk-dotnet-automation Date: Thu, 19 Feb 2026 19:51:27 +0000 Subject: [PATCH 2/2] Updated changelog --- .../changes/12b85f20-8478-422b-a662-2f4aff4b6509.json | 11 ----------- CHANGELOG.md | 5 +++++ 2 files changed, 5 insertions(+), 11 deletions(-) delete mode 100644 .autover/changes/12b85f20-8478-422b-a662-2f4aff4b6509.json diff --git a/.autover/changes/12b85f20-8478-422b-a662-2f4aff4b6509.json b/.autover/changes/12b85f20-8478-422b-a662-2f4aff4b6509.json deleted file mode 100644 index b0d9e04ac..000000000 --- a/.autover/changes/12b85f20-8478-422b-a662-2f4aff4b6509.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "Projects": [ - { - "Name": "Amazon.Lambda.AspNetCoreServer.Hosting", - "Type": "Minor", - "ChangelogMessages": [ - "Exposing the extensions points from Amazon.Lambda.AspNetCoreServer onto the HostingOptions. For example customizing the serialization by adding a callback for PostMarshallResponseFeature." - ] - } - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ed334f9df..fc623c742 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## Release 2026-02-19 + +### Amazon.Lambda.AspNetCoreServer.Hosting (1.10.0) +* Exposing the extensions points from Amazon.Lambda.AspNetCoreServer onto the HostingOptions. For example customizing the serialization by adding a callback for PostMarshallResponseFeature. + ## Release 2026-02-18 ### Amazon.Lambda.TestTool (0.13.0)