From ac0d7493214e91a2c4f598ee02906dd9e145cd85 Mon Sep 17 00:00:00 2001 From: Ashish Dhingra <67916761+ashishdhingra@users.noreply.github.com> Date: Wed, 14 Aug 2024 11:56:07 -0700 Subject: [PATCH] Update RELEASE.CHANGELOG.md --- RELEASE.CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/RELEASE.CHANGELOG.md b/RELEASE.CHANGELOG.md index c936f897d..87dffc74c 100644 --- a/RELEASE.CHANGELOG.md +++ b/RELEASE.CHANGELOG.md @@ -1,9 +1,14 @@ +### Release 2024-08-14 +* **Amazon.Lambda.Serialization.Json (2.2.3)** + * Fixed an issue in `JsonSerializer` where `JsonSerializerSettings.NullValueHandling` was being set to `NullValueHandling.Ignore` after custom settings were applied. + * Added new `JsonIncludeNullValueSerializer` derived from `JsonSerializer` that includes null values in serialized JSON. + ### Release 2024-08-01 * **Amazon.Lambda.Serialization.Json (2.2.2)** * Fixed `AwsResolver.CreateProperties()` to use logical `OR` condition when checking for `Amazon.Lambda.CloudWatchEvents.CloudWatchEvent` type. - * Initialized `JsonSerializerSettings.NullValueHandling` to `NullValueHandling.Ignore` for `JsonSerializer`. + * Initialized `JsonSerializerSettings.NullValueHandling` to `NullValueHandling.Ignore` for `JsonSerializer`. * **Amazon.Lambda.APIGatewayEvents (2.7.1)** - * Added support for `Condition` element in `APIGatewayCustomAuthorizerPolicy.IAMPolicyStatement`. + * Added support for `Condition` element in `APIGatewayCustomAuthorizerPolicy.IAMPolicyStatement`. ### Release 2024-06-21 * **Amazon.Lambda.Templates (7.2.0)**