Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update RELEASE.CHANGELOG.md #1791

Merged
merged 1 commit into from
Aug 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading