From 5fc532785030be4cdfd213c3f9be6d79d1843ea2 Mon Sep 17 00:00:00 2001 From: Norm Johanson Date: Tue, 22 Oct 2024 23:34:09 -0700 Subject: [PATCH 1/2] Update RELEASE.CHANGELOG.md --- RELEASE.CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/RELEASE.CHANGELOG.md b/RELEASE.CHANGELOG.md index e72dde8b8..4432a6ba5 100644 --- a/RELEASE.CHANGELOG.md +++ b/RELEASE.CHANGELOG.md @@ -1,3 +1,9 @@ +### Release 2024-10-22 +* **Amazon.Lambda.Serialization.Json (2.2.4)** + * Fixed null pointer exception when enabling debug mode with LAMBDA_NET_SERIALIZER_DEBUG environment variable and function response is null. +* **Amazon.Lambda.Serialization.SystemTextJson (2.4.4)** + * Fixed null pointer exception when enabling debug mode with LAMBDA_NET_SERIALIZER_DEBUG environment variable and function response is null. + ### Release 2024-10-15 * **AWSLambdaPSCore PowerShell Module (4.0.3.0)** * Update default version of Microsoft.PowerShell.SDK to 7.4.5 From 5d1111605e0c744dd31711854c23b00aa35fcbdf Mon Sep 17 00:00:00 2001 From: Norm Johanson Date: Tue, 22 Oct 2024 23:39:52 -0700 Subject: [PATCH 2/2] Update RELEASE.CHANGELOG.md --- RELEASE.CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/RELEASE.CHANGELOG.md b/RELEASE.CHANGELOG.md index 4432a6ba5..9fc9e5677 100644 --- a/RELEASE.CHANGELOG.md +++ b/RELEASE.CHANGELOG.md @@ -3,7 +3,9 @@ * Fixed null pointer exception when enabling debug mode with LAMBDA_NET_SERIALIZER_DEBUG environment variable and function response is null. * **Amazon.Lambda.Serialization.SystemTextJson (2.4.4)** * Fixed null pointer exception when enabling debug mode with LAMBDA_NET_SERIALIZER_DEBUG environment variable and function response is null. - +* **AWSLambdaPSCore PowerShell Module (4.0.4.0)** + * Removed reference to global variable $Name when packaging PowerShell script as Lambda function. + ### Release 2024-10-15 * **AWSLambdaPSCore PowerShell Module (4.0.3.0)** * Update default version of Microsoft.PowerShell.SDK to 7.4.5