Skip to content

Commit 312b1c5

Browse files
fix(lambda): bump the aws-powertools group in /lambdas with 4 updates (#4454)
Bumps the aws-powertools group in /lambdas with 4 updates: [@aws-lambda-powertools/parameters](https://github.com/aws-powertools/powertools-lambda-typescript), [@aws-lambda-powertools/logger](https://github.com/aws-powertools/powertools-lambda-typescript), [@aws-lambda-powertools/metrics](https://github.com/aws-powertools/powertools-lambda-typescript) and [@aws-lambda-powertools/tracer](https://github.com/aws-powertools/powertools-lambda-typescript). Updates `@aws-lambda-powertools/parameters` from 2.14.0 to 2.15.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aws-powertools/powertools-lambda-typescript/releases"><code>@​aws-lambda-powertools/parameters</code>'s releases</a>.</em></p> <blockquote> <h2>v2.15.0</h2> <h2>Summary</h2> <p>This minor release improves the Idempotency utility by adding support for custom key prefixes. It also fixes a regression in Logger that caused runtime errors when passing an <code>undefined</code> or <code>null</code> value as extra argument.</p> <p>⭐️ Thanks to <a href="https://github.com/ConnorKirk"><code>@​ConnorKirk</code></a>, <a href="https://github.com/VatsalGoel3"><code>@​VatsalGoel3</code></a>, and <a href="https://github.com/shdq"><code>@​shdq</code></a> for their contributions to this release!</p> <h3>Custom Idempotency Key Prefix Support</h3> <blockquote> <p><a href="https://docs.powertools.aws.dev/lambda/typescript/latest/utilities/idempotency/#customizing-the-idempotency-key-prefix">Docs</a></p> </blockquote> <p>The <code>makeIdempotent</code>, <code>@idempotent</code> decorator, and <code>makeHandlerIdempotent</code> Middy.js middleware now support an optional keyPrefix parameter, allowing you to define custom prefixes for idempotency keys. With this feature, you can implement cross-function idempotency, group related operations under a common prefix, and ensure your idempotency records remain stable during code refactoring or Lambda function renaming.</p> <p>It allows you to override the default idempotency key prefix, which is typically a combination of Lambda function and function names. By specifying a custom prefix, you gain more control over the idempotency key structure.</p> <p><img src="https://github.com/user-attachments/assets/6f2edd86-8ba9-47c8-be27-711296276306" alt="carbon-7" /></p> <h3>Logging <code>undefined</code> or <code>null</code> arguments</h3> <p>In v2.13.1 we introduced a regression that caused runtime errors when passing <code>undefined</code> or <code>null</code> as extra arguments. This edge case could happen only when not using TypeScript or when passing arguments with broad types like <code>any</code> or <code>unknown</code>, since the types in all the logging methods already prevent you from passing these values. In this release we have fixed the regression so that Logger handles these values correctly.</p> <h2>Changes</h2> <ul> <li>chore(maintenance): set app sdk ua env variable when none is set (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3651">#3651</a>) by <a href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li> <li>chore(deps): bump actions/setup-node from 4.1.0 to 4.2.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3630">#3630</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump aws-actions/configure-aws-credentials from 4.0.2 to 4.1.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3629">#3629</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump release-drafter/release-drafter from 6.0.0 to 6.1.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3628">#3628</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump actions/upload-artifact from 4.5.0 to 4.6.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3622">#3622</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump actions/stale from 9.0.0 to 9.1.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3621">#3621</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump actions/setup-go from 5.2.0 to 5.3.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3620">#3620</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump zgosalvez/github-actions-ensure-sha-pinned-actions from 3.0.18 to 3.0.22 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3619">#3619</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump github/codeql-action from 3.27.9 to 3.28.9 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3618">#3618</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(ci): fix double <code>@</code> in action hash (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3587">#3587</a>) by <a href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li> </ul> <h2>🌟New features and non-breaking changes</h2> <ul> <li>chore: revert &quot;feat(logger): refresh sample rate calculation per invocation&quot; (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3652">#3652</a>) by <a href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li> <li>feat(logger): refresh sample rate calculation per invocation (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3644">#3644</a>) by <a href="https://github.com/am29d"><code>@​am29d</code></a></li> <li>feat(logger): Emit a warning on buffer flush (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3639">#3639</a>) by <a href="https://github.com/ConnorKirk"><code>@​ConnorKirk</code></a></li> <li>feat(logger): Add log buffer and flush method (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3617">#3617</a>) by <a href="https://github.com/ConnorKirk"><code>@​ConnorKirk</code></a></li> <li>feat(idempotency): add support for custom key prefix (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3532">#3532</a>) by <a href="https://github.com/shdq"><code>@​shdq</code></a></li> <li>feat(parser): provide sub-path exports (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3598">#3598</a>) by <a href="https://github.com/am29d"><code>@​am29d</code></a></li> <li>feat(logger): add circular buffer (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3593">#3593</a>) by <a href="https://github.com/VatsalGoel3"><code>@​VatsalGoel3</code></a></li> </ul> <h2>📜 Documentation updates</h2> <ul> <li>chore: revert &quot;feat(logger): refresh sample rate calculation per invocation&quot; (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3652">#3652</a>) by <a href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li> <li>feat(logger): refresh sample rate calculation per invocation (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3644">#3644</a>) by <a href="https://github.com/am29d"><code>@​am29d</code></a></li> <li>chore(deps): bump the aws-sdk-v3 group across 1 directory with 9 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3627">#3627</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump the aws-cdk group across 1 directory with 2 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3626">#3626</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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/parameters</code>'s changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.14.0...v2.15.0">2.15.0</a> (2025-02-25)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>ci:</strong> Add permissions to jobs (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3586">#3586</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/90c93eac603b9a496aac1aee8e010fbc983aabdc">90c93ea</a>)</li> <li><strong>ci:</strong> fix path for latest SSM param (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3585">#3585</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/e34952dacf0b55219f57aaf32a5422bd2595d7a9">e34952d</a>)</li> <li><strong>logger:</strong> handle illegal <code>null</code>/<code>undefined</code> as extra args (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3614">#3614</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/6f99073cf61d2e49b01d8f7dcc9b4edf36166ad9">6f99073</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>idempotency:</strong> add support for custom key prefix (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3532">#3532</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/7be7a83a07e86927221ba34ec1dbae7e73cf6e32">7be7a83</a>)</li> <li><strong>logger:</strong> add circular buffer (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3593">#3593</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/618cdeefd8838bf291b5b9df73d765c30d2457df">618cdee</a>)</li> <li><strong>logger:</strong> Add log buffer and flush method (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3617">#3617</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/6968ca87f55ef7574c7904e268ba0604d4b591b7">6968ca8</a>)</li> <li><strong>logger:</strong> Emit a warning on buffer flush (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3639">#3639</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/f4715520322e768f4cc743388069f91d424b0ebd">f471552</a>)</li> <li><strong>logger:</strong> refresh sample rate calculation per invocation (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3644">#3644</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/1d66a2a0d0af36d6c8aa86b0c559f8489fe9ef77">1d66a2a</a>)</li> <li><strong>parser:</strong> provide sub-path exports (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3598">#3598</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/09f0aaaf92233d326acd9e5fbd21a5c241cdbfe7">09f0aaa</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/e85ef33e5871f6d2be8b1cf74f042541ac3543ff"><code>e85ef33</code></a> chore(ci): bump version to 2.15.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3654">#3654</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/d94d3bfc5da23acc1c31b96a0eebf9e2c622cea2"><code>d94d3bf</code></a> chore(maintenance): set app sdk ua env variable when none is set (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3651">#3651</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/cd1331e71c50b192a249f96b1232775972420e6b"><code>cd1331e</code></a> chore: revert &quot;feat(logger): refresh sample rate calculation per invocation&quot; ...</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/1d66a2a0d0af36d6c8aa86b0c559f8489fe9ef77"><code>1d66a2a</code></a> feat(logger): refresh sample rate calculation per invocation (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3644">#3644</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/f4715520322e768f4cc743388069f91d424b0ebd"><code>f471552</code></a> feat(logger): Emit a warning on buffer flush (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3639">#3639</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/7ae904abcab2019f29c193f6078f4c7452565e49"><code>7ae904a</code></a> chore(deps): bump actions/setup-node from 4.1.0 to 4.2.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3630">#3630</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/152094b60dbae460f808bf7cea6ea6b8633a7bdf"><code>152094b</code></a> chore(deps): bump aws-actions/configure-aws-credentials from 4.0.2 to 4.1.0 (...</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/0594f28ffd19dee0d4f35b9bd99e043d43755832"><code>0594f28</code></a> chore(deps): bump release-drafter/release-drafter from 6.0.0 to 6.1.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3628">#3628</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/a629010a5b81c44d9229f19fbaee163bdb6e6c59"><code>a629010</code></a> chore(deps): bump the aws-sdk-v3 group across 1 directory with 9 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3627">#3627</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/01b993763725227f4efe01da1bd5295558fc3bd3"><code>01b9937</code></a> chore(deps): bump the aws-cdk group across 1 directory with 2 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3626">#3626</a>)</li> <li>Additional commits viewable in <a href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.14.0...v2.15.0">compare view</a></li> </ul> </details> <br /> Updates `@aws-lambda-powertools/logger` from 2.14.0 to 2.15.0 <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.15.0</h2> <h2>Summary</h2> <p>This minor release improves the Idempotency utility by adding support for custom key prefixes. It also fixes a regression in Logger that caused runtime errors when passing an <code>undefined</code> or <code>null</code> value as extra argument.</p> <p>⭐️ Thanks to <a href="https://github.com/ConnorKirk"><code>@​ConnorKirk</code></a>, <a href="https://github.com/VatsalGoel3"><code>@​VatsalGoel3</code></a>, and <a href="https://github.com/shdq"><code>@​shdq</code></a> for their contributions to this release!</p> <h3>Custom Idempotency Key Prefix Support</h3> <blockquote> <p><a href="https://docs.powertools.aws.dev/lambda/typescript/latest/utilities/idempotency/#customizing-the-idempotency-key-prefix">Docs</a></p> </blockquote> <p>The <code>makeIdempotent</code>, <code>@idempotent</code> decorator, and <code>makeHandlerIdempotent</code> Middy.js middleware now support an optional keyPrefix parameter, allowing you to define custom prefixes for idempotency keys. With this feature, you can implement cross-function idempotency, group related operations under a common prefix, and ensure your idempotency records remain stable during code refactoring or Lambda function renaming.</p> <p>It allows you to override the default idempotency key prefix, which is typically a combination of Lambda function and function names. By specifying a custom prefix, you gain more control over the idempotency key structure.</p> <p><img src="https://github.com/user-attachments/assets/6f2edd86-8ba9-47c8-be27-711296276306" alt="carbon-7" /></p> <h3>Logging <code>undefined</code> or <code>null</code> arguments</h3> <p>In v2.13.1 we introduced a regression that caused runtime errors when passing <code>undefined</code> or <code>null</code> as extra arguments. This edge case could happen only when not using TypeScript or when passing arguments with broad types like <code>any</code> or <code>unknown</code>, since the types in all the logging methods already prevent you from passing these values. In this release we have fixed the regression so that Logger handles these values correctly.</p> <h2>Changes</h2> <ul> <li>chore(maintenance): set app sdk ua env variable when none is set (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3651">#3651</a>) by <a href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li> <li>chore(deps): bump actions/setup-node from 4.1.0 to 4.2.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3630">#3630</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump aws-actions/configure-aws-credentials from 4.0.2 to 4.1.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3629">#3629</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump release-drafter/release-drafter from 6.0.0 to 6.1.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3628">#3628</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump actions/upload-artifact from 4.5.0 to 4.6.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3622">#3622</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump actions/stale from 9.0.0 to 9.1.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3621">#3621</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump actions/setup-go from 5.2.0 to 5.3.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3620">#3620</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump zgosalvez/github-actions-ensure-sha-pinned-actions from 3.0.18 to 3.0.22 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3619">#3619</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump github/codeql-action from 3.27.9 to 3.28.9 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3618">#3618</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(ci): fix double <code>@</code> in action hash (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3587">#3587</a>) by <a href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li> </ul> <h2>🌟New features and non-breaking changes</h2> <ul> <li>chore: revert &quot;feat(logger): refresh sample rate calculation per invocation&quot; (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3652">#3652</a>) by <a href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li> <li>feat(logger): refresh sample rate calculation per invocation (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3644">#3644</a>) by <a href="https://github.com/am29d"><code>@​am29d</code></a></li> <li>feat(logger): Emit a warning on buffer flush (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3639">#3639</a>) by <a href="https://github.com/ConnorKirk"><code>@​ConnorKirk</code></a></li> <li>feat(logger): Add log buffer and flush method (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3617">#3617</a>) by <a href="https://github.com/ConnorKirk"><code>@​ConnorKirk</code></a></li> <li>feat(idempotency): add support for custom key prefix (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3532">#3532</a>) by <a href="https://github.com/shdq"><code>@​shdq</code></a></li> <li>feat(parser): provide sub-path exports (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3598">#3598</a>) by <a href="https://github.com/am29d"><code>@​am29d</code></a></li> <li>feat(logger): add circular buffer (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3593">#3593</a>) by <a href="https://github.com/VatsalGoel3"><code>@​VatsalGoel3</code></a></li> </ul> <h2>📜 Documentation updates</h2> <ul> <li>chore: revert &quot;feat(logger): refresh sample rate calculation per invocation&quot; (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3652">#3652</a>) by <a href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li> <li>feat(logger): refresh sample rate calculation per invocation (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3644">#3644</a>) by <a href="https://github.com/am29d"><code>@​am29d</code></a></li> <li>chore(deps): bump the aws-sdk-v3 group across 1 directory with 9 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3627">#3627</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump the aws-cdk group across 1 directory with 2 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3626">#3626</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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> <h1><a href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.14.0...v2.15.0">2.15.0</a> (2025-02-25)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>ci:</strong> Add permissions to jobs (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3586">#3586</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/90c93eac603b9a496aac1aee8e010fbc983aabdc">90c93ea</a>)</li> <li><strong>ci:</strong> fix path for latest SSM param (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3585">#3585</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/e34952dacf0b55219f57aaf32a5422bd2595d7a9">e34952d</a>)</li> <li><strong>logger:</strong> handle illegal <code>null</code>/<code>undefined</code> as extra args (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3614">#3614</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/6f99073cf61d2e49b01d8f7dcc9b4edf36166ad9">6f99073</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>idempotency:</strong> add support for custom key prefix (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3532">#3532</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/7be7a83a07e86927221ba34ec1dbae7e73cf6e32">7be7a83</a>)</li> <li><strong>logger:</strong> add circular buffer (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3593">#3593</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/618cdeefd8838bf291b5b9df73d765c30d2457df">618cdee</a>)</li> <li><strong>logger:</strong> Add log buffer and flush method (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3617">#3617</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/6968ca87f55ef7574c7904e268ba0604d4b591b7">6968ca8</a>)</li> <li><strong>logger:</strong> Emit a warning on buffer flush (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3639">#3639</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/f4715520322e768f4cc743388069f91d424b0ebd">f471552</a>)</li> <li><strong>logger:</strong> refresh sample rate calculation per invocation (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3644">#3644</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/1d66a2a0d0af36d6c8aa86b0c559f8489fe9ef77">1d66a2a</a>)</li> <li><strong>parser:</strong> provide sub-path exports (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3598">#3598</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/09f0aaaf92233d326acd9e5fbd21a5c241cdbfe7">09f0aaa</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/e85ef33e5871f6d2be8b1cf74f042541ac3543ff"><code>e85ef33</code></a> chore(ci): bump version to 2.15.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3654">#3654</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/d94d3bfc5da23acc1c31b96a0eebf9e2c622cea2"><code>d94d3bf</code></a> chore(maintenance): set app sdk ua env variable when none is set (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3651">#3651</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/cd1331e71c50b192a249f96b1232775972420e6b"><code>cd1331e</code></a> chore: revert &quot;feat(logger): refresh sample rate calculation per invocation&quot; ...</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/1d66a2a0d0af36d6c8aa86b0c559f8489fe9ef77"><code>1d66a2a</code></a> feat(logger): refresh sample rate calculation per invocation (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3644">#3644</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/f4715520322e768f4cc743388069f91d424b0ebd"><code>f471552</code></a> feat(logger): Emit a warning on buffer flush (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3639">#3639</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/7ae904abcab2019f29c193f6078f4c7452565e49"><code>7ae904a</code></a> chore(deps): bump actions/setup-node from 4.1.0 to 4.2.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3630">#3630</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/152094b60dbae460f808bf7cea6ea6b8633a7bdf"><code>152094b</code></a> chore(deps): bump aws-actions/configure-aws-credentials from 4.0.2 to 4.1.0 (...</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/0594f28ffd19dee0d4f35b9bd99e043d43755832"><code>0594f28</code></a> chore(deps): bump release-drafter/release-drafter from 6.0.0 to 6.1.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3628">#3628</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/a629010a5b81c44d9229f19fbaee163bdb6e6c59"><code>a629010</code></a> chore(deps): bump the aws-sdk-v3 group across 1 directory with 9 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3627">#3627</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/01b993763725227f4efe01da1bd5295558fc3bd3"><code>01b9937</code></a> chore(deps): bump the aws-cdk group across 1 directory with 2 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3626">#3626</a>)</li> <li>Additional commits viewable in <a href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.14.0...v2.15.0">compare view</a></li> </ul> </details> <br /> Updates `@aws-lambda-powertools/metrics` from 2.14.0 to 2.15.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aws-powertools/powertools-lambda-typescript/releases"><code>@​aws-lambda-powertools/metrics</code>'s releases</a>.</em></p> <blockquote> <h2>v2.15.0</h2> <h2>Summary</h2> <p>This minor release improves the Idempotency utility by adding support for custom key prefixes. It also fixes a regression in Logger that caused runtime errors when passing an <code>undefined</code> or <code>null</code> value as extra argument.</p> <p>⭐️ Thanks to <a href="https://github.com/ConnorKirk"><code>@​ConnorKirk</code></a>, <a href="https://github.com/VatsalGoel3"><code>@​VatsalGoel3</code></a>, and <a href="https://github.com/shdq"><code>@​shdq</code></a> for their contributions to this release!</p> <h3>Custom Idempotency Key Prefix Support</h3> <blockquote> <p><a href="https://docs.powertools.aws.dev/lambda/typescript/latest/utilities/idempotency/#customizing-the-idempotency-key-prefix">Docs</a></p> </blockquote> <p>The <code>makeIdempotent</code>, <code>@idempotent</code> decorator, and <code>makeHandlerIdempotent</code> Middy.js middleware now support an optional keyPrefix parameter, allowing you to define custom prefixes for idempotency keys. With this feature, you can implement cross-function idempotency, group related operations under a common prefix, and ensure your idempotency records remain stable during code refactoring or Lambda function renaming.</p> <p>It allows you to override the default idempotency key prefix, which is typically a combination of Lambda function and function names. By specifying a custom prefix, you gain more control over the idempotency key structure.</p> <p><img src="https://github.com/user-attachments/assets/6f2edd86-8ba9-47c8-be27-711296276306" alt="carbon-7" /></p> <h3>Logging <code>undefined</code> or <code>null</code> arguments</h3> <p>In v2.13.1 we introduced a regression that caused runtime errors when passing <code>undefined</code> or <code>null</code> as extra arguments. This edge case could happen only when not using TypeScript or when passing arguments with broad types like <code>any</code> or <code>unknown</code>, since the types in all the logging methods already prevent you from passing these values. In this release we have fixed the regression so that Logger handles these values correctly.</p> <h2>Changes</h2> <ul> <li>chore(maintenance): set app sdk ua env variable when none is set (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3651">#3651</a>) by <a href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li> <li>chore(deps): bump actions/setup-node from 4.1.0 to 4.2.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3630">#3630</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump aws-actions/configure-aws-credentials from 4.0.2 to 4.1.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3629">#3629</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump release-drafter/release-drafter from 6.0.0 to 6.1.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3628">#3628</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump actions/upload-artifact from 4.5.0 to 4.6.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3622">#3622</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump actions/stale from 9.0.0 to 9.1.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3621">#3621</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump actions/setup-go from 5.2.0 to 5.3.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3620">#3620</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump zgosalvez/github-actions-ensure-sha-pinned-actions from 3.0.18 to 3.0.22 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3619">#3619</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump github/codeql-action from 3.27.9 to 3.28.9 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3618">#3618</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(ci): fix double <code>@</code> in action hash (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3587">#3587</a>) by <a href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li> </ul> <h2>🌟New features and non-breaking changes</h2> <ul> <li>chore: revert &quot;feat(logger): refresh sample rate calculation per invocation&quot; (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3652">#3652</a>) by <a href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li> <li>feat(logger): refresh sample rate calculation per invocation (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3644">#3644</a>) by <a href="https://github.com/am29d"><code>@​am29d</code></a></li> <li>feat(logger): Emit a warning on buffer flush (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3639">#3639</a>) by <a href="https://github.com/ConnorKirk"><code>@​ConnorKirk</code></a></li> <li>feat(logger): Add log buffer and flush method (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3617">#3617</a>) by <a href="https://github.com/ConnorKirk"><code>@​ConnorKirk</code></a></li> <li>feat(idempotency): add support for custom key prefix (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3532">#3532</a>) by <a href="https://github.com/shdq"><code>@​shdq</code></a></li> <li>feat(parser): provide sub-path exports (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3598">#3598</a>) by <a href="https://github.com/am29d"><code>@​am29d</code></a></li> <li>feat(logger): add circular buffer (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3593">#3593</a>) by <a href="https://github.com/VatsalGoel3"><code>@​VatsalGoel3</code></a></li> </ul> <h2>📜 Documentation updates</h2> <ul> <li>chore: revert &quot;feat(logger): refresh sample rate calculation per invocation&quot; (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3652">#3652</a>) by <a href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li> <li>feat(logger): refresh sample rate calculation per invocation (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3644">#3644</a>) by <a href="https://github.com/am29d"><code>@​am29d</code></a></li> <li>chore(deps): bump the aws-sdk-v3 group across 1 directory with 9 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3627">#3627</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump the aws-cdk group across 1 directory with 2 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3626">#3626</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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/metrics</code>'s changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.14.0...v2.15.0">2.15.0</a> (2025-02-25)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>ci:</strong> Add permissions to jobs (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3586">#3586</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/90c93eac603b9a496aac1aee8e010fbc983aabdc">90c93ea</a>)</li> <li><strong>ci:</strong> fix path for latest SSM param (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3585">#3585</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/e34952dacf0b55219f57aaf32a5422bd2595d7a9">e34952d</a>)</li> <li><strong>logger:</strong> handle illegal <code>null</code>/<code>undefined</code> as extra args (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3614">#3614</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/6f99073cf61d2e49b01d8f7dcc9b4edf36166ad9">6f99073</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>idempotency:</strong> add support for custom key prefix (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3532">#3532</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/7be7a83a07e86927221ba34ec1dbae7e73cf6e32">7be7a83</a>)</li> <li><strong>logger:</strong> add circular buffer (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3593">#3593</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/618cdeefd8838bf291b5b9df73d765c30d2457df">618cdee</a>)</li> <li><strong>logger:</strong> Add log buffer and flush method (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3617">#3617</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/6968ca87f55ef7574c7904e268ba0604d4b591b7">6968ca8</a>)</li> <li><strong>logger:</strong> Emit a warning on buffer flush (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3639">#3639</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/f4715520322e768f4cc743388069f91d424b0ebd">f471552</a>)</li> <li><strong>logger:</strong> refresh sample rate calculation per invocation (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3644">#3644</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/1d66a2a0d0af36d6c8aa86b0c559f8489fe9ef77">1d66a2a</a>)</li> <li><strong>parser:</strong> provide sub-path exports (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3598">#3598</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/09f0aaaf92233d326acd9e5fbd21a5c241cdbfe7">09f0aaa</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/e85ef33e5871f6d2be8b1cf74f042541ac3543ff"><code>e85ef33</code></a> chore(ci): bump version to 2.15.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3654">#3654</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/d94d3bfc5da23acc1c31b96a0eebf9e2c622cea2"><code>d94d3bf</code></a> chore(maintenance): set app sdk ua env variable when none is set (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3651">#3651</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/cd1331e71c50b192a249f96b1232775972420e6b"><code>cd1331e</code></a> chore: revert &quot;feat(logger): refresh sample rate calculation per invocation&quot; ...</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/1d66a2a0d0af36d6c8aa86b0c559f8489fe9ef77"><code>1d66a2a</code></a> feat(logger): refresh sample rate calculation per invocation (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3644">#3644</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/f4715520322e768f4cc743388069f91d424b0ebd"><code>f471552</code></a> feat(logger): Emit a warning on buffer flush (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3639">#3639</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/7ae904abcab2019f29c193f6078f4c7452565e49"><code>7ae904a</code></a> chore(deps): bump actions/setup-node from 4.1.0 to 4.2.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3630">#3630</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/152094b60dbae460f808bf7cea6ea6b8633a7bdf"><code>152094b</code></a> chore(deps): bump aws-actions/configure-aws-credentials from 4.0.2 to 4.1.0 (...</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/0594f28ffd19dee0d4f35b9bd99e043d43755832"><code>0594f28</code></a> chore(deps): bump release-drafter/release-drafter from 6.0.0 to 6.1.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3628">#3628</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/a629010a5b81c44d9229f19fbaee163bdb6e6c59"><code>a629010</code></a> chore(deps): bump the aws-sdk-v3 group across 1 directory with 9 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3627">#3627</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/01b993763725227f4efe01da1bd5295558fc3bd3"><code>01b9937</code></a> chore(deps): bump the aws-cdk group across 1 directory with 2 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3626">#3626</a>)</li> <li>Additional commits viewable in <a href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.14.0...v2.15.0">compare view</a></li> </ul> </details> <br /> Updates `@aws-lambda-powertools/tracer` from 2.14.0 to 2.15.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aws-powertools/powertools-lambda-typescript/releases"><code>@​aws-lambda-powertools/tracer</code>'s releases</a>.</em></p> <blockquote> <h2>v2.15.0</h2> <h2>Summary</h2> <p>This minor release improves the Idempotency utility by adding support for custom key prefixes. It also fixes a regression in Logger that caused runtime errors when passing an <code>undefined</code> or <code>null</code> value as extra argument.</p> <p>⭐️ Thanks to <a href="https://github.com/ConnorKirk"><code>@​ConnorKirk</code></a>, <a href="https://github.com/VatsalGoel3"><code>@​VatsalGoel3</code></a>, and <a href="https://github.com/shdq"><code>@​shdq</code></a> for their contributions to this release!</p> <h3>Custom Idempotency Key Prefix Support</h3> <blockquote> <p><a href="https://docs.powertools.aws.dev/lambda/typescript/latest/utilities/idempotency/#customizing-the-idempotency-key-prefix">Docs</a></p> </blockquote> <p>The <code>makeIdempotent</code>, <code>@idempotent</code> decorator, and <code>makeHandlerIdempotent</code> Middy.js middleware now support an optional keyPrefix parameter, allowing you to define custom prefixes for idempotency keys. With this feature, you can implement cross-function idempotency, group related operations under a common prefix, and ensure your idempotency records remain stable during code refactoring or Lambda function renaming.</p> <p>It allows you to override the default idempotency key prefix, which is typically a combination of Lambda function and function names. By specifying a custom prefix, you gain more control over the idempotency key structure.</p> <p><img src="https://github.com/user-attachments/assets/6f2edd86-8ba9-47c8-be27-711296276306" alt="carbon-7" /></p> <h3>Logging <code>undefined</code> or <code>null</code> arguments</h3> <p>In v2.13.1 we introduced a regression that caused runtime errors when passing <code>undefined</code> or <code>null</code> as extra arguments. This edge case could happen only when not using TypeScript or when passing arguments with broad types like <code>any</code> or <code>unknown</code>, since the types in all the logging methods already prevent you from passing these values. In this release we have fixed the regression so that Logger handles these values correctly.</p> <h2>Changes</h2> <ul> <li>chore(maintenance): set app sdk ua env variable when none is set (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3651">#3651</a>) by <a href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li> <li>chore(deps): bump actions/setup-node from 4.1.0 to 4.2.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3630">#3630</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump aws-actions/configure-aws-credentials from 4.0.2 to 4.1.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3629">#3629</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump release-drafter/release-drafter from 6.0.0 to 6.1.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3628">#3628</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump actions/upload-artifact from 4.5.0 to 4.6.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3622">#3622</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump actions/stale from 9.0.0 to 9.1.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3621">#3621</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump actions/setup-go from 5.2.0 to 5.3.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3620">#3620</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump zgosalvez/github-actions-ensure-sha-pinned-actions from 3.0.18 to 3.0.22 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3619">#3619</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump github/codeql-action from 3.27.9 to 3.28.9 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3618">#3618</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(ci): fix double <code>@</code> in action hash (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3587">#3587</a>) by <a href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li> </ul> <h2>🌟New features and non-breaking changes</h2> <ul> <li>chore: revert &quot;feat(logger): refresh sample rate calculation per invocation&quot; (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3652">#3652</a>) by <a href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li> <li>feat(logger): refresh sample rate calculation per invocation (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3644">#3644</a>) by <a href="https://github.com/am29d"><code>@​am29d</code></a></li> <li>feat(logger): Emit a warning on buffer flush (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3639">#3639</a>) by <a href="https://github.com/ConnorKirk"><code>@​ConnorKirk</code></a></li> <li>feat(logger): Add log buffer and flush method (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3617">#3617</a>) by <a href="https://github.com/ConnorKirk"><code>@​ConnorKirk</code></a></li> <li>feat(idempotency): add support for custom key prefix (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3532">#3532</a>) by <a href="https://github.com/shdq"><code>@​shdq</code></a></li> <li>feat(parser): provide sub-path exports (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3598">#3598</a>) by <a href="https://github.com/am29d"><code>@​am29d</code></a></li> <li>feat(logger): add circular buffer (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3593">#3593</a>) by <a href="https://github.com/VatsalGoel3"><code>@​VatsalGoel3</code></a></li> </ul> <h2>📜 Documentation updates</h2> <ul> <li>chore: revert &quot;feat(logger): refresh sample rate calculation per invocation&quot; (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3652">#3652</a>) by <a href="https://github.com/dreamorosi"><code>@​dreamorosi</code></a></li> <li>feat(logger): refresh sample rate calculation per invocation (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3644">#3644</a>) by <a href="https://github.com/am29d"><code>@​am29d</code></a></li> <li>chore(deps): bump the aws-sdk-v3 group across 1 directory with 9 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3627">#3627</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> <li>chore(deps): bump the aws-cdk group across 1 directory with 2 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3626">#3626</a>) by @<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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/tracer</code>'s changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.14.0...v2.15.0">2.15.0</a> (2025-02-25)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>ci:</strong> Add permissions to jobs (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3586">#3586</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/90c93eac603b9a496aac1aee8e010fbc983aabdc">90c93ea</a>)</li> <li><strong>ci:</strong> fix path for latest SSM param (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3585">#3585</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/e34952dacf0b55219f57aaf32a5422bd2595d7a9">e34952d</a>)</li> <li><strong>logger:</strong> handle illegal <code>null</code>/<code>undefined</code> as extra args (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3614">#3614</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/6f99073cf61d2e49b01d8f7dcc9b4edf36166ad9">6f99073</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>idempotency:</strong> add support for custom key prefix (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3532">#3532</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/7be7a83a07e86927221ba34ec1dbae7e73cf6e32">7be7a83</a>)</li> <li><strong>logger:</strong> add circular buffer (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3593">#3593</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/618cdeefd8838bf291b5b9df73d765c30d2457df">618cdee</a>)</li> <li><strong>logger:</strong> Add log buffer and flush method (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3617">#3617</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/6968ca87f55ef7574c7904e268ba0604d4b591b7">6968ca8</a>)</li> <li><strong>logger:</strong> Emit a warning on buffer flush (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3639">#3639</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/f4715520322e768f4cc743388069f91d424b0ebd">f471552</a>)</li> <li><strong>logger:</strong> refresh sample rate calculation per invocation (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3644">#3644</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/1d66a2a0d0af36d6c8aa86b0c559f8489fe9ef77">1d66a2a</a>)</li> <li><strong>parser:</strong> provide sub-path exports (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3598">#3598</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/09f0aaaf92233d326acd9e5fbd21a5c241cdbfe7">09f0aaa</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/e85ef33e5871f6d2be8b1cf74f042541ac3543ff"><code>e85ef33</code></a> chore(ci): bump version to 2.15.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3654">#3654</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/d94d3bfc5da23acc1c31b96a0eebf9e2c622cea2"><code>d94d3bf</code></a> chore(maintenance): set app sdk ua env variable when none is set (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3651">#3651</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/cd1331e71c50b192a249f96b1232775972420e6b"><code>cd1331e</code></a> chore: revert &quot;feat(logger): refresh sample rate calculation per invocation&quot; ...</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/1d66a2a0d0af36d6c8aa86b0c559f8489fe9ef77"><code>1d66a2a</code></a> feat(logger): refresh sample rate calculation per invocation (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3644">#3644</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/f4715520322e768f4cc743388069f91d424b0ebd"><code>f471552</code></a> feat(logger): Emit a warning on buffer flush (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3639">#3639</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/7ae904abcab2019f29c193f6078f4c7452565e49"><code>7ae904a</code></a> chore(deps): bump actions/setup-node from 4.1.0 to 4.2.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3630">#3630</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/152094b60dbae460f808bf7cea6ea6b8633a7bdf"><code>152094b</code></a> chore(deps): bump aws-actions/configure-aws-credentials from 4.0.2 to 4.1.0 (...</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/0594f28ffd19dee0d4f35b9bd99e043d43755832"><code>0594f28</code></a> chore(deps): bump release-drafter/release-drafter from 6.0.0 to 6.1.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3628">#3628</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/a629010a5b81c44d9229f19fbaee163bdb6e6c59"><code>a629010</code></a> chore(deps): bump the aws-sdk-v3 group across 1 directory with 9 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3627">#3627</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/01b993763725227f4efe01da1bd5295558fc3bd3"><code>01b9937</code></a> chore(deps): bump the aws-cdk group across 1 directory with 2 updates (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3626">#3626</a>)</li> <li>Additional commits viewable in <a href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.14.0...v2.15.0">compare view</a></li> </ul> </details> <br /> 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c5ae17c commit 312b1c5

File tree

3 files changed

+32
-32
lines changed

3 files changed

+32
-32
lines changed

Diff for: lambdas/functions/control-plane/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"dependencies": {
4141
"@aws-github-runner/aws-powertools-util": "*",
4242
"@aws-github-runner/aws-ssm-util": "*",
43-
"@aws-lambda-powertools/parameters": "^2.14.0",
43+
"@aws-lambda-powertools/parameters": "^2.15.0",
4444
"@aws-sdk/client-ec2": "^3.758.0",
4545
"@aws-sdk/client-sqs": "^3.758.0",
4646
"@aws-sdk/types": "^3.734.0",

Diff for: lambdas/libs/aws-powertools-util/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
"typescript": "^5.7.3"
3535
},
3636
"dependencies": {
37-
"@aws-lambda-powertools/logger": "^2.14.0",
38-
"@aws-lambda-powertools/metrics": "^2.14.0",
39-
"@aws-lambda-powertools/tracer": "^2.14.0",
37+
"@aws-lambda-powertools/logger": "^2.15.0",
38+
"@aws-lambda-powertools/metrics": "^2.15.0",
39+
"@aws-lambda-powertools/tracer": "^2.15.0",
4040
"aws-lambda": "^1.0.7"
4141
},
4242
"nx": {

Diff for: lambdas/yarn.lock

+28-28
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,9 @@ __metadata:
134134
version: 0.0.0-use.local
135135
resolution: "@aws-github-runner/aws-powertools-util@workspace:libs/aws-powertools-util"
136136
dependencies:
137-
"@aws-lambda-powertools/logger": "npm:^2.14.0"
138-
"@aws-lambda-powertools/metrics": "npm:^2.14.0"
139-
"@aws-lambda-powertools/tracer": "npm:^2.14.0"
137+
"@aws-lambda-powertools/logger": "npm:^2.15.0"
138+
"@aws-lambda-powertools/metrics": "npm:^2.15.0"
139+
"@aws-lambda-powertools/tracer": "npm:^2.15.0"
140140
"@trivago/prettier-plugin-sort-imports": "npm:^5.2.2"
141141
"@types/aws-lambda": "npm:^8.10.146"
142142
"@types/jest": "npm:^29.5.14"
@@ -193,7 +193,7 @@ __metadata:
193193
dependencies:
194194
"@aws-github-runner/aws-powertools-util": "npm:*"
195195
"@aws-github-runner/aws-ssm-util": "npm:*"
196-
"@aws-lambda-powertools/parameters": "npm:^2.14.0"
196+
"@aws-lambda-powertools/parameters": "npm:^2.15.0"
197197
"@aws-sdk/client-ec2": "npm:^3.758.0"
198198
"@aws-sdk/client-sqs": "npm:^3.758.0"
199199
"@aws-sdk/types": "npm:^3.734.0"
@@ -326,47 +326,47 @@ __metadata:
326326
languageName: unknown
327327
linkType: soft
328328

329-
"@aws-lambda-powertools/commons@npm:^2.14.0":
330-
version: 2.14.0
331-
resolution: "@aws-lambda-powertools/commons@npm:2.14.0"
332-
checksum: 10c0/18f2bae4566dee3633de6413cb1053ecc08dbfc8bd4890b8c0b2c0ef6877a1a32665f4f08f6cf3d9ba35f336fb6c90fee601f5986fee96c4f15d99fe0260f688
329+
"@aws-lambda-powertools/commons@npm:^2.15.0":
330+
version: 2.15.0
331+
resolution: "@aws-lambda-powertools/commons@npm:2.15.0"
332+
checksum: 10c0/26903b595f61e10aed362bd290744f6cb6e714afb2488695680ce8ce6ba7b6239fd6ce06ada3fcd64a11f67faa43ef00f04e8c54233f676b97a6e47f1735b697
333333
languageName: node
334334
linkType: hard
335335

336-
"@aws-lambda-powertools/logger@npm:^2.14.0":
337-
version: 2.14.0
338-
resolution: "@aws-lambda-powertools/logger@npm:2.14.0"
336+
"@aws-lambda-powertools/logger@npm:^2.15.0":
337+
version: 2.15.0
338+
resolution: "@aws-lambda-powertools/logger@npm:2.15.0"
339339
dependencies:
340-
"@aws-lambda-powertools/commons": "npm:^2.14.0"
340+
"@aws-lambda-powertools/commons": "npm:^2.15.0"
341341
lodash.merge: "npm:^4.6.2"
342342
peerDependencies:
343343
"@middy/core": 4.x || 5.x || 6.x
344344
peerDependenciesMeta:
345345
"@middy/core":
346346
optional: true
347-
checksum: 10c0/8a55bcbf64f1d05bf378f3ea08c6010562a29eaa32641c72cddc98cef4d0bb6e6ce25942f2640a4df926c81dbce84082fba98f76a498626232e8157a151c7041
347+
checksum: 10c0/302c79fb111c06024974055c7f0d2f9e46e83dc3353082d7e5da74f682fff84b4ddf6d5914c0dcefc5e21555f61e4b598936fe205e4b0a19813f136ea6a654e2
348348
languageName: node
349349
linkType: hard
350350

351-
"@aws-lambda-powertools/metrics@npm:^2.14.0":
352-
version: 2.14.0
353-
resolution: "@aws-lambda-powertools/metrics@npm:2.14.0"
351+
"@aws-lambda-powertools/metrics@npm:^2.15.0":
352+
version: 2.15.0
353+
resolution: "@aws-lambda-powertools/metrics@npm:2.15.0"
354354
dependencies:
355-
"@aws-lambda-powertools/commons": "npm:^2.14.0"
355+
"@aws-lambda-powertools/commons": "npm:^2.15.0"
356356
peerDependencies:
357357
"@middy/core": 4.x || 5.x || 6.x
358358
peerDependenciesMeta:
359359
"@middy/core":
360360
optional: true
361-
checksum: 10c0/35eb4a619ab4a2306d01e6cab80b6fe2740a279acfdfe7bd43c57a9db258d3f92318af5d689a738d226f222211dfd8e9779576e29a3496d9201760ef3af3be16
361+
checksum: 10c0/e148a0df43b99ab92ea732e367543922248dcee4169216393cbd0bc45dd052fe74c529d3f43092a7550e0f78de34ddc46db945dd0744ac779f0943a88308d524
362362
languageName: node
363363
linkType: hard
364364

365-
"@aws-lambda-powertools/parameters@npm:^2.14.0":
366-
version: 2.14.0
367-
resolution: "@aws-lambda-powertools/parameters@npm:2.14.0"
365+
"@aws-lambda-powertools/parameters@npm:^2.15.0":
366+
version: 2.15.0
367+
resolution: "@aws-lambda-powertools/parameters@npm:2.15.0"
368368
dependencies:
369-
"@aws-lambda-powertools/commons": "npm:^2.14.0"
369+
"@aws-lambda-powertools/commons": "npm:^2.15.0"
370370
peerDependencies:
371371
"@aws-sdk/client-appconfigdata": ">=3.x"
372372
"@aws-sdk/client-dynamodb": ">=3.x"
@@ -387,22 +387,22 @@ __metadata:
387387
optional: true
388388
"@middy/core":
389389
optional: true
390-
checksum: 10c0/50dd302b133721755ad6a96b01c59a48218ff14701c2bf93497d5d69604d9ce1787d16dddacca717428394dcb10e11115fff582a2a392bcb393c6f1229331a77
390+
checksum: 10c0/69da1dbcc646a7ee891b76e0f7e0f6d00f34fcbf739130cee7353243dde2773db77ebf7fc2b23e4a76a832041ca0be91566255bdae8c165f54bb00ad10573c53
391391
languageName: node
392392
linkType: hard
393393

394-
"@aws-lambda-powertools/tracer@npm:^2.14.0":
395-
version: 2.14.0
396-
resolution: "@aws-lambda-powertools/tracer@npm:2.14.0"
394+
"@aws-lambda-powertools/tracer@npm:^2.15.0":
395+
version: 2.15.0
396+
resolution: "@aws-lambda-powertools/tracer@npm:2.15.0"
397397
dependencies:
398-
"@aws-lambda-powertools/commons": "npm:^2.14.0"
398+
"@aws-lambda-powertools/commons": "npm:^2.15.0"
399399
aws-xray-sdk-core: "npm:^3.10.3"
400400
peerDependencies:
401401
"@middy/core": 4.x || 5.x || 6.x
402402
peerDependenciesMeta:
403403
"@middy/core":
404404
optional: true
405-
checksum: 10c0/4b93357bcb118c6f3c1cacd672e4ad7ab95376aa1f89cbe394b6c5aeff1603ca155d1bfa93b2c2d98a42f64f2e4083f936a71a443ae7308c454d65ff8d924439
405+
checksum: 10c0/10414e56418ac508d789f4e21fcc92f977521ade5d4bee6167e4f0fe1ffdf9bec20f9abd80432238a5ed9d0191460a1525519674806410b785166fa20e84b1d9
406406
languageName: node
407407
linkType: hard
408408

0 commit comments

Comments
 (0)