Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Amazon.Lambda.Annotations from 1.1.0 to 1.2.0 #478

Merged
merged 1 commit into from
Feb 19, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 16, 2024

Bumps Amazon.Lambda.Annotations from 1.1.0 to 1.2.0.

Changelog

Sourced from Amazon.Lambda.Annotations's changelog.

Release 2024-02-15

  • Amazon.Lambda.Annotations (1.2.0)
    • Added support for detecting TargetFramework is .NET 8 and configuring the runtime to dotnet8.
  • Amazon.Lambda.AspNetCoreServer (9.0.0)
    • Breaking Change: Removed support for .NET Core 3.1.
    • Breaking Change: Removed AbstractAspNetCoreFunction.CreateWebHostBuilder method that was overloaded for .NET Core 3.1 and earlier functions for configuring IWebHostBuilder.
    • Added .NET 8 target.
    • Addressed trim warnings and marked assembly as trimmable for Native AOT Lambda functions;
  • Amazon.Lambda.AspNetCoreServer.Hosting (1.7.0)
    • Update version of Amazon.Lambda.AspNetCoreServer to 9.0.0.
    • Added new AddAWSLambdaHosting overload that has a parameter for SourceGeneratorLambdaJsonSerializer to force source generator serialization.
    • Addressed trim warnings and marked assembly as trimmable for Native AOT Lambda functions.
  • Amazon.Lambda.Serialization.SystemTextJson (2.4.1)
    • Marked SourceGeneratorLambdaJsonSerializer constructor that took in an instance of JsonSerializerContext as Obsolete. This was due to the JsonSerializerContext instance unlikely to have the correct JsonSerializerOptions for Lambda serialization.

Release 2024-01-18

  • Amazon.Lambda.CognitoEvents (3.0.0)
    • Pull Request #1656 Add contracts for cognito pre token generation v2. Thanks Ernest Folch
    • Pull Request #1646 Fixed the JSON deserialization error in Cognito triggered. Thanks Ankush Jain

Release 2024-01-12

  • Amazon.Lambda.DynamoDBEvents (3.0.0)
    • Removed AWSSDK.DynamoDBv2 dependency from DynamoDBEvent and related classes.
  • Amazon.Lambda.Serialization.Json (2.2.0)
    • Updated contract resolvers to be compatible with the latest version of the Amazon.Lambda.DynamoDBEvents package.

Release 2023-12-15

  • Amazon.Lambda.Templates (6.15.1)
    • Update Powertools dependencies in relevant Lambda templates.

Release 2023-11-20

  • Amazon.Lambda.TestTool (0.15.1)
    • Fixed issue with getting a 404 for "_framework/blazor.server.js" when the UI started up for .NET 6 and 7.

Release 2023-11-17

  • Amazon.Lambda.TestTool (0.15.0)
    • Released .NET 8 version as NuGet package Amazon.Lambda.TestTool-8.0
    • Pull Request #1598 Add width to .main to prevent window overflow. Thanks mleziva
    • Deprecated the .NET Core 3.1 and .NET 5 version. No new versions targeting those frameworks will be released.

Release 2023-11-15

  • Amazon.Lambda.Annotations (1.1.0)
    • Added support for deploying as an executable assembly and targeting provided.al2 and provided.al2023. This allows support for deploying .NET 8 AOT Lambda functions.
    • Addressed AOT trim warnings.

Release 2023-11-13

  • Amazon.Lambda.AspNetCoreServer (8.1.1)
    • Pull Request #1599 adding application/x-protobuf to list of content types that should be base 64 encoded. Thanks yuriygavriluk

... (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 <dependency name> 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)

@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Feb 16, 2024
Copy link

@mergify mergify bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automatically approving dependabot

Bumps [Amazon.Lambda.Annotations](https://github.com/aws/aws-lambda-dotnet) from 1.1.0 to 1.2.0.
- [Changelog](https://github.com/aws/aws-lambda-dotnet/blob/master/RELEASE.CHANGELOG.md)
- [Commits](https://github.com/aws/aws-lambda-dotnet/commits)

---
updated-dependencies:
- dependency-name: Amazon.Lambda.Annotations
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/nuget/Amazon.Lambda.Annotations-1.2.0 branch from 2e60874 to 21101ce Compare February 19, 2024 01:48
@mergify mergify bot merged commit 4e8ba32 into main Feb 19, 2024
8 checks passed
@dependabot dependabot bot deleted the dependabot/nuget/Amazon.Lambda.Annotations-1.2.0 branch February 19, 2024 01:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants