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.Serialization.SystemTextJson from 2.4.0 to 2.4.1 #1194

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps Amazon.Lambda.Serialization.SystemTextJson from 2.4.0 to 2.4.1.

Changelog

Sourced from Amazon.Lambda.Serialization.SystemTextJson'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

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [Amazon.Lambda.Serialization.SystemTextJson](https://github.com/aws/aws-lambda-dotnet) from 2.4.0 to 2.4.1.
- [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.Serialization.SystemTextJson
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Feb 16, 2024
@damianh
Copy link
Contributor

damianh commented Jul 16, 2024

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 16, 2024

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

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.

1 participant