TelegramBots / Telegram.Bot.Examples

Examples for the Telegram.Bot C# Library
MIT License
630 stars 289 forks source link

Bump Amazon.Lambda.Core from 2.1.0 to 2.2.0 #500

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 11 months ago

Bumps Amazon.Lambda.Core from 2.1.0 to 2.2.0.

Changelog

Sourced from Amazon.Lambda.Core's changelog.

Release 2023-10-26

  • Amazon.Lambda.RuntimeSupport (1.10.0)
    • Marked as trimmable for .NET 8
    • Applied the RequiresUnreferencedCode attribute to areas that caused trim warnings. These code paths are used by the managed runtime when running .NET Lambda functions from a class library. Code paths for an executable assembly Lambda function, used for Native AOT, will not trigger trim warnings with this release.
  • Amazon.Lambda.Serialization.SystemTextJson (2.4.0)
    • Marked as trimmable for .NET 8
    • For trimmed Lambda functions the SourceGeneratorLambdaJsonSerializer must be used. The other serializers have been marked with the RequiresUnreferencedCode attribute.
    • Added new constructor for SourceGeneratorLambdaJsonSerializer that takes in the JsonSerializerContext as a parameter to remove the reflection call to create the isntance.
  • Amazon.Lambda.APIGatewayEvents (2.7.0)
    • Marked as trimmable for .NET 8
  • Amazon.Lambda.ApplicationLoadBalancerEvents (2.2.0)
    • Marked as trimmable for .NET 8
  • Amazon.Lambda.CloudWatchEvents (4.4.0)
    • Marked as trimmable for .NET 8
  • Amazon.Lambda.CloudWatchLogsEvents (2.2.0)
    • Marked as trimmable for .NET 8
  • Amazon.Lambda.CognitoEvents (2.2.0)
    • Marked as trimmable for .NET 8
  • Amazon.Lambda.ConfigEvents (2.1.0)
    • Marked as trimmable for .NET 8
  • Amazon.Lambda.ConnectEvents (1.1.0)
    • Marked as trimmable for .NET 8
  • Amazon.Lambda.Core (2.2.0)
    • Marked as trimmable for .NET 8
  • Amazon.Lambda.DynamoDBEvents (2.3.0)
    • Due to a dependency on the AWSSDK.DynamoDBv2 package the DynamoDBEvent event class is marked with the RequiresUnreferencedCode making it not safe for trimming.
  • Amazon.Lambda.KafkaEvents (2.1.0)
    • Marked as trimmable for .NET 8
  • Amazon.Lambda.KinesisAnalyticsEvents (2.3.0)
    • Marked as trimmable for .NET 8
  • Amazon.Lambda.KinesisEvents (2.2.0)
    • Marked as trimmable for .NET 8
  • Amazon.Lambda.KinesisFirehoseEvents (2.3.0)
    • Marked as trimmable for .NET 8
  • Amazon.Lambda.LexEvents (3.1.0)
    • Marked as trimmable for .NET 8
  • Amazon.Lambda.LexV2Events (1.1.0)
    • Marked as trimmable for .NET 8
  • Amazon.Lambda.MQEvents (2.1.0)
    • Marked as trimmable for .NET 8
  • Amazon.Lambda.S3Events (3.1.0)
    • Marked as trimmable for .NET 8
  • Amazon.Lambda.SimpleEmailEvents (3.1.0)
    • Marked as trimmable for .NET 8
  • Amazon.Lambda.SNSEvents (2.1.0)
    • Marked as trimmable for .NET 8
  • Amazon.Lambda.SQSEvents (2.2.0)
    • Marked as trimmable for .NET 8

Release 2023-10-13

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
karb0f0s commented 11 months ago

@dependabot squash and merge