Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 15, 2025

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps @aws-lambda-powertools/logger from 2.25.0 to 2.25.1.

Release notes

Sourced from @​aws-lambda-powertools/logger's releases.

v2.25.1

Summary

This is a patch release that addresses an issue with the logger and the idempotency package introduced in v2.25.0 that could potentially affect users’ tests in some circumstances. This does not affect any production workloads.

Furthermore, it also fixes an issue with the tracer package which caused a deprecation warning when @tracer.captureLambdaHandler() was used.

We recommend updating to this version if you're currently using v2.25.0, especially if you're experiencing any test-related issues.

⭐ Congratulations @​MaxOpperman, @​BeckettFrey for their first PRs merged in the project 🎉

Changes

  • ci: bump version-n-release GitHub Action and modify input values (#4330) by @​dreamorosi
  • improv(idempotency): Prevent error when AWS_LAMBDA_FUNCTION_NAME is not passed in the Idempotency Persistence Layer (#4327) by @​sdangol
  • improv(logger): resolve issue when no logger region is set (#4319) by @​MaxOpperman
  • improv(ci): Skip Layer version checks for the Gamma environment (#4321) by @​sdangol
  • refactor: idempotency env service to functions 4246 (#4314) by @​BeckettFrey
  • fix(tracer): pass args of decorated method as they are (#4312) by @​dreamorosi

📜 Documentation updates

🔧 Maintenance

This release was made possible by the following contributors:

@​BeckettFrey, @​MaxOpperman, @​dependabot[bot], @​dreamorosi, @​github-actions[bot], @​sdangol, @​svozza, dependabot[bot] and github-actions[bot]

Changelog

Sourced from @​aws-lambda-powertools/logger's changelog.

2.25.1 (2025-08-14)

Improvements

  • logger resolve issue when no logger region is set (#4319) (b74b3b4)
  • idempotency Prevent error when AWS_LAMBDA_FUNCTION_NAME is not passed in the Idempotency Persistence Layer (#4327) (17845d0)

Bug Fixes

  • tracer pass args of decorated method as they are (#4312) (7bd81ae)

Features

  • event-handler add decorator functionality for error handlers (#4323) (562747a)
  • event-handler add error handling functionality to BaseRouter (#4316) (5aff398)
Commits
  • 1e609f1 chore(ci): bump version to 2.25.1 (#4336)
  • bc436b0 docs: add FraudFalcon customer reference (#4332)
  • 65e7b0f ci: bump version-n-release GitHub Action and modify input values (#4330)
  • 17845d0 improv(idempotency): Prevent error when AWS_LAMBDA_FUNCTION_NAME is not passe...
  • 562747a feat(event-handler): add decorator functionality for error handlers (#4323)
  • 5bb23ad chore(deps): bump esbuild from 0.25.8 to 0.25.9 (#4325)
  • 01575f1 chore(deps-dev): bump @​redis/client from 5.8.0 to 5.8.1 (#4324)
  • b74b3b4 improv(logger): resolve issue when no logger region is set (#4319)
  • 5aff398 feat(event-handler): add error handling functionality to BaseRouter (#4316)
  • 60d92b8 improv(ci): Skip Layer version checks for the Gamma environment (#4321)
  • Additional commits viewable in compare view

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 dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 15, 2025
Bumps [@aws-lambda-powertools/logger](https://github.com/aws-powertools/powertools-lambda-typescript) from 2.25.0 to 2.25.1.
- [Release notes](https://github.com/aws-powertools/powertools-lambda-typescript/releases)
- [Changelog](https://github.com/aws-powertools/powertools-lambda-typescript/blob/main/CHANGELOG.md)
- [Commits](aws-powertools/powertools-lambda-typescript@v2.25.0...v2.25.1)

---
updated-dependencies:
- dependency-name: "@aws-lambda-powertools/logger"
  dependency-version: 2.25.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/aws-lambda-powertools/logger-2.25.1 branch from 8abed0b to 1f62058 Compare August 15, 2025 01:15
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 merged commit 0df9c1b into main Aug 15, 2025
2 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/aws-lambda-powertools/logger-2.25.1 branch August 15, 2025 01:15
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants