fix(lambda): bump the aws-powertools group in /lambdas with 4 updates - #4675
Merged
npalm merged 1 commit intoJul 23, 2025
Merged
Conversation
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Files
|
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.23.0 to 2.24.0 - [Release notes](https://github.com/aws-powertools/powertools-lambda-typescript/releases) - [Changelog](https://github.com/aws-powertools/powertools-lambda-typescript/blob/main/CHANGELOG.md) - [Commits](aws-powertools/powertools-lambda-typescript@v2.23.0...v2.24.0) Updates `@aws-lambda-powertools/logger` from 2.23.0 to 2.24.0 - [Release notes](https://github.com/aws-powertools/powertools-lambda-typescript/releases) - [Changelog](https://github.com/aws-powertools/powertools-lambda-typescript/blob/main/CHANGELOG.md) - [Commits](aws-powertools/powertools-lambda-typescript@v2.23.0...v2.24.0) Updates `@aws-lambda-powertools/metrics` from 2.23.0 to 2.24.0 - [Release notes](https://github.com/aws-powertools/powertools-lambda-typescript/releases) - [Changelog](https://github.com/aws-powertools/powertools-lambda-typescript/blob/main/CHANGELOG.md) - [Commits](aws-powertools/powertools-lambda-typescript@v2.23.0...v2.24.0) Updates `@aws-lambda-powertools/tracer` from 2.23.0 to 2.24.0 - [Release notes](https://github.com/aws-powertools/powertools-lambda-typescript/releases) - [Changelog](https://github.com/aws-powertools/powertools-lambda-typescript/blob/main/CHANGELOG.md) - [Commits](aws-powertools/powertools-lambda-typescript@v2.23.0...v2.24.0) --- updated-dependencies: - dependency-name: "@aws-lambda-powertools/parameters" dependency-version: 2.24.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws-powertools - dependency-name: "@aws-lambda-powertools/logger" dependency-version: 2.24.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws-powertools - dependency-name: "@aws-lambda-powertools/metrics" dependency-version: 2.24.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws-powertools - dependency-name: "@aws-lambda-powertools/tracer" dependency-version: 2.24.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws-powertools ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/lambdas/aws-powertools-c832e61540
branch
from
July 23, 2025 19:00
2dc062f to
2d4ed51
Compare
npalm
approved these changes
Jul 23, 2025
npalm
deleted the
dependabot/npm_and_yarn/lambdas/aws-powertools-c832e61540
branch
July 23, 2025 19:06
LudovicTOURMAN
pushed a commit
to doctolib-lab/terraform-aws-github-runner
that referenced
this pull request
Apr 7, 2026
…github-aws-runners#4675) 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.23.0 to 2.24.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.24.0</h2> <h2>Summary</h2> <p>We’ve listened to <a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3951">your feedback</a> and starting from this release of Parser we support only <a href="https://zod.dev/v4">Zod v4</a> for all our built-in schemas and envelopes. Additionally the utility got a power up and it now supports schemas written using <a href="https://github.com/standard-schema/standard-schema">Standard Schema</a> 🔥.</p> <p>We’ve also fixed a bug in Tracer that prevented requests made via proxies to be traced correctly and another bug in Metrics that caused dimension sets to be added correctly to the metrics data object..</p> <p>🌟 Congratulations to <a href="https://github.com/chetan9518"><code>@chetan9518</code></a>, <a href="https://github.com/sdangol"><code>@sdangol</code></a>, and <a href="https://github.com/matteofigus"><code>@matteofigus</code></a> for their first PRs merged in the project 🎉</p> <h3>Using Parser with Standard Schema</h3> <blockquote> <p><a href="https://docs.powertools.aws.dev/lambda/typescript/latest/features/parser/">Docs</a></p> </blockquote> <p>You can now use schemas written using <a href="https://valibot.dev/">Valibot</a> or other <a href="https://github.com/standard-schema/standard-schema">Standard Schema</a>-compatible parsing library to parse incoming events using the <code>parser</code> Middy.js middleware or TypeScript class method decorator. This is useful if your codebase is already relying on one of these libraries or you want to have full control over the bundle size.</p> <p>Note that our <a href="https://docs.powertools.aws.dev/lambda/typescript/latest/features/parser/#built-in-schemas">built-in schemas</a> and <a href="https://docs.powertools.aws.dev/lambda/typescript/latest/features/parser/#built-in-envelopes">envelopes</a> are still defined only using Zod. If you would like us to support other libraries like Valibot please <a href="https://github.com/aws-powertools/powertools-lambda-typescript/issues/new?template=feature_request.yml">open an issue</a> and we will consider it based on the community's feedback.</p> <p>If you are using Zod v3 and need more time to migrate, you can continue using Parser v2.23.0 as long as needed.</p> <pre lang="ts"><code>import { Logger } from '@aws-lambda-powertools/logger'; import { parser } from '@aws-lambda-powertools/parser/middleware'; import middy from '@middy/core'; import { array, number, object, optional, pipe, string, toMinValue, } from 'valibot'; <p>const logger = new Logger();</p> <p>const orderSchema = object({<br /> id: pipe(number(), toMinValue(0)),<br /> description: string(),<br /> items: array(<br /> object({<br /> id: pipe(number(), toMinValue(0)),<br /> quantity: pipe(number(), toMinValue(1)),<br /> description: string(),<br /> })<br /> ),<br /> optionalField: optional(string()),<br /> });</p> <p>export const handler = middy()<br /> .use(parser({ schema: orderSchema }))<br /> </tr></table><br /> </code></pre></p> </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> <h2><a href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.23.0...v2.24.0">2.24.0</a> (2025-07-15)</h2> <h3>Improvements</h3> <ul> <li><strong>metrics</strong> optimize <code>addDimensions</code> method to avoid O(n²) complexity (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4156">#4156</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/3982b4a6b25e82fa1b5001c73d238cf62eda1137">3982b4a</a>)</li> <li><strong>tracer</strong> replace class-based env access with functional helpers (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4146">#4146</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/51d9b988488aee01de337669dbfc68d0ab7af9dd">51d9b98</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>metrics</strong> addDimensions() documentation and tests (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3964">#3964</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/a80163614e4a0ef7106beaa5cf91161d50a09fea">a801636</a>)</li> <li><strong>tracer</strong> skip tracing CONNECT requests (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4148">#4148</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/a147c3b46ff975ed3e94722e21e79e65ae2bbc78">a147c3b</a>)</li> <li><strong>parser</strong> remove nullable from md5OfMessageAttributes in SqsRecordSchema (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4165">#4165</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/d6cbde0fe977bb1ce011a80f31369e5f7161df08">d6cbde0</a>)</li> </ul> <h3>Maintenance</h3> <ul> <li><strong>batch</strong> exclude deprecated code from coverage (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4152">#4152</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/30bbf5af3ae78fdb4b837ad9b4322a9e90f15f57">30bbf5a</a>)</li> <li><strong>parser</strong> remove deprecated parser type (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4154">#4154</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/a59db36e7816d8587b91acf282582204ccc78845">a59db36</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>parser</strong> support Standard Schema and upgrade to Zod v4 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4164">#4164</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/67549f61cd77e23a66e3338576efc96839833329">67549f6</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/501dc1781976e025f108acf9dd6549b38efae444"><code>501dc17</code></a> chore: bump to 2.24.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4172">#4172</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/57902be48bf9f9752ce0358ce9b758c003b61066"><code>57902be</code></a> chore(deps): bump <code>@types/node</code> from 24.0.12 to 24.0.13 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4167">#4167</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/c7ebae6ff6ede4b66ddd358737b8980aadc72a77"><code>c7ebae6</code></a> chore(deps): bump esbuild from 0.25.5 to 0.25.6 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4166">#4166</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/d6cbde0fe977bb1ce011a80f31369e5f7161df08"><code>d6cbde0</code></a> fix(parser): remove nullable from md5OfMessageAttributes in SqsRecordSchema (...</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/67549f61cd77e23a66e3338576efc96839833329"><code>67549f6</code></a> feat(parser): support Standard Schema and upgrade to Zod v4 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4164">#4164</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/191c84636a85a1f4d132dbe6f3b6427c13e03e4c"><code>191c846</code></a> chore(deps-dev): bump <code>@redis/client</code> from 5.5.6 to 5.6.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4162">#4162</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/947247118fe23d0c40e627c0eb4a25029e0455a1"><code>9472471</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/4159">#4159</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/06622c3db8df3bd9784d4ee27c394dfee0a8216f"><code>06622c3</code></a> chore(deps): bump vscode/devcontainers/javascript-node from <code>0d29e5f</code> to `eac...</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/af44b7c03e6f58846054754c64bffba1975c2072"><code>af44b7c</code></a> chore(deps-dev): bump zod from 3.25.67 to 3.25.76 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4158">#4158</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/c9a1f7b3033c715b098cfc4e8f6f7b03e1921825"><code>c9a1f7b</code></a> chore(deps): bump <code>@types/node</code> from 24.0.10 to 24.0.12 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4157">#4157</a>)</li> <li>Additional commits viewable in <a href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.23.0...v2.24.0">compare view</a></li> </ul> </details> <br /> Updates `@aws-lambda-powertools/logger` from 2.23.0 to 2.24.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.24.0</h2> <h2>Summary</h2> <p>We’ve listened to <a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3951">your feedback</a> and starting from this release of Parser we support only <a href="https://zod.dev/v4">Zod v4</a> for all our built-in schemas and envelopes. Additionally the utility got a power up and it now supports schemas written using <a href="https://github.com/standard-schema/standard-schema">Standard Schema</a> 🔥.</p> <p>We’ve also fixed a bug in Tracer that prevented requests made via proxies to be traced correctly and another bug in Metrics that caused dimension sets to be added correctly to the metrics data object..</p> <p>🌟 Congratulations to <a href="https://github.com/chetan9518"><code>@chetan9518</code></a>, <a href="https://github.com/sdangol"><code>@sdangol</code></a>, and <a href="https://github.com/matteofigus"><code>@matteofigus</code></a> for their first PRs merged in the project 🎉</p> <h3>Using Parser with Standard Schema</h3> <blockquote> <p><a href="https://docs.powertools.aws.dev/lambda/typescript/latest/features/parser/">Docs</a></p> </blockquote> <p>You can now use schemas written using <a href="https://valibot.dev/">Valibot</a> or other <a href="https://github.com/standard-schema/standard-schema">Standard Schema</a>-compatible parsing library to parse incoming events using the <code>parser</code> Middy.js middleware or TypeScript class method decorator. This is useful if your codebase is already relying on one of these libraries or you want to have full control over the bundle size.</p> <p>Note that our <a href="https://docs.powertools.aws.dev/lambda/typescript/latest/features/parser/#built-in-schemas">built-in schemas</a> and <a href="https://docs.powertools.aws.dev/lambda/typescript/latest/features/parser/#built-in-envelopes">envelopes</a> are still defined only using Zod. If you would like us to support other libraries like Valibot please <a href="https://github.com/aws-powertools/powertools-lambda-typescript/issues/new?template=feature_request.yml">open an issue</a> and we will consider it based on the community's feedback.</p> <p>If you are using Zod v3 and need more time to migrate, you can continue using Parser v2.23.0 as long as needed.</p> <pre lang="ts"><code>import { Logger } from '@aws-lambda-powertools/logger'; import { parser } from '@aws-lambda-powertools/parser/middleware'; import middy from '@middy/core'; import { array, number, object, optional, pipe, string, toMinValue, } from 'valibot'; <p>const logger = new Logger();</p> <p>const orderSchema = object({<br /> id: pipe(number(), toMinValue(0)),<br /> description: string(),<br /> items: array(<br /> object({<br /> id: pipe(number(), toMinValue(0)),<br /> quantity: pipe(number(), toMinValue(1)),<br /> description: string(),<br /> })<br /> ),<br /> optionalField: optional(string()),<br /> });</p> <p>export const handler = middy()<br /> .use(parser({ schema: orderSchema }))<br /> </tr></table><br /> </code></pre></p> </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> <h2><a href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.23.0...v2.24.0">2.24.0</a> (2025-07-15)</h2> <h3>Improvements</h3> <ul> <li><strong>metrics</strong> optimize <code>addDimensions</code> method to avoid O(n²) complexity (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4156">#4156</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/3982b4a6b25e82fa1b5001c73d238cf62eda1137">3982b4a</a>)</li> <li><strong>tracer</strong> replace class-based env access with functional helpers (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4146">#4146</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/51d9b988488aee01de337669dbfc68d0ab7af9dd">51d9b98</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>metrics</strong> addDimensions() documentation and tests (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3964">#3964</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/a80163614e4a0ef7106beaa5cf91161d50a09fea">a801636</a>)</li> <li><strong>tracer</strong> skip tracing CONNECT requests (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4148">#4148</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/a147c3b46ff975ed3e94722e21e79e65ae2bbc78">a147c3b</a>)</li> <li><strong>parser</strong> remove nullable from md5OfMessageAttributes in SqsRecordSchema (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4165">#4165</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/d6cbde0fe977bb1ce011a80f31369e5f7161df08">d6cbde0</a>)</li> </ul> <h3>Maintenance</h3> <ul> <li><strong>batch</strong> exclude deprecated code from coverage (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4152">#4152</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/30bbf5af3ae78fdb4b837ad9b4322a9e90f15f57">30bbf5a</a>)</li> <li><strong>parser</strong> remove deprecated parser type (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4154">#4154</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/a59db36e7816d8587b91acf282582204ccc78845">a59db36</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>parser</strong> support Standard Schema and upgrade to Zod v4 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4164">#4164</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/67549f61cd77e23a66e3338576efc96839833329">67549f6</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/501dc1781976e025f108acf9dd6549b38efae444"><code>501dc17</code></a> chore: bump to 2.24.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4172">#4172</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/57902be48bf9f9752ce0358ce9b758c003b61066"><code>57902be</code></a> chore(deps): bump <code>@types/node</code> from 24.0.12 to 24.0.13 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4167">#4167</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/c7ebae6ff6ede4b66ddd358737b8980aadc72a77"><code>c7ebae6</code></a> chore(deps): bump esbuild from 0.25.5 to 0.25.6 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4166">#4166</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/d6cbde0fe977bb1ce011a80f31369e5f7161df08"><code>d6cbde0</code></a> fix(parser): remove nullable from md5OfMessageAttributes in SqsRecordSchema (...</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/67549f61cd77e23a66e3338576efc96839833329"><code>67549f6</code></a> feat(parser): support Standard Schema and upgrade to Zod v4 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4164">#4164</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/191c84636a85a1f4d132dbe6f3b6427c13e03e4c"><code>191c846</code></a> chore(deps-dev): bump <code>@redis/client</code> from 5.5.6 to 5.6.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4162">#4162</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/947247118fe23d0c40e627c0eb4a25029e0455a1"><code>9472471</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/4159">#4159</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/06622c3db8df3bd9784d4ee27c394dfee0a8216f"><code>06622c3</code></a> chore(deps): bump vscode/devcontainers/javascript-node from <code>0d29e5f</code> to `eac...</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/af44b7c03e6f58846054754c64bffba1975c2072"><code>af44b7c</code></a> chore(deps-dev): bump zod from 3.25.67 to 3.25.76 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4158">#4158</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/c9a1f7b3033c715b098cfc4e8f6f7b03e1921825"><code>c9a1f7b</code></a> chore(deps): bump <code>@types/node</code> from 24.0.10 to 24.0.12 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4157">#4157</a>)</li> <li>Additional commits viewable in <a href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.23.0...v2.24.0">compare view</a></li> </ul> </details> <br /> Updates `@aws-lambda-powertools/metrics` from 2.23.0 to 2.24.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.24.0</h2> <h2>Summary</h2> <p>We’ve listened to <a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3951">your feedback</a> and starting from this release of Parser we support only <a href="https://zod.dev/v4">Zod v4</a> for all our built-in schemas and envelopes. Additionally the utility got a power up and it now supports schemas written using <a href="https://github.com/standard-schema/standard-schema">Standard Schema</a> 🔥.</p> <p>We’ve also fixed a bug in Tracer that prevented requests made via proxies to be traced correctly and another bug in Metrics that caused dimension sets to be added correctly to the metrics data object..</p> <p>🌟 Congratulations to <a href="https://github.com/chetan9518"><code>@chetan9518</code></a>, <a href="https://github.com/sdangol"><code>@sdangol</code></a>, and <a href="https://github.com/matteofigus"><code>@matteofigus</code></a> for their first PRs merged in the project 🎉</p> <h3>Using Parser with Standard Schema</h3> <blockquote> <p><a href="https://docs.powertools.aws.dev/lambda/typescript/latest/features/parser/">Docs</a></p> </blockquote> <p>You can now use schemas written using <a href="https://valibot.dev/">Valibot</a> or other <a href="https://github.com/standard-schema/standard-schema">Standard Schema</a>-compatible parsing library to parse incoming events using the <code>parser</code> Middy.js middleware or TypeScript class method decorator. This is useful if your codebase is already relying on one of these libraries or you want to have full control over the bundle size.</p> <p>Note that our <a href="https://docs.powertools.aws.dev/lambda/typescript/latest/features/parser/#built-in-schemas">built-in schemas</a> and <a href="https://docs.powertools.aws.dev/lambda/typescript/latest/features/parser/#built-in-envelopes">envelopes</a> are still defined only using Zod. If you would like us to support other libraries like Valibot please <a href="https://github.com/aws-powertools/powertools-lambda-typescript/issues/new?template=feature_request.yml">open an issue</a> and we will consider it based on the community's feedback.</p> <p>If you are using Zod v3 and need more time to migrate, you can continue using Parser v2.23.0 as long as needed.</p> <pre lang="ts"><code>import { Logger } from '@aws-lambda-powertools/logger'; import { parser } from '@aws-lambda-powertools/parser/middleware'; import middy from '@middy/core'; import { array, number, object, optional, pipe, string, toMinValue, } from 'valibot'; <p>const logger = new Logger();</p> <p>const orderSchema = object({<br /> id: pipe(number(), toMinValue(0)),<br /> description: string(),<br /> items: array(<br /> object({<br /> id: pipe(number(), toMinValue(0)),<br /> quantity: pipe(number(), toMinValue(1)),<br /> description: string(),<br /> })<br /> ),<br /> optionalField: optional(string()),<br /> });</p> <p>export const handler = middy()<br /> .use(parser({ schema: orderSchema }))<br /> </tr></table><br /> </code></pre></p> </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> <h2><a href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.23.0...v2.24.0">2.24.0</a> (2025-07-15)</h2> <h3>Improvements</h3> <ul> <li><strong>metrics</strong> optimize <code>addDimensions</code> method to avoid O(n²) complexity (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4156">#4156</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/3982b4a6b25e82fa1b5001c73d238cf62eda1137">3982b4a</a>)</li> <li><strong>tracer</strong> replace class-based env access with functional helpers (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4146">#4146</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/51d9b988488aee01de337669dbfc68d0ab7af9dd">51d9b98</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>metrics</strong> addDimensions() documentation and tests (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3964">#3964</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/a80163614e4a0ef7106beaa5cf91161d50a09fea">a801636</a>)</li> <li><strong>tracer</strong> skip tracing CONNECT requests (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4148">#4148</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/a147c3b46ff975ed3e94722e21e79e65ae2bbc78">a147c3b</a>)</li> <li><strong>parser</strong> remove nullable from md5OfMessageAttributes in SqsRecordSchema (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4165">#4165</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/d6cbde0fe977bb1ce011a80f31369e5f7161df08">d6cbde0</a>)</li> </ul> <h3>Maintenance</h3> <ul> <li><strong>batch</strong> exclude deprecated code from coverage (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4152">#4152</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/30bbf5af3ae78fdb4b837ad9b4322a9e90f15f57">30bbf5a</a>)</li> <li><strong>parser</strong> remove deprecated parser type (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4154">#4154</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/a59db36e7816d8587b91acf282582204ccc78845">a59db36</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>parser</strong> support Standard Schema and upgrade to Zod v4 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4164">#4164</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/67549f61cd77e23a66e3338576efc96839833329">67549f6</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/501dc1781976e025f108acf9dd6549b38efae444"><code>501dc17</code></a> chore: bump to 2.24.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4172">#4172</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/57902be48bf9f9752ce0358ce9b758c003b61066"><code>57902be</code></a> chore(deps): bump <code>@types/node</code> from 24.0.12 to 24.0.13 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4167">#4167</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/c7ebae6ff6ede4b66ddd358737b8980aadc72a77"><code>c7ebae6</code></a> chore(deps): bump esbuild from 0.25.5 to 0.25.6 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4166">#4166</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/d6cbde0fe977bb1ce011a80f31369e5f7161df08"><code>d6cbde0</code></a> fix(parser): remove nullable from md5OfMessageAttributes in SqsRecordSchema (...</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/67549f61cd77e23a66e3338576efc96839833329"><code>67549f6</code></a> feat(parser): support Standard Schema and upgrade to Zod v4 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4164">#4164</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/191c84636a85a1f4d132dbe6f3b6427c13e03e4c"><code>191c846</code></a> chore(deps-dev): bump <code>@redis/client</code> from 5.5.6 to 5.6.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4162">#4162</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/947247118fe23d0c40e627c0eb4a25029e0455a1"><code>9472471</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/4159">#4159</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/06622c3db8df3bd9784d4ee27c394dfee0a8216f"><code>06622c3</code></a> chore(deps): bump vscode/devcontainers/javascript-node from <code>0d29e5f</code> to `eac...</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/af44b7c03e6f58846054754c64bffba1975c2072"><code>af44b7c</code></a> chore(deps-dev): bump zod from 3.25.67 to 3.25.76 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4158">#4158</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/c9a1f7b3033c715b098cfc4e8f6f7b03e1921825"><code>c9a1f7b</code></a> chore(deps): bump <code>@types/node</code> from 24.0.10 to 24.0.12 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4157">#4157</a>)</li> <li>Additional commits viewable in <a href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.23.0...v2.24.0">compare view</a></li> </ul> </details> <br /> Updates `@aws-lambda-powertools/tracer` from 2.23.0 to 2.24.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.24.0</h2> <h2>Summary</h2> <p>We’ve listened to <a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3951">your feedback</a> and starting from this release of Parser we support only <a href="https://zod.dev/v4">Zod v4</a> for all our built-in schemas and envelopes. Additionally the utility got a power up and it now supports schemas written using <a href="https://github.com/standard-schema/standard-schema">Standard Schema</a> 🔥.</p> <p>We’ve also fixed a bug in Tracer that prevented requests made via proxies to be traced correctly and another bug in Metrics that caused dimension sets to be added correctly to the metrics data object..</p> <p>🌟 Congratulations to <a href="https://github.com/chetan9518"><code>@chetan9518</code></a>, <a href="https://github.com/sdangol"><code>@sdangol</code></a>, and <a href="https://github.com/matteofigus"><code>@matteofigus</code></a> for their first PRs merged in the project 🎉</p> <h3>Using Parser with Standard Schema</h3> <blockquote> <p><a href="https://docs.powertools.aws.dev/lambda/typescript/latest/features/parser/">Docs</a></p> </blockquote> <p>You can now use schemas written using <a href="https://valibot.dev/">Valibot</a> or other <a href="https://github.com/standard-schema/standard-schema">Standard Schema</a>-compatible parsing library to parse incoming events using the <code>parser</code> Middy.js middleware or TypeScript class method decorator. This is useful if your codebase is already relying on one of these libraries or you want to have full control over the bundle size.</p> <p>Note that our <a href="https://docs.powertools.aws.dev/lambda/typescript/latest/features/parser/#built-in-schemas">built-in schemas</a> and <a href="https://docs.powertools.aws.dev/lambda/typescript/latest/features/parser/#built-in-envelopes">envelopes</a> are still defined only using Zod. If you would like us to support other libraries like Valibot please <a href="https://github.com/aws-powertools/powertools-lambda-typescript/issues/new?template=feature_request.yml">open an issue</a> and we will consider it based on the community's feedback.</p> <p>If you are using Zod v3 and need more time to migrate, you can continue using Parser v2.23.0 as long as needed.</p> <pre lang="ts"><code>import { Logger } from '@aws-lambda-powertools/logger'; import { parser } from '@aws-lambda-powertools/parser/middleware'; import middy from '@middy/core'; import { array, number, object, optional, pipe, string, toMinValue, } from 'valibot'; <p>const logger = new Logger();</p> <p>const orderSchema = object({<br /> id: pipe(number(), toMinValue(0)),<br /> description: string(),<br /> items: array(<br /> object({<br /> id: pipe(number(), toMinValue(0)),<br /> quantity: pipe(number(), toMinValue(1)),<br /> description: string(),<br /> })<br /> ),<br /> optionalField: optional(string()),<br /> });</p> <p>export const handler = middy()<br /> .use(parser({ schema: orderSchema }))<br /> </tr></table><br /> </code></pre></p> </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> <h2><a href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.23.0...v2.24.0">2.24.0</a> (2025-07-15)</h2> <h3>Improvements</h3> <ul> <li><strong>metrics</strong> optimize <code>addDimensions</code> method to avoid O(n²) complexity (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4156">#4156</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/3982b4a6b25e82fa1b5001c73d238cf62eda1137">3982b4a</a>)</li> <li><strong>tracer</strong> replace class-based env access with functional helpers (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4146">#4146</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/51d9b988488aee01de337669dbfc68d0ab7af9dd">51d9b98</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>metrics</strong> addDimensions() documentation and tests (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/3964">#3964</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/a80163614e4a0ef7106beaa5cf91161d50a09fea">a801636</a>)</li> <li><strong>tracer</strong> skip tracing CONNECT requests (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4148">#4148</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/a147c3b46ff975ed3e94722e21e79e65ae2bbc78">a147c3b</a>)</li> <li><strong>parser</strong> remove nullable from md5OfMessageAttributes in SqsRecordSchema (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4165">#4165</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/d6cbde0fe977bb1ce011a80f31369e5f7161df08">d6cbde0</a>)</li> </ul> <h3>Maintenance</h3> <ul> <li><strong>batch</strong> exclude deprecated code from coverage (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4152">#4152</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/30bbf5af3ae78fdb4b837ad9b4322a9e90f15f57">30bbf5a</a>)</li> <li><strong>parser</strong> remove deprecated parser type (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4154">#4154</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/a59db36e7816d8587b91acf282582204ccc78845">a59db36</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>parser</strong> support Standard Schema and upgrade to Zod v4 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4164">#4164</a>) (<a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/67549f61cd77e23a66e3338576efc96839833329">67549f6</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/501dc1781976e025f108acf9dd6549b38efae444"><code>501dc17</code></a> chore: bump to 2.24.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4172">#4172</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/57902be48bf9f9752ce0358ce9b758c003b61066"><code>57902be</code></a> chore(deps): bump <code>@types/node</code> from 24.0.12 to 24.0.13 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4167">#4167</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/c7ebae6ff6ede4b66ddd358737b8980aadc72a77"><code>c7ebae6</code></a> chore(deps): bump esbuild from 0.25.5 to 0.25.6 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4166">#4166</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/d6cbde0fe977bb1ce011a80f31369e5f7161df08"><code>d6cbde0</code></a> fix(parser): remove nullable from md5OfMessageAttributes in SqsRecordSchema (...</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/67549f61cd77e23a66e3338576efc96839833329"><code>67549f6</code></a> feat(parser): support Standard Schema and upgrade to Zod v4 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4164">#4164</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/191c84636a85a1f4d132dbe6f3b6427c13e03e4c"><code>191c846</code></a> chore(deps-dev): bump <code>@redis/client</code> from 5.5.6 to 5.6.0 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4162">#4162</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/947247118fe23d0c40e627c0eb4a25029e0455a1"><code>9472471</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/4159">#4159</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/06622c3db8df3bd9784d4ee27c394dfee0a8216f"><code>06622c3</code></a> chore(deps): bump vscode/devcontainers/javascript-node from <code>0d29e5f</code> to `eac...</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/af44b7c03e6f58846054754c64bffba1975c2072"><code>af44b7c</code></a> chore(deps-dev): bump zod from 3.25.67 to 3.25.76 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4158">#4158</a>)</li> <li><a href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/c9a1f7b3033c715b098cfc4e8f6f7b03e1921825"><code>c9a1f7b</code></a> chore(deps): bump <code>@types/node</code> from 24.0.10 to 24.0.12 (<a href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4157">#4157</a>)</li> <li>Additional commits viewable in <a href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.23.0...v2.24.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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the aws-powertools group in /lambdas with 4 updates: @aws-lambda-powertools/parameters, @aws-lambda-powertools/logger, @aws-lambda-powertools/metrics and @aws-lambda-powertools/tracer.
Updates
@aws-lambda-powertools/parametersfrom 2.23.0 to 2.24.0Release notes
Sourced from
@aws-lambda-powertools/parameters's releases.... (truncated)
Changelog
Sourced from
@aws-lambda-powertools/parameters's changelog.Commits
501dc17chore: bump to 2.24.0 (#4172)57902bechore(deps): bump@types/nodefrom 24.0.12 to 24.0.13 (#4167)c7ebae6chore(deps): bump esbuild from 0.25.5 to 0.25.6 (#4166)d6cbde0fix(parser): remove nullable from md5OfMessageAttributes in SqsRecordSchema (...67549f6feat(parser): support Standard Schema and upgrade to Zod v4 (#4164)191c846chore(deps-dev): bump@redis/clientfrom 5.5.6 to 5.6.0 (#4162)9472471chore(deps): bump the aws-sdk-v3 group across 1 directory with 9 updates (#4159)06622c3chore(deps): bump vscode/devcontainers/javascript-node from0d29e5fto `eac...af44b7cchore(deps-dev): bump zod from 3.25.67 to 3.25.76 (#4158)c9a1f7bchore(deps): bump@types/nodefrom 24.0.10 to 24.0.12 (#4157)Updates
@aws-lambda-powertools/loggerfrom 2.23.0 to 2.24.0Release notes
Sourced from
@aws-lambda-powertools/logger's releases.... (truncated)
Changelog
Sourced from
@aws-lambda-powertools/logger's changelog.Commits
501dc17chore: bump to 2.24.0 (#4172)57902bechore(deps): bump@types/nodefrom 24.0.12 to 24.0.13 (#4167)c7ebae6chore(deps): bump esbuild from 0.25.5 to 0.25.6 (#4166)d6cbde0fix(parser): remove nullable from md5OfMessageAttributes in SqsRecordSchema (...67549f6feat(parser): support Standard Schema and upgrade to Zod v4 (#4164)191c846chore(deps-dev): bump@redis/clientfrom 5.5.6 to 5.6.0 (#4162)9472471chore(deps): bump the aws-sdk-v3 group across 1 directory with 9 updates (#4159)06622c3chore(deps): bump vscode/devcontainers/javascript-node from0d29e5fto `eac...af44b7cchore(deps-dev): bump zod from 3.25.67 to 3.25.76 (#4158)c9a1f7bchore(deps): bump@types/nodefrom 24.0.10 to 24.0.12 (#4157)Updates
@aws-lambda-powertools/metricsfrom 2.23.0 to 2.24.0Release notes
Sourced from
@aws-lambda-powertools/metrics's releases.... (truncated)
Changelog
Sourced from
@aws-lambda-powertools/metrics's changelog.Commits
501dc17chore: bump to 2.24.0 (#4172)57902bechore(deps): bump@types/nodefrom 24.0.12 to 24.0.13 (#4167)c7ebae6chore(deps): bump esbuild from 0.25.5 to 0.25.6 (#4166)d6cbde0fix(parser): remove nullable from md5OfMessageAttributes in SqsRecordSchema (...67549f6feat(parser): support Standard Schema and upgrade to Zod v4 (#4164)191c846chore(deps-dev): bump@redis/clientfrom 5.5.6 to 5.6.0 (#4162)9472471chore(deps): bump the aws-sdk-v3 group across 1 directory with 9 updates (#4159)06622c3chore(deps): bump vscode/devcontainers/javascript-node from0d29e5fto `eac...af44b7cchore(deps-dev): bump zod from 3.25.67 to 3.25.76 (#4158)c9a1f7bchore(deps): bump@types/nodefrom 24.0.10 to 24.0.12 (#4157)Updates
@aws-lambda-powertools/tracerfrom 2.23.0 to 2.24.0Release notes
Sourced from
@aws-lambda-powertools/tracer's releases.... (truncated)
Changelog
Sourced from
@aws-lambda-powertools/tracer's changelog.Commits
501dc17chore: bump to 2.24.0 (#4172)57902bechore(deps): bump@types/nodefrom 24.0.12 to 24.0.13 (#4167)c7ebae6chore(deps): bump esbuild from 0.25.5 to 0.25.6 (#4166)d6cbde0fix(parser): remove nullable from md5OfMessageAttributes in SqsRecordSchema (...67549f6feat(parser): support Standard Schema and upgrade to Zod v4 (#4164)191c846chore(deps-dev): bump@redis/clientfrom 5.5.6 to 5.6.0 (#4162)9472471chore(deps): bump the aws-sdk-v3 group across 1 directory with 9 updates (#4159)06622c3chore(deps): bump vscode/devcontainers/javascript-node from0d29e5fto `eac...af44b7cchore(deps-dev): bump zod from 3.25.67 to 3.25.76 (#4158)c9a1f7bchore(deps): bump@types/nodefrom 24.0.10 to 24.0.12 (#4157)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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