Skip to content

Commit

Permalink
Update RELEASE.CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishdhingra committed Aug 14, 2024
1 parent 2017c79 commit 8b301d0
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions RELEASE.CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)**
Expand Down

0 comments on commit 8b301d0

Please sign in to comment.