Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 25, 2025

Bumps software.amazon.lambda:powertools-logging from 1.19.0 to 1.20.0.

Release notes

Sourced from software.amazon.lambda:powertools-logging's releases.

v1.20.0

Summary

This release improves the CloudFormation Custom Resource module by allowing you to set a reason field on the Response object. This is useful to report details about the resource for debugging purposes.

Response response = Response.builder()
                            .reason("<Some Text>")
                            .build();

⭐️ Thanks to @​moizsh for his first contribution to Powertools for AWS Lambda in Java!

Changes

  • feat(cfn-custom-resource): Add optional 'reason' field for detailed failure reporting (#1758) by @​moizsh

This release was made possible by the following contributors:

@​moizsh and @​phipag

Changelog

Sourced from software.amazon.lambda:powertools-logging's changelog.

[1.20.0] - 2025-03-25

  • feat(cfn-custom-resource): Add optional 'reason' field for detailed failure reporting (#1758) by @​moizsh
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)

Bumps [software.amazon.lambda:powertools-logging](https://github.com/aws-powertools/powertools-lambda-java) from 1.19.0 to 1.20.0.
- [Release notes](https://github.com/aws-powertools/powertools-lambda-java/releases)
- [Changelog](https://github.com/aws-powertools/powertools-lambda-java/blob/main/CHANGELOG.md)
- [Commits](aws-powertools/powertools-lambda-java@v1.19.0...v1.20.0)

---
updated-dependencies:
- dependency-name: software.amazon.lambda:powertools-logging
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 25, 2025
Copy link

@eps-autoapprove-dependabot eps-autoapprove-dependabot bot left a comment

Choose a reason for hiding this comment

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

I'm approving this pull request because it includes a patch or minor update

@eps-autoapprove-dependabot eps-autoapprove-dependabot bot enabled auto-merge (squash) March 25, 2025 12:28
@sonarqubecloud
Copy link

@eps-autoapprove-dependabot eps-autoapprove-dependabot bot merged commit 31dd570 into main Mar 25, 2025
11 checks passed
@eps-autoapprove-dependabot eps-autoapprove-dependabot bot deleted the dependabot/maven/software.amazon.lambda-powertools-logging-1.20.0 branch March 25, 2025 12:43
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 java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants