Skip to content

Commit c54aae4

Browse files
Upgrade: [dependabot] - bump @aws-lambda-powertools/logger from 2.30.1 to 2.30.2 (#673)
Bumps [@aws-lambda-powertools/logger](https://github.com/aws-powertools/powertools-lambda-typescript) from 2.30.1 to 2.30.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aws-powertools/powertools-lambda-typescript/releases"><code>@​aws-lambda-powertools/logger</code>'s releases</a>.</em></p> <blockquote> <h2>v2.30.2</h2> <h2>Summary</h2> <p>In this release we have added Middy v7 middleware compatibility which enables developers using Middy to use Durable functions, Tenant isolation mode, and multi-concurrency on Lambda Managed Instances.</p> <p>We have also now added a new <code>tenantId</code> property by default for tenant identification in all log entries, making it easier to filter and trace logs across different tenants in your Lambda functions.</p> <blockquote> <p>⭐ Special thanks to <a href="https://github.com/coderbyheart"><code>@​coderbyheart</code></a> for their first PR merged in the project 🎉</p> </blockquote> <h2>Changes</h2> <ul> <li>feat: allow <code>@​middy/core</code> v7 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4918">#4918</a>) by <a href="https://github.com/coderbyheart"><code>@​coderbyheart</code></a></li> <li>feat(logger): add tenantId to logger default properties (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4931">#4931</a>) by <a href="https://github.com/kawaaaas"><code>@​kawaaaas</code></a></li> <li>improv(ci): Added environment suffix to prevent artefact name conflict (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4921">#4921</a>) by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li> </ul> <h2>📜 Documentation updates</h2> <ul> <li>chore(deps): bump urllib3 from 2.6.0 to 2.6.3 in /docs (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4927">#4927</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>improv(docs): added a note for customers migrating from <code>BatchProcessorSync</code> to <code>BatchProcessor</code> (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4926">#4926</a>) by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li> <li>improv(docs): updated the Maintainer's Playbook with the updated CI process (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4922">#4922</a>) by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li> </ul> <h2>🔧 Maintenance</h2> <ul> <li>chore(batch): remove invoke store global namespace workaround (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4932">#4932</a>) by <a href="https://github.com/svozza"><code>@​svozza</code></a></li> <li>chore(deps): bump urllib3 from 2.6.0 to 2.6.3 in /docs (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4927">#4927</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>feat: remove baseUrl from TypeScript configurations for future compiler compatibility (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4925">#4925</a>) by <a href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li> <li>improv(docs): updated the Maintainer's Playbook with the updated CI process (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4922">#4922</a>) by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li> </ul> <h2>This release was made possible by the following contributors:</h2> <p><a href="https://github.com/coderbyheart"><code>@​coderbyheart</code></a>, <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot], <a href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a>, <a href="https://github.com/github-actions"><code>@​github-actions</code></a>[bot], <a href="https://github.com/kawaaaas"><code>@​kawaaaas</code></a>, <a href="https://github.com/sdangol"><code>@​sdangol</code></a>, <a href="https://github.com/svozza"><code>@​svozza</code></a>, <a href="https://github.com/apps/dependabot">dependabot[bot]</a> and <a href="https://github.com/apps/github-actions">github-actions[bot]</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aws-powertools/powertools-lambda-typescript/blob/main/CHANGELOG.md"><code>@​aws-lambda-powertools/logger</code>'s changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.30.1...v2.30.2">2.30.2</a> (2026-01-12)</h2> <h3>Features</h3> <ul> <li><strong>logger</strong> add tenantId to logger default properties (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4931">#4931</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/2e3e867ba15eb5221c780bdaec388ab2c892f721">2e3e867</a>)</li> </ul> <h3>Maintenance</h3> <ul> <li><strong>batch</strong> remove invoke store global namespace workaround (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4932">#4932</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/8e93ec3badf4b5043748ad67f5f3b944d97a3fcb">8e93ec3</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/48a557dd5df8998317934f5974795ce7e69d1b81"><code>48a557d</code></a> chore(ci): bump version to 2.30.2 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4937">#4937</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/8e93ec3badf4b5043748ad67f5f3b944d97a3fcb"><code>8e93ec3</code></a> chore(batch): remove invoke store global namespace workaround (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4932">#4932</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/2e3e867ba15eb5221c780bdaec388ab2c892f721"><code>2e3e867</code></a> feat(logger): add tenantId to logger default properties (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4931">#4931</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/5544ce043bd095ef08bc6c7a9d9e3e5d25edfce6"><code>5544ce0</code></a> chore(deps): bump urllib3 from 2.6.0 to 2.6.3 in /docs (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4927">#4927</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/6239b197e9ab47c35b14174ec0d05d6ae9640fd6"><code>6239b19</code></a> improv(docs): added a note for customers migrating from <code>BatchProcessorSync</code> ...</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/e83509f07f70ea90b671d700993599f49b75cd91"><code>e83509f</code></a> feat: remove baseUrl from TypeScript configurations for future compiler compa...</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/74bf4c68a17eb5f28d775ac2fcb5cd4d258a90e8"><code>74bf4c6</code></a> feat: allow <code>@​middy/core</code> v7 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4918">#4918</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/f7c1001fc7cd4aafb5253d0a714cddde79ab5d89"><code>f7c1001</code></a> chore(ci): update layer ARN on documentation (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4917">#4917</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/a0c0ffc8e20197b2515108200277ab2108cc0e10"><code>a0c0ffc</code></a> improv(docs): updated the Maintainer's Playbook with the updated CI process (...</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/7f84229059188291f5c9ec74d099eccb576d018a"><code>7f84229</code></a> improv(ci): Added environment suffix to prevent artefact name conflict (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4921">#4921</a>)</li> <li>See full diff in <a href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.30.1...v2.30.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@aws-lambda-powertools/logger&package-manager=npm_and_yarn&previous-version=2.30.1&new-version=2.30.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent afb7712 commit c54aae4

2 files changed

Lines changed: 19 additions & 19 deletions

File tree

package-lock.json

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/dummySpine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"check-licenses": "license-checker --failOn GPL --failOn LGPL --start ../.."
1414
},
1515
"dependencies": {
16-
"@aws-lambda-powertools/logger": "^2.30.1",
16+
"@aws-lambda-powertools/logger": "^2.30.2",
1717
"@middy/core": "^6.4.5",
1818
"@middy/input-output-logger": "^6.4.5",
1919
"@nhs/fhir-middy-error-handler": "^2.1.66"

0 commit comments

Comments
 (0)