Skip to content

Commit bcd449a

Browse files
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

3 files changed

+3
-3
lines changed

aws-cs-lambda/DotnetLambda/src/DotnetLambda/DotnetLambda.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
</PropertyGroup>
77
<ItemGroup>
88
<PackageReference Include="Amazon.Lambda.Core" Version="1.2.0" />
9-
<PackageReference Include="Amazon.Lambda.Serialization.Json" Version="1.8.0" />
9+
<PackageReference Include="Amazon.Lambda.Serialization.Json" Version="2.2.4" />
1010
</ItemGroup>
1111
</Project>

aws-py-serverless-raw/app/app.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.405.22" />
1010

1111
<PackageReference Include="Amazon.Lambda.Core" Version="1.2.0" />
12-
<PackageReference Include="Amazon.Lambda.Serialization.Json" Version="1.8.0" />
12+
<PackageReference Include="Amazon.Lambda.Serialization.Json" Version="2.2.4" />
1313
<PackageReference Include="Amazon.Lambda.APIGatewayEvents" Version="2.7.1" />
1414

1515
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />

aws-ts-serverless-raw/app/app.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.405.22" />
1010

1111
<PackageReference Include="Amazon.Lambda.Core" Version="1.2.0" />
12-
<PackageReference Include="Amazon.Lambda.Serialization.Json" Version="1.8.0" />
12+
<PackageReference Include="Amazon.Lambda.Serialization.Json" Version="2.2.4" />
1313
<PackageReference Include="Amazon.Lambda.APIGatewayEvents" Version="2.7.1" />
1414

1515
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />

0 commit comments

Comments
 (0)