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) 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