From d0154b0807ffbee5bc072d76b5b45fc4823174a9 Mon Sep 17 00:00:00 2001 From: aws-sdk-dotnet-automation Date: Tue, 4 Aug 2026 15:22:35 +0000 Subject: [PATCH 1/2] release_2026-08-04 --- .../Amazon.Lambda.RuntimeSupport.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/src/Amazon.Lambda.RuntimeSupport/Amazon.Lambda.RuntimeSupport.csproj b/Libraries/src/Amazon.Lambda.RuntimeSupport/Amazon.Lambda.RuntimeSupport.csproj index b87e6e292..0064ce8cc 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 @@ net8.0;net9.0;net10.0 - 2.1.3 + 2.2.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 4b7a27625498bdefa0fbde1f5d693d89424ea563 Mon Sep 17 00:00:00 2001 From: aws-sdk-dotnet-automation Date: Tue, 4 Aug 2026 15:24:04 +0000 Subject: [PATCH 2/2] Updated changelog --- .../changes/4133a18f-b6f9-4f24-886e-217756fbb670.json | 11 ----------- CHANGELOG.md | 5 +++++ 2 files changed, 5 insertions(+), 11 deletions(-) delete mode 100644 .autover/changes/4133a18f-b6f9-4f24-886e-217756fbb670.json diff --git a/.autover/changes/4133a18f-b6f9-4f24-886e-217756fbb670.json b/.autover/changes/4133a18f-b6f9-4f24-886e-217756fbb670.json deleted file mode 100644 index 93522a7b9..000000000 --- a/.autover/changes/4133a18f-b6f9-4f24-886e-217756fbb670.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "Projects": [ - { - "Name": "Amazon.Lambda.RuntimeSupport", - "Type": "Minor", - "ChangelogMessages": [ - "Add support for the Lambda-Runtime-Invocation-Id header for cross-wiring invoke protection. The runtime echoes the header back on the response and error calls when the Runtime API provides it, and treats an HTTP 410 Gone (invoke timeout) response as a non-fatal condition, logging it and continuing to the next invocation." - ] - } - ] -} diff --git a/CHANGELOG.md b/CHANGELOG.md index 07188fc1a..c7633bc37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## Release 2026-08-04 + +### Amazon.Lambda.RuntimeSupport (2.2.0) +* Add support for the Lambda-Runtime-Invocation-Id header for cross-wiring invoke protection. The runtime echoes the header back on the response and error calls when the Runtime API provides it, and treats an HTTP 410 Gone (invoke timeout) response as a non-fatal condition, logging it and continuing to the next invocation. + ## Release 2026-07-29 ### Amazon.Lambda.Core (3.3.0)