Skip to content

Commit

Permalink
Update dependency Amazon.Lambda.Core to v2.5.0 (#1982)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
pulumi-renovate[bot] authored Feb 22, 2025
1 parent 8e774fb commit 8c6695d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<AWSProjectType>Lambda</AWSProjectType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Amazon.Lambda.Core" Version="1.2.0" />
<PackageReference Include="Amazon.Lambda.Core" Version="2.5.0" />
<PackageReference Include="Amazon.Lambda.Serialization.Json" Version="2.2.4" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion aws-py-serverless-raw/app/app.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<ItemGroup>
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.405.22" />

<PackageReference Include="Amazon.Lambda.Core" Version="1.2.0" />
<PackageReference Include="Amazon.Lambda.Core" Version="2.5.0" />
<PackageReference Include="Amazon.Lambda.Serialization.Json" Version="2.2.4" />
<PackageReference Include="Amazon.Lambda.APIGatewayEvents" Version="2.7.1" />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Amazon.Lambda.Core" Version="2.2.0" />
<PackageReference Include="Amazon.Lambda.Core" Version="2.5.0" />
<PackageReference Include="Amazon.Lambda.Serialization.SystemTextJson" Version="2.4.4" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion aws-ts-serverless-raw/app/app.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<ItemGroup>
<PackageReference Include="AWSSDK.DynamoDBv2" Version="3.7.405.22" />

<PackageReference Include="Amazon.Lambda.Core" Version="1.2.0" />
<PackageReference Include="Amazon.Lambda.Core" Version="2.5.0" />
<PackageReference Include="Amazon.Lambda.Serialization.Json" Version="2.2.4" />
<PackageReference Include="Amazon.Lambda.APIGatewayEvents" Version="2.7.1" />

Expand Down

0 comments on commit 8c6695d

Please sign in to comment.