From 83bc506d94a210a39a5bed044a78c31fae9693a6 Mon Sep 17 00:00:00 2001 From: Malhar Khimsaria <96malhar@gmail.com> Date: Fri, 17 May 2024 10:25:58 -0700 Subject: [PATCH] chore: Update release changelog --- RELEASE.CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/RELEASE.CHANGELOG.md b/RELEASE.CHANGELOG.md index 7743ebea5..d69f5d767 100644 --- a/RELEASE.CHANGELOG.md +++ b/RELEASE.CHANGELOG.md @@ -1,3 +1,10 @@ +### Release 2024-05-16 +* **Amazon.Lambda.Annotations (1.4.0)** + * Updated the source generator to add documentation on public members in the generated files. + * Added the "\" top-level comment on the generated files to skip them from being processed by analyzers. + * Use the `ILambdaSerializer` to serialize the response body when returning an `IHttpResult`. + * BREAKING CHANGE: Removed the `JsonContext` property in the `HttpResultSerializationOptions` class and replaced it with an `ILambdaSerializer` + ### Release 2024-04-25 * **Amazon.Lambda.Annotations (1.3.1)** * Update User-Agent string