You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE.CHANGELOG.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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
+
1
6
### Release 2024-08-01
2
7
***Amazon.Lambda.Serialization.Json (2.2.2)**
3
8
* 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`.
5
10
***Amazon.Lambda.APIGatewayEvents (2.7.1)**
6
-
* Added support for `Condition` element in `APIGatewayCustomAuthorizerPolicy.IAMPolicyStatement`.
11
+
* Added support for `Condition` element in `APIGatewayCustomAuthorizerPolicy.IAMPolicyStatement`.
0 commit comments