Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 12, 2025

Bumps @aws-lambda-powertools/logger from 2.29.0 to 2.30.0.

Release notes

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

v2.30.0

Summary

We're excited to announce AWS Lambda durable function support in Powertools for AWS Lambda TypeScript. This allows you to leverage AWS Lambda's new durable execution capabilities while taking the advantage of features such as maintaining idempotency guarantees, making it easier to build reliable serverless workflows that span multiple invocations.

AWS Lambda durable functions allow you to simplify building multi-step applications and AI workflows. These functions automatically checkpoint progress, suspend execution for up to one year during long-running tasks, and recover from failures without the need to manage additional infrastructure.

[!NOTE] Lambda function handlers using MiddyJS or Class method decorators aren’t compatible with Durable Function handlers at this time. Tracking issues: MiddyJS middyjs/middy#1531 Class Decorator aws-powertools/powertools-lambda-typescript#4832

This release also includes some bug fixes and a documentation improvement with the help of the community.

⭐ Congratulations to @​jinxiao and @​dwandro for their first PR merged in the project 🎉

Changes

  • fix(logger): merged temp keys with same keys when appending to the logger (#4840) by @​sdangol
  • fix(idempotency): Update durableExecutionMode string (#4837) by @​ConnorKirk
  • feat(idempotency): Allow durable function to replay (#4834) by @​ConnorKirk
  • fix(event-handler): threshold limit for compression not respected when content-length not set (#4827) by @​svozza
  • feat(parser): fix DynamoDBStreamChangeRecordSchema.dynamodb type (#4817) by @​benthorner

📜 Documentation updates

🔧 Maintenance

... (truncated)

Changelog

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

2.30.0 (2025-12-11)

Maintenance

  • commons bump @​aws/lambda-invoke-store from 0.2.1 to 0.2.2 (#4847) (47c6545)
  • logger bump @​aws/lambda-invoke-store from 0.2.1 to 0.2.2 (#4847) (47c6545)
  • metrics bump @​aws/lambda-invoke-store from 0.2.1 to 0.2.2 (#4847) (47c6545)
  • batch bump @​aws/lambda-invoke-store from 0.2.1 to 0.2.2 (#4847) (47c6545)
  • event-handler export types for event handler middleware (#4807) (c46974c)

Bug Fixes

  • commons revert @​aws/lambda-invoke-store to dependency (#4833) (5e728e1)
  • logger merged temp keys with same keys when appending to the logger (#4840) (b30c9c4)
  • logger revert @​aws/lambda-invoke-store to dependency (#4833) (5e728e1)
  • metrics revert @​aws/lambda-invoke-store to dependency (#4833) (5e728e1)
  • idempotency Update durableExecutionMode string (#4837) (919c26d)
  • batch revert @​aws/lambda-invoke-store to dependency (#4833) (5e728e1)
  • event-handler threshold limit for compression not respected when content-length not set (#4827) (ad14e18)

Features

  • idempotency Allow durable function to replay (#4834) (4dc0798)
  • parser fix DynamoDBStreamChangeRecordSchema.dynamodb type (#4817) (bf522f8)
Commits
  • dd5395b chore(ci): bump version to 2.30.0 (#4859)
  • 4e8d00b chore(deps-dev): bump aws-sdk from 2.1692.0 to 2.1693.0 (#4857)
  • 609c891 chore(deps-dev): bump markdownlint-cli2 from 0.19.1 to 0.20.0 (#4853)
  • 155fdf5 chore(deps): bump aws-cdk-lib from 2.228.0 to 2.232.1 in the aws-cdk group ac...
  • fc1831a chore(deps): bump the aws-sdk-v3 group across 1 directory with 42 updates (#4...
  • 915f47a chore(deps): bump @​types/node from 24.10.1 to 24.10.2 (#4856)
  • 22bbf77 chore(deps): bump github/codeql-action from 4.31.6 to 4.31.7 (#4852)
  • 69727c2 chore(deps): bump urllib3 from 2.5.0 to 2.6.0 in /docs (#4850)
  • 47c6545 chore(deps): bump @​aws/lambda-invoke-store from 0.2.1 to 0.2.2 (#4847)
  • 68a71d1 chore(deps): bump esbuild from 0.27.0 to 0.27.1 (#4849)
  • 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 Dec 12, 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) December 12, 2025 18:03
Bumps [@aws-lambda-powertools/logger](https://github.com/aws-powertools/powertools-lambda-typescript) from 2.29.0 to 2.30.0.
- [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.29.0...v2.30.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/aws-lambda-powertools/logger-2.30.0 branch from bf512af to a760c10 Compare December 19, 2025 18:27
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

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 19, 2025

Looks like @aws-lambda-powertools/logger is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Dec 19, 2025
auto-merge was automatically disabled December 19, 2025 18:27

Pull request was closed

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/aws-lambda-powertools/logger-2.30.0 branch December 19, 2025 18:27
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