Commit e7d852b
fix(lambda): bump the aws-powertools group in /lambdas with 4 updates (#5022)
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.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/parameters</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/parameters</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 />
Updates `@aws-lambda-powertools/logger` 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 />
Updates `@aws-lambda-powertools/metrics` 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/metrics</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/metrics</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 />
Updates `@aws-lambda-powertools/tracer` 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/tracer</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/tracer</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 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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 8c5d5c0 commit e7d852b
File tree
3 files changed
+48
-41
lines changed- lambdas
- functions/control-plane
- libs/aws-powertools-util
3 files changed
+48
-41
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
122 | | - | |
123 | | - | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
151 | | - | |
| 151 | + | |
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
| |||
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
236 | | - | |
237 | | - | |
238 | | - | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
239 | 239 | | |
240 | | - | |
241 | | - | |
| 240 | + | |
| 241 | + | |
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
245 | | - | |
246 | | - | |
247 | | - | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
248 | 248 | | |
249 | | - | |
250 | | - | |
| 249 | + | |
| 250 | + | |
251 | 251 | | |
252 | | - | |
253 | | - | |
| 252 | + | |
| 253 | + | |
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
259 | | - | |
| 259 | + | |
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
263 | | - | |
264 | | - | |
265 | | - | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
266 | 266 | | |
267 | | - | |
268 | | - | |
| 267 | + | |
| 268 | + | |
269 | 269 | | |
270 | | - | |
| 270 | + | |
271 | 271 | | |
272 | 272 | | |
273 | 273 | | |
274 | | - | |
| 274 | + | |
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
278 | | - | |
279 | | - | |
280 | | - | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
281 | 281 | | |
282 | | - | |
| 282 | + | |
283 | 283 | | |
284 | 284 | | |
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
289 | | - | |
| 289 | + | |
290 | 290 | | |
291 | 291 | | |
292 | 292 | | |
| |||
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
303 | | - | |
| 303 | + | |
304 | 304 | | |
305 | 305 | | |
306 | 306 | | |
307 | | - | |
308 | | - | |
309 | | - | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
310 | 310 | | |
311 | | - | |
| 311 | + | |
312 | 312 | | |
313 | 313 | | |
314 | | - | |
| 314 | + | |
315 | 315 | | |
316 | 316 | | |
317 | 317 | | |
318 | | - | |
| 318 | + | |
319 | 319 | | |
320 | 320 | | |
321 | 321 | | |
| |||
1170 | 1170 | | |
1171 | 1171 | | |
1172 | 1172 | | |
1173 | | - | |
| 1173 | + | |
| 1174 | + | |
| 1175 | + | |
| 1176 | + | |
| 1177 | + | |
| 1178 | + | |
| 1179 | + | |
| 1180 | + | |
1174 | 1181 | | |
1175 | 1182 | | |
1176 | 1183 | | |
| |||
0 commit comments