Skip to content

Commit 8c6695d

Browse files
Update dependency Amazon.Lambda.Core to v2.5.0 (#1982)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [Amazon.Lambda.Core](https://redirect.github.com/aws/aws-lambda-dotnet) | nuget | major | `1.2.0` -> `2.5.0` | | [Amazon.Lambda.Core](https://redirect.github.com/aws/aws-lambda-dotnet) | nuget | minor | `2.2.0` -> `2.5.0` | --- > [!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.Core)</summary> ### [`v2.5.0`](https://redirect.github.com/aws/aws-lambda-dotnet/blob/HEAD/CHANGELOG.md#AmazonLambdaCore-250) - Added the new `SnapshotRestore` static class for registering SnapStart hooks for before snapshot and after restore. ### [`v2.4.0`](https://redirect.github.com/aws/aws-lambda-dotnet/blob/HEAD/CHANGELOG.md#AmazonLambdaCore-240) - Removed RequiresPreviewFeatures attribute from parameterized logging APIs ### [`v2.3.0`](https://redirect.github.com/aws/aws-lambda-dotnet/blob/HEAD/CHANGELOG.md#AmazonLambdaCore-230) - Add preview parameterized logging APIs to the ILogger interface. The API will be in preview till the completion of Amazon.Lambda.RuntimeSupport being deployed to the managed runtime. ### [`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.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 these updates 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 8e774fb commit 8c6695d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<AWSProjectType>Lambda</AWSProjectType>
66
</PropertyGroup>
77
<ItemGroup>
8-
<PackageReference Include="Amazon.Lambda.Core" Version="1.2.0" />
8+
<PackageReference Include="Amazon.Lambda.Core" Version="2.5.0" />
99
<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
@@ -8,7 +8,7 @@
88
<ItemGroup>
99
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.405.22" />
1010

11-
<PackageReference Include="Amazon.Lambda.Core" Version="1.2.0" />
11+
<PackageReference Include="Amazon.Lambda.Core" Version="2.5.0" />
1212
<PackageReference Include="Amazon.Lambda.Serialization.Json" Version="2.2.4" />
1313
<PackageReference Include="Amazon.Lambda.APIGatewayEvents" Version="2.7.1" />
1414

aws-ts-multi-language-lambda/dotnet-lambda/DotnetLambda.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
77
</PropertyGroup>
88
<ItemGroup>
9-
<PackageReference Include="Amazon.Lambda.Core" Version="2.2.0" />
9+
<PackageReference Include="Amazon.Lambda.Core" Version="2.5.0" />
1010
<PackageReference Include="Amazon.Lambda.Serialization.SystemTextJson" Version="2.4.4" />
1111
</ItemGroup>
1212
</Project>

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

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

11-
<PackageReference Include="Amazon.Lambda.Core" Version="1.2.0" />
11+
<PackageReference Include="Amazon.Lambda.Core" Version="2.5.0" />
1212
<PackageReference Include="Amazon.Lambda.Serialization.Json" Version="2.2.4" />
1313
<PackageReference Include="Amazon.Lambda.APIGatewayEvents" Version="2.7.1" />
1414

0 commit comments

Comments
 (0)