From 79c42c9de070ddcd04fe1f2856ab05d0a4f318ea Mon Sep 17 00:00:00 2001 From: Malhar Khimsaria <96malhar@gmail.com> Date: Thu, 26 Sep 2024 11:23:13 -0700 Subject: [PATCH] Update RELEASE.CHANGELOG.md (#1822) --- RELEASE.CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/RELEASE.CHANGELOG.md b/RELEASE.CHANGELOG.md index f3e361725..47cc1fd90 100644 --- a/RELEASE.CHANGELOG.md +++ b/RELEASE.CHANGELOG.md @@ -1,3 +1,9 @@ +### Release 2024-09-25 +* **Amazon.Lambda.Annotations (1.5.1)** + * Added a 127 character limit on the Lambda function handler when the package type is set to zip. +* **Amazon.Lambda.PowerShellHost (3.0.1)** + * Fixed an issue where Write-Debug doesn't log debug messages to CloudWatch for a Lambda PowerShell function. + ### Release 2024-09-05 * **Amazon.Lambda.RuntimeSupport (1.11.0)** * Add support for structured logging. Access to structured logging is pending a deployment of Amazon.Lambda.RuntimeSupport to the managed runtime. Follow GitHub issue https://github.com/aws/aws-lambda-dotnet/issues/1747 for status updates on deployment.