Skip to content

Commit 8b301d0

Browse files
committed
Update RELEASE.CHANGELOG.md
1 parent 2017c79 commit 8b301d0

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

RELEASE.CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
1+
### Release 2024-08-14
2+
* **Amazon.Lambda.Serialization.Json (2.2.3)**
3+
* Fixed an issue in `JsonSerializer` where `JsonSerializerSettings.NullValueHandling` was being set to `NullValueHandling.Ignore` after custom settings were applied.
4+
* Added new `JsonIncludeNullValueSerializer` derived from `JsonSerializer` that includes null values in serialized JSON.
5+
16
### Release 2024-08-01
27
* **Amazon.Lambda.Serialization.Json (2.2.2)**
38
* Fixed `AwsResolver.CreateProperties()` to use logical `OR` condition when checking for `Amazon.Lambda.CloudWatchEvents.CloudWatchEvent` type.
4-
* Initialized `JsonSerializerSettings.NullValueHandling` to `NullValueHandling.Ignore` for `JsonSerializer`.
9+
* Initialized `JsonSerializerSettings.NullValueHandling` to `NullValueHandling.Ignore` for `JsonSerializer`.
510
* **Amazon.Lambda.APIGatewayEvents (2.7.1)**
6-
* Added support for `Condition` element in `APIGatewayCustomAuthorizerPolicy.IAMPolicyStatement`.
11+
* Added support for `Condition` element in `APIGatewayCustomAuthorizerPolicy.IAMPolicyStatement`.
712

813
### Release 2024-06-21
914
* **Amazon.Lambda.Templates (7.2.0)**

0 commit comments

Comments
 (0)