Commit bcd449a
authored
Update dependency Amazon.Lambda.Serialization.Json to v2 (#1983)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
|
[Amazon.Lambda.Serialization.Json](https://redirect.github.com/aws/aws-lambda-dotnet)
| nuget | major | `1.8.0` -> `2.2.4` |
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.
---
### Release Notes
<details>
<summary>aws/aws-lambda-dotnet
(Amazon.Lambda.Serialization.Json)</summary>
###
[`v2.2.4`](https://redirect.github.com/aws/aws-lambda-dotnet/blob/HEAD/CHANGELOG.md#AmazonLambdaSerializationJson-224)
- Fixed null pointer exception when enabling debug mode with
LAMBDA_NET_SERIALIZER_DEBUG environment variable and function response
is null.
###
[`v2.2.3`](https://redirect.github.com/aws/aws-lambda-dotnet/blob/HEAD/CHANGELOG.md#AmazonLambdaSerializationJson-223)
- 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.
###
[`v2.2.2`](https://redirect.github.com/aws/aws-lambda-dotnet/blob/HEAD/CHANGELOG.md#AmazonLambdaSerializationJson-222)
- Fixed `AwsResolver.CreateProperties()` to use logical `OR` condition
when checking for `Amazon.Lambda.CloudWatchEvents.CloudWatchEvent` type.
- Initialized `JsonSerializerSettings.NullValueHandling` to
`NullValueHandling.Ignore` for `JsonSerializer`.
###
[`v2.2.1`](https://redirect.github.com/aws/aws-lambda-dotnet/blob/HEAD/CHANGELOG.md#AmazonLambdaSerializationJson-221)
- Correctly handle Lambda events with dates set as Unix epoch in
milliseconds.
###
[`v2.2.0`](https://redirect.github.com/aws/aws-lambda-dotnet/blob/HEAD/CHANGELOG.md#AmazonLambdaSerializationJson-220)
- Updated contract resolvers to be compatible with the latest version of
the `Amazon.Lambda.DynamoDBEvents` package.
###
[`v2.1.1`](https://redirect.github.com/aws/aws-lambda-dotnet/blob/HEAD/CHANGELOG.md#AmazonLambdaSerializationJson-211)
- Fixed issue null pointer exception when parsing events for types with
MemoryStream.
###
[`v2.1.0`](https://redirect.github.com/aws/aws-lambda-dotnet/blob/HEAD/CHANGELOG.md#AmazonLambdaConfigEvents-210)
- Marked as trimmable for .NET 8
###
[`v2.0.0`](https://redirect.github.com/aws/aws-lambda-dotnet/blob/HEAD/CHANGELOG.md#AmazonLambdaMQEvents-200)
- **Breaking Change:** Corrected the date type of
RabbitMQMessage.BasicProperties.Priority to Nullable int in
RabbitMQEvent class.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - "every weekday" (UTC).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJpbXBhY3Qvbm8tY2hhbmdlbG9nLXJlcXVpcmVkIl19-->
Co-authored-by: pulumi-renovate[bot] <189166143+pulumi-renovate[bot]@users.noreply.github.com>1 parent 121dd7a commit bcd449a
File tree
3 files changed
+3
-3
lines changed- aws-cs-lambda/DotnetLambda/src/DotnetLambda
- aws-py-serverless-raw/app
- aws-ts-serverless-raw/app
3 files changed
+3
-3
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments