Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: github-aws-runners/terraform-aws-github-runner
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.7.7
Choose a base ref
...
head repository: github-aws-runners/terraform-aws-github-runner
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.7.8
Choose a head ref
  • 12 commits
  • 24 files changed
  • 3 contributors

Commits on Sep 15, 2025

  1. fix(lambda): bump axios from 1.8.4 to 1.12.0 in /lambdas (#4763)

    Bumps [axios](https://github.com/axios/axios) from 1.8.4 to 1.12.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/axios/axios/releases">axios's
    releases</a>.</em></p>
    <blockquote>
    <h2>Release v1.12.0</h2>
    <h2>Release notes:</h2>
    <h3>Bug Fixes</h3>
    <ul>
    <li>adding build artifacts (<a
    href="https://github.com/axios/axios/commit/9ec86de257bfa33856571036279169f385ed92bd">9ec86de</a>)</li>
    <li>dont add dist on release (<a
    href="https://github.com/axios/axios/commit/a2edc3606a4f775d868a67bb3461ff18ce7ecd11">a2edc36</a>)</li>
    <li><strong>fetch-adapter:</strong> set correct Content-Type for Node
    FormData (<a
    href="https://redirect.github.com/axios/axios/issues/6998">#6998</a>)
    (<a
    href="https://github.com/axios/axios/commit/a9f47afbf3224d2ca987dbd8188789c7ea853c5d">a9f47af</a>)</li>
    <li><strong>node:</strong> enforce maxContentLength for data: URLs (<a
    href="https://redirect.github.com/axios/axios/issues/7011">#7011</a>)
    (<a
    href="https://github.com/axios/axios/commit/945435fc51467303768202250debb8d4ae892593">945435f</a>)</li>
    <li>package exports (<a
    href="https://redirect.github.com/axios/axios/issues/5627">#5627</a>)
    (<a
    href="https://github.com/axios/axios/commit/aa78ac23fc9036163308c0f6bd2bb885e7af3f36">aa78ac2</a>)</li>
    <li><strong>params:</strong> removing '[' and ']' from URL encode
    exclude characters (<a
    href="https://redirect.github.com/axios/axios/issues/3316">#3316</a>)
    (<a
    href="https://redirect.github.com/axios/axios/issues/5715">#5715</a>)
    (<a
    href="https://github.com/axios/axios/commit/6d84189349c43b1dcdd977b522610660cc4c7042">6d84189</a>)</li>
    <li>release pr run (<a
    href="https://github.com/axios/axios/commit/fd7f404488b2c4f238c2fbe635b58026a634bfd2">fd7f404</a>)</li>
    <li><strong>types:</strong> change the type guard on isCancel (<a
    href="https://redirect.github.com/axios/axios/issues/5595">#5595</a>)
    (<a
    href="https://github.com/axios/axios/commit/0dbb7fd4f61dc568498cd13a681fa7f907d6ec7e">0dbb7fd</a>)</li>
    </ul>
    <h3>Features</h3>
    <ul>
    <li><strong>adapter:</strong> surface low‑level network error details;
    attach original error via cause (<a
    href="https://redirect.github.com/axios/axios/issues/6982">#6982</a>)
    (<a
    href="https://github.com/axios/axios/commit/78b290c57c978ed2ab420b90d97350231c9e5d74">78b290c</a>)</li>
    <li><strong>fetch:</strong> add fetch, Request, Response env config
    variables for the adapter; (<a
    href="https://redirect.github.com/axios/axios/issues/7003">#7003</a>)
    (<a
    href="https://github.com/axios/axios/commit/c959ff29013a3bc90cde3ac7ea2d9a3f9c08974b">c959ff2</a>)</li>
    <li>support reviver on JSON.parse (<a
    href="https://redirect.github.com/axios/axios/issues/5926">#5926</a>)
    (<a
    href="https://github.com/axios/axios/commit/2a9763426e43d996fd60d01afe63fa6e1f5b4fca">2a97634</a>),
    closes <a
    href="https://redirect.github.com/axios/axios/issues/5924">#5924</a></li>
    <li><strong>types:</strong> extend AxiosResponse interface to include
    custom headers type (<a
    href="https://redirect.github.com/axios/axios/issues/6782">#6782</a>)
    (<a
    href="https://github.com/axios/axios/commit/7960d34eded2de66ffd30b4687f8da0e46c4903e">7960d34</a>)</li>
    </ul>
    <h3>Contributors to this release</h3>
    <ul>
    <li><!-- raw HTML omitted --> <a
    href="https://github.com/WillianAgostini" title="+132/-16760
    ([#7002](axios/axios#7002)
    [#5926](axios/axios#5926)
    [#6782](axios/axios#6782) )">Willian
    Agostini</a></li>
    <li><!-- raw HTML omitted --> <a
    href="https://github.com/DigitalBrainJS" title="+4263/-293
    ([#7006](axios/axios#7006)
    [#7003](axios/axios#7003) )">Dmitriy
    Mozgovoy</a></li>
    <li><!-- raw HTML omitted --> <a href="https://github.com/mkhani01"
    title="+111/-15 ([#6982](axios/axios#6982)
    )">khani</a></li>
    <li><!-- raw HTML omitted --> <a href="https://github.com/AmeerAssadi"
    title="+123/-0 ([#7011](axios/axios#7011)
    )">Ameer Assadi</a></li>
    <li><!-- raw HTML omitted --> <a href="https://github.com/emiedonmokumo"
    title="+55/-35 ([#6998](axios/axios#6998)
    )">Emiedonmokumo Dick-Boro</a></li>
    <li><!-- raw HTML omitted --> <a href="https://github.com/opsysdebug"
    title="+8/-8 ([#6980](axios/axios#6980)
    )">Zeroday BYTE</a></li>
    <li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman"
    title="+7/-7 ([#6985](axios/axios#6985)
    [#6985](axios/axios#6985) )">Jason
    Saayman</a></li>
    <li><!-- raw HTML omitted --> <a href="https://github.com/HealGaren"
    title="+5/-7 ([#5715](axios/axios#5715)
    )">최예찬</a></li>
    <li><!-- raw HTML omitted --> <a href="https://github.com/gligorkot"
    title="+3/-1 ([#5627](axios/axios#5627)
    )">Gligor Kotushevski</a></li>
    <li><!-- raw HTML omitted --> <a href="https://github.com/adimit"
    title="+2/-1 ([#5595](axios/axios#5595)
    )">Aleksandar Dimitrov</a></li>
    </ul>
    <h2>Release v1.11.0</h2>
    <h2>Release notes:</h2>
    <h3>Bug Fixes</h3>
    <ul>
    <li>form-data npm pakcage (<a
    href="https://redirect.github.com/axios/axios/issues/6970">#6970</a>)
    (<a
    href="https://github.com/axios/axios/commit/e72c193722530db538b19e5ddaaa4544d226b253">e72c193</a>)</li>
    <li>prevent RangeError when using large Buffers (<a
    href="https://redirect.github.com/axios/axios/issues/6961">#6961</a>)
    (<a
    href="https://github.com/axios/axios/commit/a2214ca1bc60540baf2c80573cea3a0ff91ba9d1">a2214ca</a>)</li>
    <li><strong>types:</strong> resolve type discrepancies between ESM and
    CJS TypeScript declaration files (<a
    href="https://redirect.github.com/axios/axios/issues/6956">#6956</a>)
    (<a
    href="https://github.com/axios/axios/commit/8517aa16f8d082fc1d5309c642220fa736159110">8517aa1</a>)</li>
    </ul>
    <h3>Contributors to this release</h3>
    <ul>
    <li><!-- raw HTML omitted --> <a href="https://github.com/izzygld"
    title="+186/-93 ([#6970](axios/axios#6970)
    )">izzy goldman</a></li>
    <li><!-- raw HTML omitted --> <a
    href="https://github.com/manishsahanidev" title="+70/-0
    ([#6961](axios/axios#6961) )">Manish
    Sahani</a></li>
    <li><!-- raw HTML omitted --> <a href="https://github.com/noritaka1166"
    title="+12/-10 ([#6938](axios/axios#6938)
    [#6939](axios/axios#6939) )">Noritaka
    Kobayashi</a></li>
    <li><!-- raw HTML omitted --> <a href="https://github.com/jrnail23"
    title="+13/-2 ([#6956](axios/axios#6956)
    )">James Nail</a></li>
    <li><!-- raw HTML omitted --> <a href="https://github.com/Tejaswi1305"
    title="+1/-1 ([#6894](axios/axios#6894)
    )">Tejaswi1305</a></li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    href="https://github.com/axios/axios/blob/v1.x/CHANGELOG.md">axios's
    changelog</a>.</em></p>
    <blockquote>
    <h1><a
    href="https://github.com/axios/axios/compare/v1.11.0...v1.12.0">1.12.0</a>
    (2025-09-11)</h1>
    <h3>Bug Fixes</h3>
    <ul>
    <li>adding build artifacts (<a
    href="https://github.com/axios/axios/commit/9ec86de257bfa33856571036279169f385ed92bd">9ec86de</a>)</li>
    <li>dont add dist on release (<a
    href="https://github.com/axios/axios/commit/a2edc3606a4f775d868a67bb3461ff18ce7ecd11">a2edc36</a>)</li>
    <li><strong>fetch-adapter:</strong> set correct Content-Type for Node
    FormData (<a
    href="https://redirect.github.com/axios/axios/issues/6998">#6998</a>)
    (<a
    href="https://github.com/axios/axios/commit/a9f47afbf3224d2ca987dbd8188789c7ea853c5d">a9f47af</a>)</li>
    <li><strong>node:</strong> enforce maxContentLength for data: URLs (<a
    href="https://redirect.github.com/axios/axios/issues/7011">#7011</a>)
    (<a
    href="https://github.com/axios/axios/commit/945435fc51467303768202250debb8d4ae892593">945435f</a>)</li>
    <li>package exports (<a
    href="https://redirect.github.com/axios/axios/issues/5627">#5627</a>)
    (<a
    href="https://github.com/axios/axios/commit/aa78ac23fc9036163308c0f6bd2bb885e7af3f36">aa78ac2</a>)</li>
    <li><strong>params:</strong> removing '[' and ']' from URL encode
    exclude characters (<a
    href="https://redirect.github.com/axios/axios/issues/3316">#3316</a>)
    (<a
    href="https://redirect.github.com/axios/axios/issues/5715">#5715</a>)
    (<a
    href="https://github.com/axios/axios/commit/6d84189349c43b1dcdd977b522610660cc4c7042">6d84189</a>)</li>
    <li>release pr run (<a
    href="https://github.com/axios/axios/commit/fd7f404488b2c4f238c2fbe635b58026a634bfd2">fd7f404</a>)</li>
    <li><strong>types:</strong> change the type guard on isCancel (<a
    href="https://redirect.github.com/axios/axios/issues/5595">#5595</a>)
    (<a
    href="https://github.com/axios/axios/commit/0dbb7fd4f61dc568498cd13a681fa7f907d6ec7e">0dbb7fd</a>)</li>
    </ul>
    <h3>Features</h3>
    <ul>
    <li><strong>adapter:</strong> surface low‑level network error details;
    attach original error via cause (<a
    href="https://redirect.github.com/axios/axios/issues/6982">#6982</a>)
    (<a
    href="https://github.com/axios/axios/commit/78b290c57c978ed2ab420b90d97350231c9e5d74">78b290c</a>)</li>
    <li><strong>fetch:</strong> add fetch, Request, Response env config
    variables for the adapter; (<a
    href="https://redirect.github.com/axios/axios/issues/7003">#7003</a>)
    (<a
    href="https://github.com/axios/axios/commit/c959ff29013a3bc90cde3ac7ea2d9a3f9c08974b">c959ff2</a>)</li>
    <li>support reviver on JSON.parse (<a
    href="https://redirect.github.com/axios/axios/issues/5926">#5926</a>)
    (<a
    href="https://github.com/axios/axios/commit/2a9763426e43d996fd60d01afe63fa6e1f5b4fca">2a97634</a>),
    closes <a
    href="https://redirect.github.com/axios/axios/issues/5924">#5924</a></li>
    <li><strong>types:</strong> extend AxiosResponse interface to include
    custom headers type (<a
    href="https://redirect.github.com/axios/axios/issues/6782">#6782</a>)
    (<a
    href="https://github.com/axios/axios/commit/7960d34eded2de66ffd30b4687f8da0e46c4903e">7960d34</a>)</li>
    </ul>
    <h3>Contributors to this release</h3>
    <ul>
    <li><!-- raw HTML omitted --> <a
    href="https://github.com/WillianAgostini" title="+132/-16760
    ([#7002](axios/axios#7002)
    [#5926](axios/axios#5926)
    [#6782](axios/axios#6782) )">Willian
    Agostini</a></li>
    <li><!-- raw HTML omitted --> <a
    href="https://github.com/DigitalBrainJS" title="+4263/-293
    ([#7006](axios/axios#7006)
    [#7003](axios/axios#7003) )">Dmitriy
    Mozgovoy</a></li>
    <li><!-- raw HTML omitted --> <a href="https://github.com/mkhani01"
    title="+111/-15 ([#6982](axios/axios#6982)
    )">khani</a></li>
    <li><!-- raw HTML omitted --> <a href="https://github.com/AmeerAssadi"
    title="+123/-0 ([#7011](axios/axios#7011)
    )">Ameer Assadi</a></li>
    <li><!-- raw HTML omitted --> <a href="https://github.com/emiedonmokumo"
    title="+55/-35 ([#6998](axios/axios#6998)
    )">Emiedonmokumo Dick-Boro</a></li>
    <li><!-- raw HTML omitted --> <a href="https://github.com/opsysdebug"
    title="+8/-8 ([#6980](axios/axios#6980)
    )">Zeroday BYTE</a></li>
    <li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman"
    title="+7/-7 ([#6985](axios/axios#6985)
    [#6985](axios/axios#6985) )">Jason
    Saayman</a></li>
    <li><!-- raw HTML omitted --> <a href="https://github.com/HealGaren"
    title="+5/-7 ([#5715](axios/axios#5715)
    )">최예찬</a></li>
    <li><!-- raw HTML omitted --> <a href="https://github.com/gligorkot"
    title="+3/-1 ([#5627](axios/axios#5627)
    )">Gligor Kotushevski</a></li>
    <li><!-- raw HTML omitted --> <a href="https://github.com/adimit"
    title="+2/-1 ([#5595](axios/axios#5595)
    )">Aleksandar Dimitrov</a></li>
    </ul>
    <h1><a
    href="https://github.com/axios/axios/compare/v1.10.0...v1.11.0">1.11.0</a>
    (2025-07-22)</h1>
    <h3>Bug Fixes</h3>
    <ul>
    <li>form-data npm pakcage (<a
    href="https://redirect.github.com/axios/axios/issues/6970">#6970</a>)
    (<a
    href="https://github.com/axios/axios/commit/e72c193722530db538b19e5ddaaa4544d226b253">e72c193</a>)</li>
    <li>prevent RangeError when using large Buffers (<a
    href="https://redirect.github.com/axios/axios/issues/6961">#6961</a>)
    (<a
    href="https://github.com/axios/axios/commit/a2214ca1bc60540baf2c80573cea3a0ff91ba9d1">a2214ca</a>)</li>
    <li><strong>types:</strong> resolve type discrepancies between ESM and
    CJS TypeScript declaration files (<a
    href="https://redirect.github.com/axios/axios/issues/6956">#6956</a>)
    (<a
    href="https://github.com/axios/axios/commit/8517aa16f8d082fc1d5309c642220fa736159110">8517aa1</a>)</li>
    </ul>
    <h3>Contributors to this release</h3>
    <ul>
    <li><!-- raw HTML omitted --> <a href="https://github.com/izzygld"
    title="+186/-93 ([#6970](axios/axios#6970)
    )">izzy goldman</a></li>
    <li><!-- raw HTML omitted --> <a
    href="https://github.com/manishsahanidev" title="+70/-0
    ([#6961](axios/axios#6961) )">Manish
    Sahani</a></li>
    <li><!-- raw HTML omitted --> <a href="https://github.com/noritaka1166"
    title="+12/-10 ([#6938](axios/axios#6938)
    [#6939](axios/axios#6939) )">Noritaka
    Kobayashi</a></li>
    <li><!-- raw HTML omitted --> <a href="https://github.com/jrnail23"
    title="+13/-2 ([#6956](axios/axios#6956)
    )">James Nail</a></li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/axios/axios/commit/0d8ad6e1de0f5339e02bc262d6f0df4936974120"><code>0d8ad6e</code></a>
    chore(release): v1.12.0 (<a
    href="https://redirect.github.com/axios/axios/issues/7013">#7013</a>)</li>
    <li><a
    href="https://github.com/axios/axios/commit/fd7f404488b2c4f238c2fbe635b58026a634bfd2"><code>fd7f404</code></a>
    fix: release pr run</li>
    <li><a
    href="https://github.com/axios/axios/commit/a2edc3606a4f775d868a67bb3461ff18ce7ecd11"><code>a2edc36</code></a>
    fix: dont add dist on release</li>
    <li><a
    href="https://github.com/axios/axios/commit/9ec86de257bfa33856571036279169f385ed92bd"><code>9ec86de</code></a>
    fix: adding build artifacts</li>
    <li><a
    href="https://github.com/axios/axios/commit/945435fc51467303768202250debb8d4ae892593"><code>945435f</code></a>
    fix(node): enforce maxContentLength for data: URLs (<a
    href="https://redirect.github.com/axios/axios/issues/7011">#7011</a>)</li>
    <li><a
    href="https://github.com/axios/axios/commit/28e5e3016d6ed0b3ec489427e4ec00133f45ddc2"><code>28e5e30</code></a>
    chore(sponsor): update sponsor block (<a
    href="https://redirect.github.com/axios/axios/issues/7005">#7005</a>)</li>
    <li><a
    href="https://github.com/axios/axios/commit/d03f245a40ec016b190748a865cce9fe3815c903"><code>d03f245</code></a>
    chore(CI): fixed release info script to use npm registry instead of git
    as fi...</li>
    <li><a
    href="https://github.com/axios/axios/commit/a0bc91137950f36a1f6b0a2a60d11fd7f245ff0e"><code>a0bc911</code></a>
    chore: removing dist files from src (<a
    href="https://redirect.github.com/axios/axios/issues/7002">#7002</a>)</li>
    <li><a
    href="https://github.com/axios/axios/commit/c959ff29013a3bc90cde3ac7ea2d9a3f9c08974b"><code>c959ff2</code></a>
    feat(fetch): add fetch, Request, Response env config variables for the
    adapte...</li>
    <li><a
    href="https://github.com/axios/axios/commit/a9f47afbf3224d2ca987dbd8188789c7ea853c5d"><code>a9f47af</code></a>
    fix(fetch-adapter): set correct Content-Type for Node FormData (<a
    href="https://redirect.github.com/axios/axios/issues/6998">#6998</a>)</li>
    <li>Additional commits viewable in <a
    href="https://github.com/axios/axios/compare/v1.8.4...v1.12.0">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=axios&package-manager=npm_and_yarn&previous-version=1.8.4&new-version=1.12.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the
    [Security Alerts
    page](https://github.com/github-aws-runners/terraform-aws-github-runner/network/alerts).
    
    </details>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 15, 2025
    Configuration menu
    Copy the full SHA
    bbf1bd8 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2025

  1. fix(dispatcher): Log org / repository context when unable to match la…

    …bels (#4761)
    
    Fixes
    #4760.
    
    Also some code hygiene: use early continue to minimize nesting and a
    large `if` block.
    yangmillstheory authored Sep 18, 2025
    Configuration menu
    Copy the full SHA
    e214177 View commit details
    Browse the repository at this point in the history
  2. fix(lambda): bump the aws-powertools group in /lambdas with 4 updates (

    …#4770)
    
    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.25.2 to 2.26.1
    <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.26.1</h2>
    <h2>Summary</h2>
    <p>This patch release addresses a regression with the Batch Processing
    utility introduced in <code>v2.26.0</code> that caused a bundling error
    due to an internal dependency not being declared in the
    <code>package.json</code>.</p>
    <p>This bug affects only those who are using Batch Processing without
    other Powertools for AWS utilities and who have already upgraded to
    <code>v2.26.0</code> which was released on 12/09/2025.</p>
    <p>We recommend updating to the latest version to avoid the issue.</p>
    <p>⭐ Congratulations to <a
    href="https://github.com/Grmiade"><code>@​Grmiade</code></a> for
    identifying this issue and fixing it with their first PR merged in the
    project 🎉</p>
    <h2>Changes</h2>
    <ul>
    <li>chore(ci): update layer ARN on documentation (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4471">#4471</a>)
    by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li>
    </ul>
    <h2>📜 Documentation updates</h2>
    <ul>
    <li>chore(ci): update layer ARN on documentation (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4488">#4488</a>)
    by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li>
    <li>chore(deps): bump the aws-cdk group across 1 directory with 3
    updates (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4443">#4443</a>)
    by @<a
    href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
    <li>docs(batch): added documentation for the parser integration feature
    in batch processor (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4435">#4435</a>)
    by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li>
    </ul>
    <h2>🔧 Maintenance</h2>
    <ul>
    <li>fix(batch): declare the <code>@​aws-lambda-powertools/commons</code>
    dependency (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4484">#4484</a>)
    by <a href="https://github.com/Grmiade"><code>@​Grmiade</code></a></li>
    <li>chore(deps): bump the aws-cdk group across 1 directory with 3
    updates (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4443">#4443</a>)
    by @<a
    href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
    <li>chore(deps-dev): bump zod from 4.1.7 to 4.1.8 (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4473">#4473</a>)
    by @<a
    href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
    <li>chore(deps): bump actions/github-script from 7.0.1 to 8.0.0 (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4432">#4432</a>)
    by @<a
    href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
    </ul>
    <h2>This release was made possible by the following contributors:</h2>
    <p><a href="https://github.com/Grmiade"><code>@​Grmiade</code></a>, <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot],
    <a
    href="https://github.com/github-actions"><code>@​github-actions</code></a>[bot],
    <a href="https://github.com/sdangol"><code>@​sdangol</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>
    <h2>v2.26.0</h2>
    <h2>Summary</h2>
    <p>We're excited to announce support for API Gateway REST APIs in the
    Event Handler utility. This simplifies routing and processing of events
    in AWS Lambda functions by allowing you to define specific handlers that
    corresponds to routes in your REST APIs with minimal boilerplate
    code.</p>
    <p>We have also integrated the Parser utility with Batch Processing,
    enabling automatic validation of payloads from SQS, Kinesis and DynamoDB
    streams.</p>
    <p>Furthermore, we have added support for custom error handlers to the
    AppSync GraphQL event handler resolver, with automatic marshalling of
    errors to the expected AppSync format and logging built-in.</p>
    <p>⭐ Congratulations <a
    href="https://github.com/dcabib"><code>@​dcabib</code></a> for their
    first PR merged in the project and to <a
    href="https://github.com/arnabrahman"><code>@​arnabrahman</code></a> for
    their continued contributions to AppSync event handler 🎉</p>
    <h3>Working with API Gateway REST APIs</h3>
    <h4>Key Features</h4>
    <ul>
    <li>Lightweight routing to reduce boilerplate code for API Gateway REST
    APIs</li>
    <li>Built-in middleware engine for executing custom logic when
    processing requests and responses</li>
    <li>Supports micro function (one or a few routes) and monolithic
    functions (all routes)</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>
    <h2><a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.26.0...v2.26.1">2.26.1</a>
    (2025-09-15)</h2>
    <h3>Bug Fixes</h3>
    <ul>
    <li><strong>batch</strong> declare the
    <code>@​aws-lambda-powertools/commons</code> dependency (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4484">#4484</a>)
    (<a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/8cfcccd6e94a6f0b25087ffbd8a4a2ec4bbf0e3d">8cfcccd</a>)</li>
    </ul>
    <h2><a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.25.2...v2.26.0">2.26.0</a>
    (2025-09-11)</h2>
    <h3>Improvements</h3>
    <ul>
    <li><strong>logger</strong> update <code>getCodeLocation</code> regex to
    improve performance (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4389">#4389</a>)
    (<a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/801333deff04b09d4adb88860c60f497295685d9">801333d</a>)</li>
    <li><strong>batch</strong> simplified the parser integration api with
    batch processor (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4465">#4465</a>)
    (<a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/96977ff6b1330adcf82d9caa3b30454208d654e8">96977ff</a>)</li>
    </ul>
    <h3>Bug Fixes</h3>
    <ul>
    <li><strong>parser</strong> updated the binaryValue and stringValue in
    the SqsMsgAttributeSchema to nullable (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4450">#4450</a>)
    (<a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/cefcbdbaec087ce1bfcee4294754dc173c0c473b">cefcbdb</a>)</li>
    <li><strong>event-handler</strong> handle nullable fields in
    APIGatewayProxyEvent (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4455">#4455</a>)
    (<a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/200f47b0c9e3864b2732d93ca50dd65323b109fb">200f47b</a>)</li>
    </ul>
    <h3>Features</h3>
    <ul>
    <li><strong>parser</strong> integrate parser with Batch Processing (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4408">#4408</a>)
    (<a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/0b6bbbb751caaa7a81e1c2aaf823892c54b9e9cb">0b6bbbb</a>)</li>
    <li><strong>parser</strong> implemented a helper function
    <code>Base64Encoded</code> to decode base64 encoded payloads (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4413">#4413</a>)
    (<a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/15543602ea8182b0a5972fc2acfb364da4ad97f3">1554360</a>)</li>
    <li><strong>parser</strong> add IPv6 support for sourceIp in API Gateway
    schemas (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4398">#4398</a>)
    (<a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/2a94c3759a04057423db8f346c921166ada173d0">2a94c37</a>)</li>
    <li><strong>event-handler</strong> remove undefined from Router's
    resolve type signature (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4463">#4463</a>)
    (<a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/d36ef5569de910e467f7c6d6b1d518112a998d40">d36ef55</a>)</li>
    <li><strong>event-handler</strong> implement mechanism to manipulate
    response in middleware (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4439">#4439</a>)
    (<a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/35a510d3f3191b479105238f5f956bfeeb519389">35a510d</a>)</li>
    <li><strong>event-handler</strong> add route specific middleware
    registration and execution (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4437">#4437</a>)
    (<a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/e6ea674b97953d0391573ea6536f9eb5f02f659b">e6ea674</a>)</li>
    <li><strong>event-handler</strong> add middleware registration and
    composition to rest handler (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4428">#4428</a>)
    (<a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/fc87eb3f5c05a31002becf30e22928c8d7913a3f">fc87eb3</a>)</li>
    <li><strong>event-handler</strong> add support for error handling in
    AppSync GraphQL (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4317">#4317</a>)
    (<a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/77a992ff39ed41da2c965bc86d65a326f4db21d6">77a992f</a>)</li>
    <li><strong>event-handler</strong> add resolution logic to base router
    (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4349">#4349</a>)
    (<a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/f1ecc6da353ed1d4a1a943a4b75dc3e2b50d8e5e">f1ecc6d</a>)</li>
    </ul>
    <h3>Maintenance</h3>
    <ul>
    <li><strong>event-handler</strong> rename variables to reflect that
    options object is now a RequestContext (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4460">#4460</a>)
    (<a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/5b4ee1ac77c4ebf0af6181f56a47340173306673">5b4ee1a</a>)</li>
    <li><strong>event-handler</strong> expose rest handler functionality (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4458">#4458</a>)
    (<a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/23eddfdd2f3ec0824dccd080824628c63ed8308c">23eddfd</a>)</li>
    <li><strong>event-handler</strong> split Router tests into multiple
    files (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4449">#4449</a>)
    (<a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/91a1ec4c4765e814b67f669ed2ff77c674cc3155">91a1ec4</a>)</li>
    <li><strong>event-handler</strong> rename BaseRouter class to Router (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4448">#4448</a>)
    (<a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/b043c28820b18e2d518153992f4f3243d476e208">b043c28</a>)</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/08555250f6851fa966822f80516a91981e95f28d"><code>0855525</code></a>
    chore(ci): bump version to 2.26.1 (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4486">#4486</a>)</li>
    <li><a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/8cfcccd6e94a6f0b25087ffbd8a4a2ec4bbf0e3d"><code>8cfcccd</code></a>
    fix(batch): declare the <code>@​aws-lambda-powertools/commons</code>
    dependency (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4484">#4484</a>)</li>
    <li><a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/9118bbfbaccda931556df48586a3d32d06590ad2"><code>9118bbf</code></a>
    chore(deps): bump the aws-cdk group across 1 directory with 3 updates
    (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4443">#4443</a>)</li>
    <li><a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4fed581462b22c1a4210efc3f3d7a713ad390c84"><code>4fed581</code></a>
    docs(batch): added documentation for the parser integration feature in
    batch ...</li>
    <li><a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/dc7c65420d2425c804c0f85de0712b0785bd7eb2"><code>dc7c654</code></a>
    chore(deps-dev): bump zod from 4.1.7 to 4.1.8 (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4473">#4473</a>)</li>
    <li><a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/cc233677d52f92eca40ee98ffa26abb308a85e08"><code>cc23367</code></a>
    chore(deps): bump actions/github-script from 7.0.1 to 8.0.0 (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4432">#4432</a>)</li>
    <li><a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/bfdeeb62b0b941b53d96bdb2117c084fbb0e1ac4"><code>bfdeeb6</code></a>
    chore(ci): update layer ARN on documentation (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4471">#4471</a>)</li>
    <li><a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/ddb52e36476fb724b2eabbf0ec89995a8e10964b"><code>ddb52e3</code></a>
    chore(ci): bump version to 2.26.0 (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4469">#4469</a>)</li>
    <li><a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/d0bbfe0c5a8302940ffcaa055fd06886ccaddd15"><code>d0bbfe0</code></a>
    chore(deps): bump github/codeql-action from 3.30.2 to 3.30.3 (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4467">#4467</a>)</li>
    <li><a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/41292d56e4069c3f5ffd88828b61922838014bbb"><code>41292d5</code></a>
    chore(deps-dev): bump zod from 4.1.5 to 4.1.7 (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4468">#4468</a>)</li>
    <li>Additional commits viewable in <a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.25.2...v2.26.1">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    Updates `@aws-lambda-powertools/logger` from 2.25.2 to 2.26.1
    <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.26.1</h2>
    <h2>Summary</h2>
    <p>This patch release addresses a regression with the Batch Processing
    utility introduced in <code>v2.26.0</code> that caused a bundling error
    due to an internal dependency not being declared in the
    <code>package.json</code>.</p>
    <p>This bug affects only those who are using Batch Processing without
    other Powertools for AWS utilities and who have already upgraded to
    <code>v2.26.0</code> which was released on 12/09/2025.</p>
    <p>We recommend updating to the latest version to avoid the issue.</p>
    <p>⭐ Congratulations to <a
    href="https://github.com/Grmiade"><code>@​Grmiade</code></a> for
    identifying this issue and fixing it with their first PR merged in the
    project 🎉</p>
    <h2>Changes</h2>
    <ul>
    <li>chore(ci): update layer ARN on documentation (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4471">#4471</a>)
    by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li>
    </ul>
    <h2>📜 Documentation updates</h2>
    <ul>
    <li>chore(ci): update layer ARN on documentation (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4488">#4488</a>)
    by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li>
    <li>chore(deps): bump the aws-cdk group across 1 directory with 3
    updates (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4443">#4443</a>)
    by @<a
    href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
    <li>docs(batch): added documentation for the parser integration feature
    in batch processor (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4435">#4435</a>)
    by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li>
    </ul>
    <h2>🔧 Maintenance</h2>
    <ul>
    <li>fix(batch): declare the <code>@​aws-lambda-powertools/commons</code>
    dependency (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4484">#4484</a>)
    by <a href="https://github.com/Grmiade"><code>@​Grmiade</code></a></li>
    <li>chore(deps): bump the aws-cdk group across 1 directory with 3
    updates (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4443">#4443</a>)
    by @<a
    href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
    <li>chore(deps-dev): bump zod from 4.1.7 to 4.1.8 (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4473">#4473</a>)
    by @<a
    href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
    <li>chore(deps): bump actions/github-script from 7.0.1 to 8.0.0 (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4432">#4432</a>)
    by @<a
    href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
    </ul>
    <h2>This release was made possible by the following contributors:</h2>
    <p><a href="https://github.com/Grmiade"><code>@​Grmiade</code></a>, <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot],
    <a
    href="https://github.com/github-actions"><code>@​github-actions</code></a>[bot],
    <a href="https://github.com/sdangol"><code>@​sdangol</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>
    <h2>v2.26.0</h2>
    <h2>Summary</h2>
    <p>We're excited to announce support for API Gateway REST APIs in the
    Event Handler utility. This simplifies routing and processing of events
    in AWS Lambda functions by allowing you to define specific handlers that
    corresponds to routes in your REST APIs with minimal boilerplate
    code.</p>
    <p>We have also integrated the Parser utility with Batch Processing,
    enabling automatic validation of payloads from SQS, Kinesis and DynamoDB
    streams.</p>
    <p>Furthermore, we have added support for custom error handlers to the
    AppSync GraphQL event handler resolver, with automatic marshalling of
    errors to the expected AppSync format and logging built-in.</p>
    <p>⭐ Congratulations <a
    href="https://github.com/dcabib"><code>@​dcabib</code></a> for their
    first PR merged in the project and to <a
    href="https://github.com/arnabrahman"><code>@​arnabrahman</code></a> for
    their continued contributions to AppSync event handler 🎉</p>
    <h3>Working with API Gateway REST APIs</h3>
    <h4>Key Features</h4>
    <ul>
    <li>Lightweight routing to reduce boilerplate code for API Gateway REST
    APIs</li>
    <li>Built-in middleware engine for executing custom logic when
    processing requests and responses</li>
    <li>Supports micro function (one or a few routes) and monolithic
    functions (all routes)</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>
    <h2><a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.26.0...v2.26.1">2.26.1</a>
    (2025-09-15)</h2>
    <h3>Bug Fixes</h3>
    <ul>
    <li><strong>batch</strong> declare the
    <code>@​aws-lambda-powertools/commons</code> dependency (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4484">#4484</a>)
    (<a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/8cfcccd6e94a6f0b25087ffbd8a4a2ec4bbf0e3d">8cfcccd</a>)</li>
    </ul>
    <h2><a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.25.2...v2.26.0">2.26.0</a>
    (2025-09-11)</h2>
    <h3>Improvements</h3>
    <ul>
    <li><strong>logger</strong> update <code>getCodeLocation</code> regex to
    improve performance (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4389">#4389</a>)
    (<a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/801333deff04b09d4adb88860c60f497295685d9">801333d</a>)</li>
    <li><strong>batch</strong> simplified the parser integration api with
    batch processor (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4465">#4465</a>)
    (<a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/96977ff6b1330adcf82d9caa3b30454208d654e8">96977ff</a>)</li>
    </ul>
    <h3>Bug Fixes</h3>
    <ul>
    <li><strong>parser</strong> updated the binaryValue and stringValue in
    the SqsMsgAttributeSchema to nullable (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4450">#4450</a>)
    (<a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/cefcbdbaec087ce1bfcee4294754dc173c0c473b">cefcbdb</a>)</li>
    <li><strong>event-handler</strong> handle nullable fields in
    APIGatewayProxyEvent (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4455">#4455</a>)
    (<a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/200f47b0c9e3864b2732d93ca50dd65323b109fb">200f47b</a>)</li>
    </ul>
    <h3>Features</h3>
    <ul>
    <li><strong>parser</strong> integrate parser with Batch Processing (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4408">#4408</a>)
    (<a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/0b6bbbb751caaa7a81e1c2aaf823892c54b9e9cb">0b6bbbb</a>)</li>
    <li><strong>parser</strong> implemented a helper function
    <code>Base64Encoded</code> to decode base64 encoded payloads (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4413">#4413</a>)
    (<a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/15543602ea8182b0a5972fc2acfb364da4ad97f3">1554360</a>)</li>
    <li><strong>parser</strong> add IPv6 support for sourceIp in API Gateway
    schemas (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4398">#4398</a>)
    (<a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/2a94c3759a04057423db8f346c921166ada173d0">2a94c37</a>)</li>
    <li><strong>event-handler</strong> remove undefined from Router's
    resolve type signature (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4463">#4463</a>)
    (<a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/d36ef5569de910e467f7c6d6b1d518112a998d40">d36ef55</a>)</li>
    <li><strong>event-handler</strong> implement mechanism to manipulate
    response in middleware (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4439">#4439</a>)
    (<a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/35a510d3f3191b479105238f5f956bfeeb519389">35a510d</a>)</li>
    <li><strong>event-handler</strong> add route specific middleware
    registration and execution (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4437">#4437</a>)
    (<a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/e6ea674b97953d0391573ea6536f9eb5f02f659b">e6ea674</a>)</li>
    <li><strong>event-handler</strong> add middleware registration and
    composition to rest handler (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4428">#4428</a>)
    (<a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/fc87eb3f5c05a31002becf30e22928c8d7913a3f">fc87eb3</a>)</li>
    <li><strong>event-handler</strong> add support for error handling in
    AppSync GraphQL (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4317">#4317</a>)
    (<a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/77a992ff39ed41da2c965bc86d65a326f4db21d6">77a992f</a>)</li>
    <li><strong>event-handler</strong> add resolution logic to base router
    (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4349">#4349</a>)
    (<a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/f1ecc6da353ed1d4a1a943a4b75dc3e2b50d8e5e">f1ecc6d</a>)</li>
    </ul>
    <h3>Maintenance</h3>
    <ul>
    <li><strong>event-handler</strong> rename variables to reflect that
    options object is now a RequestContext (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4460">#4460</a>)
    (<a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/5b4ee1ac77c4ebf0af6181f56a47340173306673">5b4ee1a</a>)</li>
    <li><strong>event-handler</strong> expose rest handler functionality (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4458">#4458</a>)
    (<a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/23eddfdd2f3ec0824dccd080824628c63ed8308c">23eddfd</a>)</li>
    <li><strong>event-handler</strong> split Router tests into multiple
    files (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4449">#4449</a>)
    (<a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/91a1ec4c4765e814b67f669ed2ff77c674cc3155">91a1ec4</a>)</li>
    <li><strong>event-handler</strong> rename BaseRouter class to Router (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4448">#4448</a>)
    (<a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/b043c28820b18e2d518153992f4f3243d476e208">b043c28</a>)</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/08555250f6851fa966822f80516a91981e95f28d"><code>0855525</code></a>
    chore(ci): bump version to 2.26.1 (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4486">#4486</a>)</li>
    <li><a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/8cfcccd6e94a6f0b25087ffbd8a4a2ec4bbf0e3d"><code>8cfcccd</code></a>
    fix(batch): declare the <code>@​aws-lambda-powertools/commons</code>
    dependency (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4484">#4484</a>)</li>
    <li><a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/9118bbfbaccda931556df48586a3d32d06590ad2"><code>9118bbf</code></a>
    chore(deps): bump the aws-cdk group across 1 directory with 3 updates
    (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4443">#4443</a>)</li>
    <li><a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4fed581462b22c1a4210efc3f3d7a713ad390c84"><code>4fed581</code></a>
    docs(batch): added documentation for the parser integration feature in
    batch ...</li>
    <li><a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/dc7c65420d2425c804c0f85de0712b0785bd7eb2"><code>dc7c654</code></a>
    chore(deps-dev): bump zod from 4.1.7 to 4.1.8 (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4473">#4473</a>)</li>
    <li><a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/cc233677d52f92eca40ee98ffa26abb308a85e08"><code>cc23367</code></a>
    chore(deps): bump actions/github-script from 7.0.1 to 8.0.0 (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4432">#4432</a>)</li>
    <li><a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/bfdeeb62b0b941b53d96bdb2117c084fbb0e1ac4"><code>bfdeeb6</code></a>
    chore(ci): update layer ARN on documentation (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4471">#4471</a>)</li>
    <li><a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/ddb52e36476fb724b2eabbf0ec89995a8e10964b"><code>ddb52e3</code></a>
    chore(ci): bump version to 2.26.0 (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4469">#4469</a>)</li>
    <li><a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/d0bbfe0c5a8302940ffcaa055fd06886ccaddd15"><code>d0bbfe0</code></a>
    chore(deps): bump github/codeql-action from 3.30.2 to 3.30.3 (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4467">#4467</a>)</li>
    <li><a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/41292d56e4069c3f5ffd88828b61922838014bbb"><code>41292d5</code></a>
    chore(deps-dev): bump zod from 4.1.5 to 4.1.7 (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4468">#4468</a>)</li>
    <li>Additional commits viewable in <a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.25.2...v2.26.1">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    Updates `@aws-lambda-powertools/metrics` from 2.25.2 to 2.26.1
    <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.26.1</h2>
    <h2>Summary</h2>
    <p>This patch release addresses a regression with the Batch Processing
    utility introduced in <code>v2.26.0</code> that caused a bundling error
    due to an internal dependency not being declared in the
    <code>package.json</code>.</p>
    <p>This bug affects only those who are using Batch Processing without
    other Powertools for AWS utilities and who have already upgraded to
    <code>v2.26.0</code> which was released on 12/09/2025.</p>
    <p>We recommend updating to the latest version to avoid the issue.</p>
    <p>⭐ Congratulations to <a
    href="https://github.com/Grmiade"><code>@​Grmiade</code></a> for
    identifying this issue and fixing it with their first PR merged in the
    project 🎉</p>
    <h2>Changes</h2>
    <ul>
    <li>chore(ci): update layer ARN on documentation (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4471">#4471</a>)
    by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li>
    </ul>
    <h2>📜 Documentation updates</h2>
    <ul>
    <li>chore(ci): update layer ARN on documentation (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4488">#4488</a>)
    by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li>
    <li>chore(deps): bump the aws-cdk group across 1 directory with 3
    updates (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4443">#4443</a>)
    by @<a
    href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
    <li>docs(batch): added documentation for the parser integration feature
    in batch processor (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4435">#4435</a>)
    by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li>
    </ul>
    <h2>🔧 Maintenance</h2>
    <ul>
    <li>fix(batch): declare the <code>@​aws-lambda-powertools/commons</code>
    dependency (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4484">#4484</a>)
    by <a href="https://github.com/Grmiade"><code>@​Grmiade</code></a></li>
    <li>chore(deps): bump the aws-cdk group across 1 directory with 3
    updates (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4443">#4443</a>)
    by @<a
    href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
    <li>chore(deps-dev): bump zod from 4.1.7 to 4.1.8 (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4473">#4473</a>)
    by @<a
    href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
    <li>chore(deps): bump actions/github-script from 7.0.1 to 8.0.0 (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4432">#4432</a>)
    by @<a
    href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
    </ul>
    <h2>This release was made possible by the following contributors:</h2>
    <p><a href="https://github.com/Grmiade"><code>@​Grmiade</code></a>, <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot],
    <a
    href="https://github.com/github-actions"><code>@​github-actions</code></a>[bot],
    <a href="https://github.com/sdangol"><code>@​sdangol</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>
    <h2>v2.26.0</h2>
    <h2>Summary</h2>
    <p>We're excited to announce support for API Gateway REST APIs in the
    Event Handler utility. This simplifies routing and processing of events
    in AWS Lambda functions by allowing you to define specific handlers that
    corresponds to routes in your REST APIs with minimal boilerplate
    code.</p>
    <p>We have also integrated the Parser utility with Batch Processing,
    enabling automatic validation of payloads from SQS, Kinesis and DynamoDB
    streams.</p>
    <p>Furthermore, we have added support for custom error handlers to the
    AppSync GraphQL event handler resolver, with automatic marshalling of
    errors to the expected AppSync format and logging built-in.</p>
    <p>⭐ Congratulations <a
    href="https://github.com/dcabib"><code>@​dcabib</code></a> for their
    first PR merged in the project and to <a
    href="https://github.com/arnabrahman"><code>@​arnabrahman</code></a> for
    their continued contributions to AppSync event handler 🎉</p>
    <h3>Working with API Gateway REST APIs</h3>
    <h4>Key Features</h4>
    <ul>
    <li>Lightweight routing to reduce boilerplate code for API Gateway REST
    APIs</li>
    <li>Built-in middleware engine for executing custom logic when
    processing requests and responses</li>
    <li>Supports micro function (one or a few routes) and monolithic
    functions (all routes)</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>
    <h2><a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.26.0...v2.26.1">2.26.1</a>
    (2025-09-15)</h2>
    <h3>Bug Fixes</h3>
    <ul>
    <li><strong>batch</strong> declare the
    <code>@​aws-lambda-powertools/commons</code> dependency (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4484">#4484</a>)
    (<a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/8cfcccd6e94a6f0b25087ffbd8a4a2ec4bbf0e3d">8cfcccd</a>)</li>
    </ul>
    <h2><a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.25.2...v2.26.0">2.26.0</a>
    (2025-09-11)</h2>
    <h3>Improvements</h3>
    <ul>
    <li><strong>logger</strong> update <code>getCodeLocation</code> regex to
    improve performance (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4389">#4389</a>)
    (<a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/801333deff04b09d4adb88860c60f497295685d9">801333d</a>)</li>
    <li><strong>batch</strong> simplified the parser integration api with
    batch processor (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4465">#4465</a>)
    (<a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/96977ff6b1330adcf82d9caa3b30454208d654e8">96977ff</a>)</li>
    </ul>
    <h3>Bug Fixes</h3>
    <ul>
    <li><strong>parser</strong> updated the binaryValue and stringValue in
    the SqsMsgAttributeSchema to nullable (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4450">#4450</a>)
    (<a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/cefcbdbaec087ce1bfcee4294754dc173c0c473b">cefcbdb</a>)</li>
    <li><strong>event-handler</strong> handle nullable fields in
    APIGatewayProxyEvent (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4455">#4455</a>)
    (<a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/200f47b0c9e3864b2732d93ca50dd65323b109fb">200f47b</a>)</li>
    </ul>
    <h3>Features</h3>
    <ul>
    <li><strong>parser</strong> integrate parser with Batch Processing (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4408">#4408</a>)
    (<a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/0b6bbbb751caaa7a81e1c2aaf823892c54b9e9cb">0b6bbbb</a>)</li>
    <li><strong>parser</strong> implemented a helper function
    <code>Base64Encoded</code> to decode base64 encoded payloads (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4413">#4413</a>)
    (<a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/15543602ea8182b0a5972fc2acfb364da4ad97f3">1554360</a>)</li>
    <li><strong>parser</strong> add IPv6 support for sourceIp in API Gateway
    schemas (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4398">#4398</a>)
    (<a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/2a94c3759a04057423db8f346c921166ada173d0">2a94c37</a>)</li>
    <li><strong>event-handler</strong> remove undefined from Router's
    resolve type signature (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4463">#4463</a>)
    (<a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/d36ef5569de910e467f7c6d6b1d518112a998d40">d36ef55</a>)</li>
    <li><strong>event-handler</strong> implement mechanism to manipulate
    response in middleware (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4439">#4439</a>)
    (<a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/35a510d3f3191b479105238f5f956bfeeb519389">35a510d</a>)</li>
    <li><strong>event-handler</strong> add route specific middleware
    registration and execution (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4437">#4437</a>)
    (<a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/e6ea674b97953d0391573ea6536f9eb5f02f659b">e6ea674</a>)</li>
    <li><strong>event-handler</strong> add middleware registration and
    composition to rest handler (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4428">#4428</a>)
    (<a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/fc87eb3f5c05a31002becf30e22928c8d7913a3f">fc87eb3</a>)</li>
    <li><strong>event-handler</strong> add support for error handling in
    AppSync GraphQL (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4317">#4317</a>)
    (<a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/77a992ff39ed41da2c965bc86d65a326f4db21d6">77a992f</a>)</li>
    <li><strong>event-handler</strong> add resolution logic to base router
    (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4349">#4349</a>)
    (<a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/f1ecc6da353ed1d4a1a943a4b75dc3e2b50d8e5e">f1ecc6d</a>)</li>
    </ul>
    <h3>Maintenance</h3>
    <ul>
    <li><strong>event-handler</strong> rename variables to reflect that
    options object is now a RequestContext (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4460">#4460</a>)
    (<a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/5b4ee1ac77c4ebf0af6181f56a47340173306673">5b4ee1a</a>)</li>
    <li><strong>event-handler</strong> expose rest handler functionality (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4458">#4458</a>)
    (<a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/23eddfdd2f3ec0824dccd080824628c63ed8308c">23eddfd</a>)</li>
    <li><strong>event-handler</strong> split Router tests into multiple
    files (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4449">#4449</a>)
    (<a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/91a1ec4c4765e814b67f669ed2ff77c674cc3155">91a1ec4</a>)</li>
    <li><strong>event-handler</strong> rename BaseRouter class to Router (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4448">#4448</a>)
    (<a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/b043c28820b18e2d518153992f4f3243d476e208">b043c28</a>)</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/08555250f6851fa966822f80516a91981e95f28d"><code>0855525</code></a>
    chore(ci): bump version to 2.26.1 (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4486">#4486</a>)</li>
    <li><a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/8cfcccd6e94a6f0b25087ffbd8a4a2ec4bbf0e3d"><code>8cfcccd</code></a>
    fix(batch): declare the <code>@​aws-lambda-powertools/commons</code>
    dependency (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4484">#4484</a>)</li>
    <li><a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/9118bbfbaccda931556df48586a3d32d06590ad2"><code>9118bbf</code></a>
    chore(deps): bump the aws-cdk group across 1 directory with 3 updates
    (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4443">#4443</a>)</li>
    <li><a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4fed581462b22c1a4210efc3f3d7a713ad390c84"><code>4fed581</code></a>
    docs(batch): added documentation for the parser integration feature in
    batch ...</li>
    <li><a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/dc7c65420d2425c804c0f85de0712b0785bd7eb2"><code>dc7c654</code></a>
    chore(deps-dev): bump zod from 4.1.7 to 4.1.8 (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4473">#4473</a>)</li>
    <li><a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/cc233677d52f92eca40ee98ffa26abb308a85e08"><code>cc23367</code></a>
    chore(deps): bump actions/github-script from 7.0.1 to 8.0.0 (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4432">#4432</a>)</li>
    <li><a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/bfdeeb62b0b941b53d96bdb2117c084fbb0e1ac4"><code>bfdeeb6</code></a>
    chore(ci): update layer ARN on documentation (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4471">#4471</a>)</li>
    <li><a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/ddb52e36476fb724b2eabbf0ec89995a8e10964b"><code>ddb52e3</code></a>
    chore(ci): bump version to 2.26.0 (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4469">#4469</a>)</li>
    <li><a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/d0bbfe0c5a8302940ffcaa055fd06886ccaddd15"><code>d0bbfe0</code></a>
    chore(deps): bump github/codeql-action from 3.30.2 to 3.30.3 (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4467">#4467</a>)</li>
    <li><a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/41292d56e4069c3f5ffd88828b61922838014bbb"><code>41292d5</code></a>
    chore(deps-dev): bump zod from 4.1.5 to 4.1.7 (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4468">#4468</a>)</li>
    <li>Additional commits viewable in <a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.25.2...v2.26.1">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    Updates `@aws-lambda-powertools/tracer` from 2.25.2 to 2.26.1
    <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.26.1</h2>
    <h2>Summary</h2>
    <p>This patch release addresses a regression with the Batch Processing
    utility introduced in <code>v2.26.0</code> that caused a bundling error
    due to an internal dependency not being declared in the
    <code>package.json</code>.</p>
    <p>This bug affects only those who are using Batch Processing without
    other Powertools for AWS utilities and who have already upgraded to
    <code>v2.26.0</code> which was released on 12/09/2025.</p>
    <p>We recommend updating to the latest version to avoid the issue.</p>
    <p>⭐ Congratulations to <a
    href="https://github.com/Grmiade"><code>@​Grmiade</code></a> for
    identifying this issue and fixing it with their first PR merged in the
    project 🎉</p>
    <h2>Changes</h2>
    <ul>
    <li>chore(ci): update layer ARN on documentation (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4471">#4471</a>)
    by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li>
    </ul>
    <h2>📜 Documentation updates</h2>
    <ul>
    <li>chore(ci): update layer ARN on documentation (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4488">#4488</a>)
    by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li>
    <li>chore(deps): bump the aws-cdk group across 1 directory with 3
    updates (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4443">#4443</a>)
    by @<a
    href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
    <li>docs(batch): added documentation for the parser integration feature
    in batch processor (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4435">#4435</a>)
    by <a href="https://github.com/sdangol"><code>@​sdangol</code></a></li>
    </ul>
    <h2>🔧 Maintenance</h2>
    <ul>
    <li>fix(batch): declare the <code>@​aws-lambda-powertools/commons</code>
    dependency (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4484">#4484</a>)
    by <a href="https://github.com/Grmiade"><code>@​Grmiade</code></a></li>
    <li>chore(deps): bump the aws-cdk group across 1 directory with 3
    updates (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4443">#4443</a>)
    by @<a
    href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
    <li>chore(deps-dev): bump zod from 4.1.7 to 4.1.8 (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4473">#4473</a>)
    by @<a
    href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
    <li>chore(deps): bump actions/github-script from 7.0.1 to 8.0.0 (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4432">#4432</a>)
    by @<a
    href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
    </ul>
    <h2>This release was made possible by the following contributors:</h2>
    <p><a href="https://github.com/Grmiade"><code>@​Grmiade</code></a>, <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot],
    <a
    href="https://github.com/github-actions"><code>@​github-actions</code></a>[bot],
    <a href="https://github.com/sdangol"><code>@​sdangol</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>
    <h2>v2.26.0</h2>
    <h2>Summary</h2>
    <p>We're excited to announce support for API Gateway REST APIs in the
    Event Handler utility. This simplifies routing and processing of events
    in AWS Lambda functions by allowing you to define specific handlers that
    corresponds to routes in your REST APIs with minimal boilerplate
    code.</p>
    <p>We have also integrated the Parser utility with Batch Processing,
    enabling automatic validation of payloads from SQS, Kinesis and DynamoDB
    streams.</p>
    <p>Furthermore, we have added support for custom error handlers to the
    AppSync GraphQL event handler resolver, with automatic marshalling of
    errors to the expected AppSync format and logging built-in.</p>
    <p>⭐ Congratulations <a
    href="https://github.com/dcabib"><code>@​dcabib</code></a> for their
    first PR merged in the project and to <a
    href="https://github.com/arnabrahman"><code>@​arnabrahman</code></a> for
    their continued contributions to AppSync event handler 🎉</p>
    <h3>Working with API Gateway REST APIs</h3>
    <h4>Key Features</h4>
    <ul>
    <li>Lightweight routing to reduce boilerplate code for API Gateway REST
    APIs</li>
    <li>Built-in middleware engine for executing custom logic when
    processing requests and responses</li>
    <li>Supports micro function (one or a few routes) and monolithic
    functions (all routes)</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>
    <h2><a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.26.0...v2.26.1">2.26.1</a>
    (2025-09-15)</h2>
    <h3>Bug Fixes</h3>
    <ul>
    <li><strong>batch</strong> declare the
    <code>@​aws-lambda-powertools/commons</code> dependency (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4484">#4484</a>)
    (<a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/8cfcccd6e94a6f0b25087ffbd8a4a2ec4bbf0e3d">8cfcccd</a>)</li>
    </ul>
    <h2><a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.25.2...v2.26.0">2.26.0</a>
    (2025-09-11)</h2>
    <h3>Improvements</h3>
    <ul>
    <li><strong>logger</strong> update <code>getCodeLocation</code> regex to
    improve performance (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4389">#4389</a>)
    (<a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/801333deff04b09d4adb88860c60f497295685d9">801333d</a>)</li>
    <li><strong>batch</strong> simplified the parser integration api with
    batch processor (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4465">#4465</a>)
    (<a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/96977ff6b1330adcf82d9caa3b30454208d654e8">96977ff</a>)</li>
    </ul>
    <h3>Bug Fixes</h3>
    <ul>
    <li><strong>parser</strong> updated the binaryValue and stringValue in
    the SqsMsgAttributeSchema to nullable (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4450">#4450</a>)
    (<a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/cefcbdbaec087ce1bfcee4294754dc173c0c473b">cefcbdb</a>)</li>
    <li><strong>event-handler</strong> handle nullable fields in
    APIGatewayProxyEvent (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4455">#4455</a>)
    (<a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/200f47b0c9e3864b2732d93ca50dd65323b109fb">200f47b</a>)</li>
    </ul>
    <h3>Features</h3>
    <ul>
    <li><strong>parser</strong> integrate parser with Batch Processing (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4408">#4408</a>)
    (<a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/0b6bbbb751caaa7a81e1c2aaf823892c54b9e9cb">0b6bbbb</a>)</li>
    <li><strong>parser</strong> implemented a helper function
    <code>Base64Encoded</code> to decode base64 encoded payloads (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4413">#4413</a>)
    (<a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/15543602ea8182b0a5972fc2acfb364da4ad97f3">1554360</a>)</li>
    <li><strong>parser</strong> add IPv6 support for sourceIp in API Gateway
    schemas (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4398">#4398</a>)
    (<a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/2a94c3759a04057423db8f346c921166ada173d0">2a94c37</a>)</li>
    <li><strong>event-handler</strong> remove undefined from Router's
    resolve type signature (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4463">#4463</a>)
    (<a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/d36ef5569de910e467f7c6d6b1d518112a998d40">d36ef55</a>)</li>
    <li><strong>event-handler</strong> implement mechanism to manipulate
    response in middleware (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4439">#4439</a>)
    (<a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/35a510d3f3191b479105238f5f956bfeeb519389">35a510d</a>)</li>
    <li><strong>event-handler</strong> add route specific middleware
    registration and execution (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4437">#4437</a>)
    (<a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/e6ea674b97953d0391573ea6536f9eb5f02f659b">e6ea674</a>)</li>
    <li><strong>event-handler</strong> add middleware registration and
    composition to rest handler (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4428">#4428</a>)
    (<a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/fc87eb3f5c05a31002becf30e22928c8d7913a3f">fc87eb3</a>)</li>
    <li><strong>event-handler</strong> add support for error handling in
    AppSync GraphQL (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4317">#4317</a>)
    (<a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/77a992ff39ed41da2c965bc86d65a326f4db21d6">77a992f</a>)</li>
    <li><strong>event-handler</strong> add resolution logic to base router
    (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4349">#4349</a>)
    (<a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/f1ecc6da353ed1d4a1a943a4b75dc3e2b50d8e5e">f1ecc6d</a>)</li>
    </ul>
    <h3>Maintenance</h3>
    <ul>
    <li><strong>event-handler</strong> rename variables to reflect that
    options object is now a RequestContext (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4460">#4460</a>)
    (<a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/5b4ee1ac77c4ebf0af6181f56a47340173306673">5b4ee1a</a>)</li>
    <li><strong>event-handler</strong> expose rest handler functionality (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4458">#4458</a>)
    (<a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/23eddfdd2f3ec0824dccd080824628c63ed8308c">23eddfd</a>)</li>
    <li><strong>event-handler</strong> split Router tests into multiple
    files (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4449">#4449</a>)
    (<a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/91a1ec4c4765e814b67f669ed2ff77c674cc3155">91a1ec4</a>)</li>
    <li><strong>event-handler</strong> rename BaseRouter class to Router (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4448">#4448</a>)
    (<a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/b043c28820b18e2d518153992f4f3243d476e208">b043c28</a>)</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/08555250f6851fa966822f80516a91981e95f28d"><code>0855525</code></a>
    chore(ci): bump version to 2.26.1 (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4486">#4486</a>)</li>
    <li><a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/8cfcccd6e94a6f0b25087ffbd8a4a2ec4bbf0e3d"><code>8cfcccd</code></a>
    fix(batch): declare the <code>@​aws-lambda-powertools/commons</code>
    dependency (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4484">#4484</a>)</li>
    <li><a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/9118bbfbaccda931556df48586a3d32d06590ad2"><code>9118bbf</code></a>
    chore(deps): bump the aws-cdk group across 1 directory with 3 updates
    (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4443">#4443</a>)</li>
    <li><a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/4fed581462b22c1a4210efc3f3d7a713ad390c84"><code>4fed581</code></a>
    docs(batch): added documentation for the parser integration feature in
    batch ...</li>
    <li><a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/dc7c65420d2425c804c0f85de0712b0785bd7eb2"><code>dc7c654</code></a>
    chore(deps-dev): bump zod from 4.1.7 to 4.1.8 (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4473">#4473</a>)</li>
    <li><a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/cc233677d52f92eca40ee98ffa26abb308a85e08"><code>cc23367</code></a>
    chore(deps): bump actions/github-script from 7.0.1 to 8.0.0 (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4432">#4432</a>)</li>
    <li><a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/bfdeeb62b0b941b53d96bdb2117c084fbb0e1ac4"><code>bfdeeb6</code></a>
    chore(ci): update layer ARN on documentation (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4471">#4471</a>)</li>
    <li><a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/ddb52e36476fb724b2eabbf0ec89995a8e10964b"><code>ddb52e3</code></a>
    chore(ci): bump version to 2.26.0 (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4469">#4469</a>)</li>
    <li><a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/d0bbfe0c5a8302940ffcaa055fd06886ccaddd15"><code>d0bbfe0</code></a>
    chore(deps): bump github/codeql-action from 3.30.2 to 3.30.3 (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4467">#4467</a>)</li>
    <li><a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/commit/41292d56e4069c3f5ffd88828b61922838014bbb"><code>41292d5</code></a>
    chore(deps-dev): bump zod from 4.1.5 to 4.1.7 (<a
    href="https://redirect.github.com/aws-powertools/powertools-lambda-typescript/issues/4468">#4468</a>)</li>
    <li>Additional commits viewable in <a
    href="https://github.com/aws-powertools/powertools-lambda-typescript/compare/v2.25.2...v2.26.1">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>
    dependabot[bot] authored Sep 18, 2025
    Configuration menu
    Copy the full SHA
    dbb6888 View commit details
    Browse the repository at this point in the history
  3. fix(lambda): bump axios from 1.12.1 to 1.12.2 in /lambdas (#4772)

    Bumps [axios](https://github.com/axios/axios) from 1.12.1 to 1.12.2.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/axios/axios/releases">axios's
    releases</a>.</em></p>
    <blockquote>
    <h2>Release v1.12.2</h2>
    <h2>Release notes:</h2>
    <h3>Bug Fixes</h3>
    <ul>
    <li><strong>fetch:</strong> use current global fetch instead of cached
    one when env fetch is not specified to keep MSW support; (<a
    href="https://redirect.github.com/axios/axios/issues/7030">#7030</a>)
    (<a
    href="https://github.com/axios/axios/commit/cf78825e1229b60d1629ad0bbc8a752ff43c3f53">cf78825</a>)</li>
    </ul>
    <h3>Contributors to this release</h3>
    <ul>
    <li><!-- raw HTML omitted --> <a
    href="https://github.com/DigitalBrainJS" title="+247/-16
    ([#7030](axios/axios#7030)
    [#7022](axios/axios#7022)
    [#7024](axios/axios#7024) )">Dmitriy
    Mozgovoy</a></li>
    <li><!-- raw HTML omitted --> <a href="https://github.com/noritaka1166"
    title="+2/-6 ([#7028](axios/axios#7028)
    [#7029](axios/axios#7029) )">Noritaka
    Kobayashi</a></li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    href="https://github.com/axios/axios/blob/v1.x/CHANGELOG.md">axios's
    changelog</a>.</em></p>
    <blockquote>
    <h2><a
    href="https://github.com/axios/axios/compare/v1.12.1...v1.12.2">1.12.2</a>
    (2025-09-14)</h2>
    <h3>Bug Fixes</h3>
    <ul>
    <li><strong>fetch:</strong> use current global fetch instead of cached
    one when env fetch is not specified to keep MSW support; (<a
    href="https://redirect.github.com/axios/axios/issues/7030">#7030</a>)
    (<a
    href="https://github.com/axios/axios/commit/cf78825e1229b60d1629ad0bbc8a752ff43c3f53">cf78825</a>)</li>
    </ul>
    <h3>Contributors to this release</h3>
    <ul>
    <li><!-- raw HTML omitted --> <a
    href="https://github.com/DigitalBrainJS" title="+247/-16
    ([#7030](axios/axios#7030)
    [#7022](axios/axios#7022)
    [#7024](axios/axios#7024) )">Dmitriy
    Mozgovoy</a></li>
    <li><!-- raw HTML omitted --> <a href="https://github.com/noritaka1166"
    title="+2/-6 ([#7028](axios/axios#7028)
    [#7029](axios/axios#7029) )">Noritaka
    Kobayashi</a></li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/axios/axios/commit/e5a33366d75b65f88052b230b103731eb7dcb793"><code>e5a3336</code></a>
    chore(release): v1.12.2 (<a
    href="https://redirect.github.com/axios/axios/issues/7031">#7031</a>)</li>
    <li><a
    href="https://github.com/axios/axios/commit/38726c7586c6a2583b7e7dcdce0c4fedd013055d"><code>38726c7</code></a>
    refactor: change if in else to else if (<a
    href="https://redirect.github.com/axios/axios/issues/7028">#7028</a>)</li>
    <li><a
    href="https://github.com/axios/axios/commit/cf78825e1229b60d1629ad0bbc8a752ff43c3f53"><code>cf78825</code></a>
    fix(fetch): use current global fetch instead of cached one when env
    fetch is ...</li>
    <li><a
    href="https://github.com/axios/axios/commit/c26d00f451949306f708aa78d1e9f12b9eb6ff4b"><code>c26d00f</code></a>
    refactor: remove redundant assignment (<a
    href="https://redirect.github.com/axios/axios/issues/7029">#7029</a>)</li>
    <li><a
    href="https://github.com/axios/axios/commit/9fb41a8fcd6f698ee82175c0d9e654b4b0a7081c"><code>9fb41a8</code></a>
    chore(ci): add local HTTP server for Karma tests; (<a
    href="https://redirect.github.com/axios/axios/issues/7022">#7022</a>)</li>
    <li><a
    href="https://github.com/axios/axios/commit/19f9f36850210511445c67c865466156d6d1dee2"><code>19f9f36</code></a>
    docs(readme): add custom fetch section; (<a
    href="https://redirect.github.com/axios/axios/issues/7024">#7024</a>)</li>
    <li>See full diff in <a
    href="https://github.com/axios/axios/compare/v1.12.1...v1.12.2">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=axios&package-manager=npm_and_yarn&previous-version=1.12.1&new-version=1.12.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    
    </details>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 18, 2025
    Configuration menu
    Copy the full SHA
    4d0ad0a View commit details
    Browse the repository at this point in the history
  4. chore(docs): bump mkdocs-material from 9.6.19 to 9.6.20 in /.github/w…

    …orkflows/mkdocs in the python-deps group (#4774)
    
    Bumps the python-deps group in /.github/workflows/mkdocs with 1 update:
    [mkdocs-material](https://github.com/squidfunk/mkdocs-material).
    
    Updates `mkdocs-material` from 9.6.19 to 9.6.20
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/squidfunk/mkdocs-material/releases">mkdocs-material's
    releases</a>.</em></p>
    <blockquote>
    <h2>mkdocs-material-9.6.20</h2>
    <ul>
    <li>Fixed <a
    href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8446">#8446</a>:
    Deprecation warning as of Python 3.14 in Emoji extension</li>
    <li>Fixed <a
    href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8440">#8440</a>:
    <code>&amp;</code> character not escaped in search highlighting</li>
    <li>Fixed <a
    href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8439">#8439</a>:
    FontAwesome icons color not set in social cards (regression)</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    href="https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG">mkdocs-material's
    changelog</a>.</em></p>
    <blockquote>
    <p>mkdocs-material-9.6.20 (2025-09-05)</p>
    <ul>
    <li>Fixed <a
    href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8446">#8446</a>:
    Deprecation warning as of Python 3.14 in Emoji extension</li>
    <li>Fixed <a
    href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8440">#8440</a>:
    <code>&amp;</code> character not escaped in search highlighting</li>
    <li>Fixed <a
    href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8439">#8439</a>:
    FontAwesome icons color not set in social cards (regression)</li>
    </ul>
    <p>mkdocs-material-9.6.19 (2025-09-07)</p>
    <ul>
    <li>Added support for Python 3.14</li>
    <li>Updated Bahasa Malaysia translations</li>
    </ul>
    <p>mkdocs-material-9.6.18 (2025-08-22)</p>
    <ul>
    <li>Updated Azerbaijani translations</li>
    <li>Fixed last compat issues with [minijinja], now 100% compatible</li>
    </ul>
    <p>mkdocs-material-9.6.17 (2025-08-15)</p>
    <ul>
    <li>Fixed <a
    href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8396">#8396</a>:
    Videos do not autoplay when inside a content tab</li>
    <li>Fixed <a
    href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8394">#8394</a>:
    Stroke width not effective in Mermaid.js diagrams</li>
    <li>Fixed disappearing version selector when hiding page title</li>
    </ul>
    <p>mkdocs-material-9.6.16 (2025-07-26)</p>
    <ul>
    <li>Fixed <a
    href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8349">#8349</a>:
    Info plugin doesn't correctly detect virtualenv in some cases</li>
    <li>Fixed <a
    href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8334">#8334</a>:
    Find-in-page detects matches in hidden search result list</li>
    </ul>
    <p>mkdocs-material-9.6.15 (2025-07-01)</p>
    <ul>
    <li>Updated Mongolian translations</li>
    <li>Improved semantic markup of &quot;edit this page&quot; button</li>
    <li>Improved info plugin virtual environment resolution</li>
    <li>Fixed <a
    href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8291">#8291</a>:
    Large font size setting throws of breakpoints in JavaScript</li>
    </ul>
    <p>mkdocs-material-9.6.14 (2025-05-13)</p>
    <ul>
    <li>Fixed <a
    href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8215">#8215</a>:
    Social plugin crashes when CairoSVG is updated to 2.8</li>
    </ul>
    <p>mkdocs-material-9.6.13 (2025-05-10)</p>
    <ul>
    <li>Fixed <a
    href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8204">#8204</a>:
    Annotations showing list markers in print view</li>
    <li>Fixed <a
    href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8153">#8153</a>:
    Improve style of cardinality symbols in Mermaid.js ER diagrams</li>
    </ul>
    <p>mkdocs-material-9.6.12 (2025-04-17)</p>
    <ul>
    <li>Fixed <a
    href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8158">#8158</a>:
    Flip footnote back reference icon for right-to-left languages</li>
    </ul>
    <p>mkdocs-material-9.6.11 (2025-04-01)</p>
    <ul>
    <li>Updated Docker image to latest Alpine Linux</li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/squidfunk/mkdocs-material/commit/f0b0b5931a386b670c19d3e3b78ecd41da144341"><code>f0b0b59</code></a>
    Prepare 9.6.20 release</li>
    <li><a
    href="https://github.com/squidfunk/mkdocs-material/commit/900981b6f82c51fdf4e78f1e5f9e48592bbb85c2"><code>900981b</code></a>
    Fixed deprecation warning as of Python 3.14 in Emoji extension</li>
    <li><a
    href="https://github.com/squidfunk/mkdocs-material/commit/ed0026322f5ff51df2e9c9f8489ba2e3ebc06fa5"><code>ed00263</code></a>
    Documentation (<a
    href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8443">#8443</a>)</li>
    <li><a
    href="https://github.com/squidfunk/mkdocs-material/commit/a4f42bbfcdc816f7e69b2ab0c7ed87d58862939e"><code>a4f42bb</code></a>
    Updated Premium sponsors</li>
    <li><a
    href="https://github.com/squidfunk/mkdocs-material/commit/63d7e746be929737d7bbbca32d66f5d083ea253a"><code>63d7e74</code></a>
    Fixed FontAwesome icons having fill attributes</li>
    <li><a
    href="https://github.com/squidfunk/mkdocs-material/commit/ee678455e93a2a356d58bc7a1c57f1e3e171a8c4"><code>ee67845</code></a>
    Fixed &amp; not escaped in search highlighting</li>
    <li>See full diff in <a
    href="https://github.com/squidfunk/mkdocs-material/compare/9.6.19...9.6.20">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mkdocs-material&package-manager=pip&previous-version=9.6.19&new-version=9.6.20)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore <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>
    dependabot[bot] authored Sep 18, 2025
    Configuration menu
    Copy the full SHA
    2fa983e View commit details
    Browse the repository at this point in the history
  5. chore: bump step-security/harden-runner from 2.13.0 to 2.13.1 (#4768)

    Bumps
    [step-security/harden-runner](https://github.com/step-security/harden-runner)
    from 2.13.0 to 2.13.1.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/step-security/harden-runner/releases">step-security/harden-runner's
    releases</a>.</em></p>
    <blockquote>
    <h2>v2.13.1</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>
    <p>Graceful handling of HTTP errors: Improved error handling when
    fetching Harden Runner policies from the StepSecurity Policy Store API,
    ensuring more reliable execution even in case of temporary network/API
    issues.</p>
    </li>
    <li>
    <p>Security updates for npm dependencies: Updated vulnerable npm package
    dependencies to the latest secure versions.</p>
    </li>
    <li>
    <p>Faster enterprise agent downloads: The enterprise agent is now
    downloaded from GitHub Releases instead of packages.stepsecurity.io,
    improving download speed and reliability.</p>
    </li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/step-security/harden-runner/compare/v2.13.0...v2.13.1">https://github.com/step-security/harden-runner/compare/v2.13.0...v2.13.1</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/step-security/harden-runner/commit/f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a"><code>f4a75cf</code></a>
    Merge pull request <a
    href="https://redirect.github.com/step-security/harden-runner/issues/588">#588</a>
    from step-security/rc-26</li>
    <li><a
    href="https://github.com/step-security/harden-runner/commit/95503d076c107b91d03775aee93f4cb86a134dda"><code>95503d0</code></a>
    ci: remove code-review workflow</li>
    <li><a
    href="https://github.com/step-security/harden-runner/commit/4b250a07397b4cabc038948e3d832967764db6b4"><code>4b250a0</code></a>
    ci: add job to confirm dist is as expected</li>
    <li><a
    href="https://github.com/step-security/harden-runner/commit/5b0ab6abcf4c643b4ddf49d19fdb13c5821d124b"><code>5b0ab6a</code></a>
    update dependencies</li>
    <li><a
    href="https://github.com/step-security/harden-runner/commit/d11f2c1d65a99d8b0f20925c425d4d932e6d3366"><code>d11f2c1</code></a>
    fix bug where status code was not being preserved</li>
    <li><a
    href="https://github.com/step-security/harden-runner/commit/b3fc98e4dfca39273624a95b9c5fd70d759997e5"><code>b3fc98e</code></a>
    improve error handling for policy store sceanrio</li>
    <li><a
    href="https://github.com/step-security/harden-runner/commit/92fc5d4bf78f09f5494523f3d8f2f85786fe757f"><code>92fc5d4</code></a>
    update error message</li>
    <li><a
    href="https://github.com/step-security/harden-runner/commit/b61b0a4938ef1a80f368fbb9a0abcf78846e15a4"><code>b61b0a4</code></a>
    policy store improvements</li>
    <li><a
    href="https://github.com/step-security/harden-runner/commit/e3d3f2baeacadcbf3b2ad500171dd444855d4577"><code>e3d3f2b</code></a>
    use GitHub release instead of packages</li>
    <li><a
    href="https://github.com/step-security/harden-runner/commit/646ac01e72c16075733090f55857fc2f2d9a7e7a"><code>646ac01</code></a>
    update agent</li>
    <li>Additional commits viewable in <a
    href="https://github.com/step-security/harden-runner/compare/ec9f2d5744a09debf3a187a3f4f675c53b671911...f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=step-security/harden-runner&package-manager=github_actions&previous-version=2.13.0&new-version=2.13.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    
    </details>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 18, 2025
    Configuration menu
    Copy the full SHA
    ae62ab4 View commit details
    Browse the repository at this point in the history
  6. chore: bump github/codeql-action from 3.30.1 to 3.30.3 (#4767)

    Bumps [github/codeql-action](https://github.com/github/codeql-action)
    from 3.30.1 to 3.30.3.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/github/codeql-action/releases">github/codeql-action's
    releases</a>.</em></p>
    <blockquote>
    <h2>v3.30.3</h2>
    <h1>CodeQL Action Changelog</h1>
    <p>See the <a
    href="https://github.com/github/codeql-action/releases">releases
    page</a> for the relevant changes to the CodeQL CLI and language
    packs.</p>
    <h2>3.30.3 - 10 Sep 2025</h2>
    <p>No user facing changes.</p>
    <p>See the full <a
    href="https://github.com/github/codeql-action/blob/v3.30.3/CHANGELOG.md">CHANGELOG.md</a>
    for more information.</p>
    <h2>v3.30.2</h2>
    <h1>CodeQL Action Changelog</h1>
    <p>See the <a
    href="https://github.com/github/codeql-action/releases">releases
    page</a> for the relevant changes to the CodeQL CLI and language
    packs.</p>
    <h2>3.30.2 - 09 Sep 2025</h2>
    <ul>
    <li>Fixed a bug which could cause language autodetection to fail. <a
    href="https://redirect.github.com/github/codeql-action/pull/3084">#3084</a></li>
    <li>Experimental: The <code>quality-queries</code> input that was added
    in <code>3.29.2</code> as part of an internal experiment is now
    deprecated and will be removed in an upcoming version of the CodeQL
    Action. It has been superseded by a new <code>analysis-kinds</code>
    input, which is part of the same internal experiment. Do not use this in
    production as it is subject to change at any time. <a
    href="https://redirect.github.com/github/codeql-action/pull/3064">#3064</a></li>
    </ul>
    <p>See the full <a
    href="https://github.com/github/codeql-action/blob/v3.30.2/CHANGELOG.md">CHANGELOG.md</a>
    for more information.</p>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    href="https://github.com/github/codeql-action/blob/main/CHANGELOG.md">github/codeql-action's
    changelog</a>.</em></p>
    <blockquote>
    <h1>CodeQL Action Changelog</h1>
    <p>See the <a
    href="https://github.com/github/codeql-action/releases">releases
    page</a> for the relevant changes to the CodeQL CLI and language
    packs.</p>
    <h2>[UNRELEASED]</h2>
    <ul>
    <li>We have improved the CodeQL Action's ability to validate that the
    workflow it is used in does not use different versions of the CodeQL
    Action for different workflow steps. Mixing different versions of the
    CodeQL Action in the same workflow is unsupported and can lead to
    unpredictable results. A warning will now be emitted from the
    <code>codeql-action/init</code> step if different versions of the CodeQL
    Action are detected in the workflow file. Additionally, an error will
    now be thrown by the other CodeQL Action steps if they load a
    configuration file that was generated by a different version of the
    <code>codeql-action/init</code> step. <a
    href="https://redirect.github.com/github/codeql-action/pull/3099">#3099</a>
    and <a
    href="https://redirect.github.com/github/codeql-action/pull/3100">#3100</a></li>
    <li>We added support for reducing the size of dependency caches for Java
    analyses, which will reduce cache usage and speed up workflows. This
    will be enabled automatically at a later time. <a
    href="https://redirect.github.com/github/codeql-action/pull/3107">#3107</a></li>
    </ul>
    <h2>3.30.3 - 10 Sep 2025</h2>
    <p>No user facing changes.</p>
    <h2>3.30.2 - 09 Sep 2025</h2>
    <ul>
    <li>Fixed a bug which could cause language autodetection to fail. <a
    href="https://redirect.github.com/github/codeql-action/pull/3084">#3084</a></li>
    <li>Experimental: The <code>quality-queries</code> input that was added
    in <code>3.29.2</code> as part of an internal experiment is now
    deprecated and will be removed in an upcoming version of the CodeQL
    Action. It has been superseded by a new <code>analysis-kinds</code>
    input, which is part of the same internal experiment. Do not use this in
    production as it is subject to change at any time. <a
    href="https://redirect.github.com/github/codeql-action/pull/3064">#3064</a></li>
    </ul>
    <h2>3.30.1 - 05 Sep 2025</h2>
    <ul>
    <li>Update default CodeQL bundle version to 2.23.0. <a
    href="https://redirect.github.com/github/codeql-action/pull/3077">#3077</a></li>
    </ul>
    <h2>3.30.0 - 01 Sep 2025</h2>
    <ul>
    <li>Reduce the size of the CodeQL Action, speeding up workflows by
    approximately 4 seconds. <a
    href="https://redirect.github.com/github/codeql-action/pull/3054">#3054</a></li>
    </ul>
    <h2>3.29.11 - 21 Aug 2025</h2>
    <ul>
    <li>Update default CodeQL bundle version to 2.22.4. <a
    href="https://redirect.github.com/github/codeql-action/pull/3044">#3044</a></li>
    </ul>
    <h2>3.29.10 - 18 Aug 2025</h2>
    <p>No user facing changes.</p>
    <h2>3.29.9 - 12 Aug 2025</h2>
    <p>No user facing changes.</p>
    <h2>3.29.8 - 08 Aug 2025</h2>
    <ul>
    <li>Fix an issue where the Action would autodetect unsupported languages
    such as HTML. <a
    href="https://redirect.github.com/github/codeql-action/pull/3015">#3015</a></li>
    </ul>
    <h2>3.29.7 - 07 Aug 2025</h2>
    <p>This release rolls back 3.29.6 to address issues with language
    autodetection. It is identical to 3.29.5.</p>
    <h2>3.29.6 - 07 Aug 2025</h2>
    <ul>
    <li>The <code>cleanup-level</code> input to the <code>analyze</code>
    Action is now deprecated. The CodeQL Action has written a limited amount
    of intermediate results to the database since version 2.2.5, and now
    automatically manages cleanup. <a
    href="https://redirect.github.com/github/codeql-action/pull/2999">#2999</a></li>
    <li>Update default CodeQL bundle version to 2.22.3. <a
    href="https://redirect.github.com/github/codeql-action/pull/3000">#3000</a></li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/github/codeql-action/commit/192325c86100d080feab897ff886c34abd4c83a3"><code>192325c</code></a>
    Merge pull request <a
    href="https://redirect.github.com/github/codeql-action/issues/3104">#3104</a>
    from github/update-v3.30.3-b660efdcf</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/e68956d90b7fe2260904652cd8de5d73563e4944"><code>e68956d</code></a>
    Update changelog for v3.30.3</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/b660efdcfdfa893d74568cd884067ed18e8d6f88"><code>b660efd</code></a>
    Merge pull request <a
    href="https://redirect.github.com/github/codeql-action/issues/3103">#3103</a>
    from github/mbg/fix/category-check</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/e49458befe579c5a1088aacda9f2ae384da104ff"><code>e49458b</code></a>
    Fix <code>runInterpretResultsFor</code> using the wrong
    <code>AnalysisConfig</code> for <code>category</code> fix</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/f374a62c8bedef779582aeb425a68f7798f2078c"><code>f374a62</code></a>
    Merge pull request <a
    href="https://redirect.github.com/github/codeql-action/issues/3098">#3098</a>
    from github/kaspersv/increase-overlay-base-size-limit</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/5efa438e92992578d794ae4ceed960bf81011677"><code>5efa438</code></a>
    Merge pull request <a
    href="https://redirect.github.com/github/codeql-action/issues/3101">#3101</a>
    from github/mbg/public-repo-notice-in-pr-template</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/8a84a62542ea24fd569eb5afdfb2507c25328ab9"><code>8a84a62</code></a>
    Overlay: Increase size limit for cached overlay base database</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/eb50a881d87eb8488328fefe024ae2f6add8384f"><code>eb50a88</code></a>
    Merge pull request <a
    href="https://redirect.github.com/github/codeql-action/issues/3097">#3097</a>
    from github/redsun82/only-dump-sarif</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/4c534612bf77788909753a5602e96710156f5758"><code>4c53461</code></a>
    Tweak sarif dump log</li>
    <li><a
    href="https://github.com/github/codeql-action/commit/dae3742b0a3b9e08acc580e15ef74bdc454d650a"><code>dae3742</code></a>
    Dump soon to be uploaded SARIF on request</li>
    <li>Additional commits viewable in <a
    href="https://github.com/github/codeql-action/compare/f1f6e5f6af878fb37288ce1c627459e94dbf7d01...192325c86100d080feab897ff886c34abd4c83a3">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github/codeql-action&package-manager=github_actions&previous-version=3.30.1&new-version=3.30.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    
    </details>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 18, 2025
    Configuration menu
    Copy the full SHA
    04298fd View commit details
    Browse the repository at this point in the history
  7. chore(deps): bump actions/create-github-app-token from 2.1.1 to 2.1.4…

    … in the github group (#4766)
    
    Bumps the github group with 1 update:
    [actions/create-github-app-token](https://github.com/actions/create-github-app-token).
    
    Updates `actions/create-github-app-token` from 2.1.1 to 2.1.4
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/actions/create-github-app-token/releases">actions/create-github-app-token's
    releases</a>.</em></p>
    <blockquote>
    <h2>v2.1.4</h2>
    <h2><a
    href="https://github.com/actions/create-github-app-token/compare/v2.1.3...v2.1.4">2.1.4</a>
    (2025-09-13)</h2>
    <h3>Bug Fixes</h3>
    <ul>
    <li><strong>deps:</strong> bump <code>@​octokit/auth-app</code> from
    7.2.1 to 8.0.1 (<a
    href="https://redirect.github.com/actions/create-github-app-token/issues/257">#257</a>)
    (<a
    href="https://github.com/actions/create-github-app-token/commit/bef1eaf1c0ac2b148ee2a0a74c65fbe6db0631f1">bef1eaf</a>)</li>
    </ul>
    <h2>v2.1.3</h2>
    <h2><a
    href="https://github.com/actions/create-github-app-token/compare/v2.1.2...v2.1.3">2.1.3</a>
    (2025-09-13)</h2>
    <h3>Bug Fixes</h3>
    <ul>
    <li><strong>deps:</strong> bump undici from 7.8.0 to 7.10.0 in the
    production-dependencies group (<a
    href="https://redirect.github.com/actions/create-github-app-token/issues/254">#254</a>)
    (<a
    href="https://github.com/actions/create-github-app-token/commit/f3d5ec20739b0cf6f0d52e5a051b65484c378ec9">f3d5ec2</a>)</li>
    </ul>
    <h2>v2.1.2</h2>
    <h2><a
    href="https://github.com/actions/create-github-app-token/compare/v2.1.1...v2.1.2">2.1.2</a>
    (2025-09-12)</h2>
    <h3>Bug Fixes</h3>
    <ul>
    <li><strong>deps:</strong> bump <code>@​octokit/request</code> from
    9.2.3 to 10.0.2 (<a
    href="https://redirect.github.com/actions/create-github-app-token/issues/256">#256</a>)
    (<a
    href="https://github.com/actions/create-github-app-token/commit/5d7307be63501c0070c634b0ae8fec74e8208130">5d7307b</a>)</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/actions/create-github-app-token/commit/67018539274d69449ef7c02e8e71183d1719ab42"><code>6701853</code></a>
    build(release): 2.1.4 [skip ci]</li>
    <li><a
    href="https://github.com/actions/create-github-app-token/commit/bef1eaf1c0ac2b148ee2a0a74c65fbe6db0631f1"><code>bef1eaf</code></a>
    fix(deps): bump <code>@​octokit/auth-app</code> from 7.2.1 to 8.0.1 (<a
    href="https://redirect.github.com/actions/create-github-app-token/issues/257">#257</a>)</li>
    <li><a
    href="https://github.com/actions/create-github-app-token/commit/1526738aa46502312d4f6ba7779d432c61dc4e36"><code>1526738</code></a>
    build(release): 2.1.3 [skip ci]</li>
    <li><a
    href="https://github.com/actions/create-github-app-token/commit/f3d5ec20739b0cf6f0d52e5a051b65484c378ec9"><code>f3d5ec2</code></a>
    fix(deps): bump undici from 7.8.0 to 7.10.0 in the
    production-dependencies gr...</li>
    <li><a
    href="https://github.com/actions/create-github-app-token/commit/def152b8a737443d7af6c5722c6389146fe90c90"><code>def152b</code></a>
    build(release): 2.1.2 [skip ci]</li>
    <li><a
    href="https://github.com/actions/create-github-app-token/commit/5d7307be63501c0070c634b0ae8fec74e8208130"><code>5d7307b</code></a>
    fix(deps): bump <code>@​octokit/request</code> from 9.2.3 to 10.0.2 (<a
    href="https://redirect.github.com/actions/create-github-app-token/issues/256">#256</a>)</li>
    <li><a
    href="https://github.com/actions/create-github-app-token/commit/525760a53ff3ae31661275c3461bff7181a54c90"><code>525760a</code></a>
    build(deps): bump stefanzweifel/git-auto-commit-action from 5.2.0 to
    6.0.1 (#...</li>
    <li><a
    href="https://github.com/actions/create-github-app-token/commit/8ab05a8a84060745bdc8f0b4f6d8f403c29e06b8"><code>8ab05a8</code></a>
    Add beta branch support for releases (<a
    href="https://redirect.github.com/actions/create-github-app-token/issues/282">#282</a>)</li>
    <li><a
    href="https://github.com/actions/create-github-app-token/commit/d00315e88cbf932b0754df7a395f556a41b682e4"><code>d00315e</code></a>
    build(deps): bump actions/checkout from 4 to 5 (<a
    href="https://redirect.github.com/actions/create-github-app-token/issues/279">#279</a>)</li>
    <li><a
    href="https://github.com/actions/create-github-app-token/commit/fcc6c288e5046f2c3614766b9abb3c41fc5b56c6"><code>fcc6c28</code></a>
    build(deps-dev): bump dotenv from 16.5.0 to 17.2.1 (<a
    href="https://redirect.github.com/actions/create-github-app-token/issues/269">#269</a>)</li>
    <li>Additional commits viewable in <a
    href="https://github.com/actions/create-github-app-token/compare/a8d616148505b5069dccd32f177bb87d7f39123b...67018539274d69449ef7c02e8e71183d1719ab42">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/create-github-app-token&package-manager=github_actions&previous-version=2.1.1&new-version=2.1.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore <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>
    dependabot[bot] authored Sep 18, 2025
    Configuration menu
    Copy the full SHA
    35194d4 View commit details
    Browse the repository at this point in the history
  8. chore(lambda): bump the nx group in /lambdas with 3 updates (#4771)

    Bumps the nx group in /lambdas with 3 updates:
    [@nx/eslint](https://github.com/nrwl/nx/tree/HEAD/packages/eslint),
    [@nx/js](https://github.com/nrwl/nx/tree/HEAD/packages/js) and
    [@nx/vite](https://github.com/nrwl/nx/tree/HEAD/packages/vite).
    
    Updates `@nx/eslint` from 21.5.1 to 21.5.2
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/nrwl/nx/releases"><code>@​nx/eslint</code>'s
    releases</a>.</em></p>
    <blockquote>
    <h2>21.5.2 (2025-09-11)</h2>
    <h3>🚀 Features</h3>
    <ul>
    <li><strong>docker:</strong> add env var for providing docker registry
    (<a
    href="https://redirect.github.com/nrwl/nx/pull/32676">#32676</a>)</li>
    <li><strong>misc:</strong> add Cookiebot global scripts to astro-docs
    (<a
    href="https://redirect.github.com/nrwl/nx/pull/32660">#32660</a>)</li>
    <li><strong>rspack:</strong> respect deleteOutputPath option in rspack
    executor (<a
    href="https://redirect.github.com/nrwl/nx/pull/32609">#32609</a>, <a
    href="https://redirect.github.com/nrwl/nx/issues/32015">#32015</a>)</li>
    </ul>
    <h3>🩹 Fixes</h3>
    <ul>
    <li><strong>bundling:</strong> postcss-cli-resources should handle
    relative urls <a
    href="https://github.com/nrwl/nx/tree/HEAD/packages/eslint/issues/32582">#32582</a>
    (<a href="https://redirect.github.com/nrwl/nx/pull/32658">#32658</a>, <a
    href="https://redirect.github.com/nrwl/nx/issues/32582">#32582</a>)</li>
    <li><strong>core:</strong> ensure only supported bundlers are used for
    angular fallback to default (<a
    href="https://redirect.github.com/nrwl/nx/pull/32655">#32655</a>)</li>
    <li><strong>core:</strong> invalidate project graph when external nodes
    change (<a
    href="https://redirect.github.com/nrwl/nx/pull/32626">#32626</a>)</li>
    <li><strong>core:</strong> check if daemon process is actually alive
    before trying to kill it (<a
    href="https://redirect.github.com/nrwl/nx/pull/32661">#32661</a>)</li>
    <li><strong>core:</strong> add bold styling to terminal pane title when
    focused (<a
    href="https://redirect.github.com/nrwl/nx/pull/32462">#32462</a>)</li>
    <li><strong>core:</strong> resolve watcher infinite loops from missing
    parent gitignore support (<a
    href="https://redirect.github.com/nrwl/nx/pull/32604">#32604</a>, <a
    href="https://redirect.github.com/nrwl/nx/issues/30313">#30313</a>)</li>
    <li><strong>core:</strong> check nx packages for provenance config
    before running nx migrate (<a
    href="https://redirect.github.com/nrwl/nx/pull/32557">#32557</a>)</li>
    <li><strong>core:</strong> handle uninstalled nx console case in
    autoinstall logic (<a
    href="https://redirect.github.com/nrwl/nx/pull/32673">#32673</a>)</li>
    <li><strong>core:</strong> filter task duration estimation by successful
    tasks only (<a
    href="https://redirect.github.com/nrwl/nx/pull/32688">#32688</a>)</li>
    <li><strong>core:</strong> move git utilities to fix WASM build (<a
    href="https://redirect.github.com/nrwl/nx/pull/32695">#32695</a>)</li>
    <li><strong>core:</strong> detect vscode insiders as separate editor (<a
    href="https://redirect.github.com/nrwl/nx/pull/32679">#32679</a>)</li>
    <li><strong>release:</strong> optimize release version internals (<a
    href="https://redirect.github.com/nrwl/nx/pull/32534">#32534</a>)</li>
    <li><strong>repo:</strong> update broken CI documentation link in README
    (<a href="https://redirect.github.com/nrwl/nx/pull/32633">#32633</a>, <a
    href="https://redirect.github.com/nrwl/nx/issues/32549">#32549</a>)</li>
    <li><strong>vite:</strong> handle config server properly for libs (<a
    href="https://redirect.github.com/nrwl/nx/pull/32608">#32608</a>)</li>
    </ul>
    <h3>❤️ Thank You</h3>
    <ul>
    <li>Colum Ferry <a
    href="https://github.com/Coly010"><code>@​Coly010</code></a></li>
    <li>Copilot <a
    href="https://github.com/Copilot"><code>@​Copilot</code></a></li>
    <li>Craigory Coppola <a
    href="https://github.com/AgentEnder"><code>@​AgentEnder</code></a></li>
    <li>Jack Hsu <a
    href="https://github.com/jaysoo"><code>@​jaysoo</code></a></li>
    <li>Jason Jean <a
    href="https://github.com/FrozenPandaz"><code>@​FrozenPandaz</code></a></li>
    <li>Leosvel Pérez Espinosa <a
    href="https://github.com/leosvelperez"><code>@​leosvelperez</code></a></li>
    <li>MaxKless <a
    href="https://github.com/MaxKless"><code>@​MaxKless</code></a></li>
    <li>Miguel <a
    href="https://github.com/mpsanchis"><code>@​mpsanchis</code></a></li>
    <li>Miroslav Jonaš <a
    href="https://github.com/meeroslav"><code>@​meeroslav</code></a></li>
    <li>Omer</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li>See full diff in <a
    href="https://github.com/nrwl/nx/commits/21.5.2/packages/eslint">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    Updates `@nx/js` from 21.5.1 to 21.5.2
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/nrwl/nx/releases"><code>@​nx/js</code>'s
    releases</a>.</em></p>
    <blockquote>
    <h2>21.5.2 (2025-09-11)</h2>
    <h3>🚀 Features</h3>
    <ul>
    <li><strong>docker:</strong> add env var for providing docker registry
    (<a
    href="https://redirect.github.com/nrwl/nx/pull/32676">#32676</a>)</li>
    <li><strong>misc:</strong> add Cookiebot global scripts to astro-docs
    (<a
    href="https://redirect.github.com/nrwl/nx/pull/32660">#32660</a>)</li>
    <li><strong>rspack:</strong> respect deleteOutputPath option in rspack
    executor (<a
    href="https://redirect.github.com/nrwl/nx/pull/32609">#32609</a>, <a
    href="https://redirect.github.com/nrwl/nx/issues/32015">#32015</a>)</li>
    </ul>
    <h3>🩹 Fixes</h3>
    <ul>
    <li><strong>bundling:</strong> postcss-cli-resources should handle
    relative urls <a
    href="https://github.com/nrwl/nx/tree/HEAD/packages/js/issues/32582">#32582</a>
    (<a href="https://redirect.github.com/nrwl/nx/pull/32658">#32658</a>, <a
    href="https://redirect.github.com/nrwl/nx/issues/32582">#32582</a>)</li>
    <li><strong>core:</strong> ensure only supported bundlers are used for
    angular fallback to default (<a
    href="https://redirect.github.com/nrwl/nx/pull/32655">#32655</a>)</li>
    <li><strong>core:</strong> invalidate project graph when external nodes
    change (<a
    href="https://redirect.github.com/nrwl/nx/pull/32626">#32626</a>)</li>
    <li><strong>core:</strong> check if daemon process is actually alive
    before trying to kill it (<a
    href="https://redirect.github.com/nrwl/nx/pull/32661">#32661</a>)</li>
    <li><strong>core:</strong> add bold styling to terminal pane title when
    focused (<a
    href="https://redirect.github.com/nrwl/nx/pull/32462">#32462</a>)</li>
    <li><strong>core:</strong> resolve watcher infinite loops from missing
    parent gitignore support (<a
    href="https://redirect.github.com/nrwl/nx/pull/32604">#32604</a>, <a
    href="https://redirect.github.com/nrwl/nx/issues/30313">#30313</a>)</li>
    <li><strong>core:</strong> check nx packages for provenance config
    before running nx migrate (<a
    href="https://redirect.github.com/nrwl/nx/pull/32557">#32557</a>)</li>
    <li><strong>core:</strong> handle uninstalled nx console case in
    autoinstall logic (<a
    href="https://redirect.github.com/nrwl/nx/pull/32673">#32673</a>)</li>
    <li><strong>core:</strong> filter task duration estimation by successful
    tasks only (<a
    href="https://redirect.github.com/nrwl/nx/pull/32688">#32688</a>)</li>
    <li><strong>core:</strong> move git utilities to fix WASM build (<a
    href="https://redirect.github.com/nrwl/nx/pull/32695">#32695</a>)</li>
    <li><strong>core:</strong> detect vscode insiders as separate editor (<a
    href="https://redirect.github.com/nrwl/nx/pull/32679">#32679</a>)</li>
    <li><strong>release:</strong> optimize release version internals (<a
    href="https://redirect.github.com/nrwl/nx/pull/32534">#32534</a>)</li>
    <li><strong>repo:</strong> update broken CI documentation link in README
    (<a href="https://redirect.github.com/nrwl/nx/pull/32633">#32633</a>, <a
    href="https://redirect.github.com/nrwl/nx/issues/32549">#32549</a>)</li>
    <li><strong>vite:</strong> handle config server properly for libs (<a
    href="https://redirect.github.com/nrwl/nx/pull/32608">#32608</a>)</li>
    </ul>
    <h3>❤️ Thank You</h3>
    <ul>
    <li>Colum Ferry <a
    href="https://github.com/Coly010"><code>@​Coly010</code></a></li>
    <li>Copilot <a
    href="https://github.com/Copilot"><code>@​Copilot</code></a></li>
    <li>Craigory Coppola <a
    href="https://github.com/AgentEnder"><code>@​AgentEnder</code></a></li>
    <li>Jack Hsu <a
    href="https://github.com/jaysoo"><code>@​jaysoo</code></a></li>
    <li>Jason Jean <a
    href="https://github.com/FrozenPandaz"><code>@​FrozenPandaz</code></a></li>
    <li>Leosvel Pérez Espinosa <a
    href="https://github.com/leosvelperez"><code>@​leosvelperez</code></a></li>
    <li>MaxKless <a
    href="https://github.com/MaxKless"><code>@​MaxKless</code></a></li>
    <li>Miguel <a
    href="https://github.com/mpsanchis"><code>@​mpsanchis</code></a></li>
    <li>Miroslav Jonaš <a
    href="https://github.com/meeroslav"><code>@​meeroslav</code></a></li>
    <li>Omer</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li>See full diff in <a
    href="https://github.com/nrwl/nx/commits/21.5.2/packages/js">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    Updates `@nx/vite` from 21.5.1 to 21.5.2
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/nrwl/nx/releases"><code>@​nx/vite</code>'s
    releases</a>.</em></p>
    <blockquote>
    <h2>21.5.2 (2025-09-11)</h2>
    <h3>🚀 Features</h3>
    <ul>
    <li><strong>docker:</strong> add env var for providing docker registry
    (<a
    href="https://redirect.github.com/nrwl/nx/pull/32676">#32676</a>)</li>
    <li><strong>misc:</strong> add Cookiebot global scripts to astro-docs
    (<a
    href="https://redirect.github.com/nrwl/nx/pull/32660">#32660</a>)</li>
    <li><strong>rspack:</strong> respect deleteOutputPath option in rspack
    executor (<a
    href="https://redirect.github.com/nrwl/nx/pull/32609">#32609</a>, <a
    href="https://redirect.github.com/nrwl/nx/issues/32015">#32015</a>)</li>
    </ul>
    <h3>🩹 Fixes</h3>
    <ul>
    <li><strong>bundling:</strong> postcss-cli-resources should handle
    relative urls <a
    href="https://github.com/nrwl/nx/tree/HEAD/packages/vite/issues/32582">#32582</a>
    (<a href="https://redirect.github.com/nrwl/nx/pull/32658">#32658</a>, <a
    href="https://redirect.github.com/nrwl/nx/issues/32582">#32582</a>)</li>
    <li><strong>core:</strong> ensure only supported bundlers are used for
    angular fallback to default (<a
    href="https://redirect.github.com/nrwl/nx/pull/32655">#32655</a>)</li>
    <li><strong>core:</strong> invalidate project graph when external nodes
    change (<a
    href="https://redirect.github.com/nrwl/nx/pull/32626">#32626</a>)</li>
    <li><strong>core:</strong> check if daemon process is actually alive
    before trying to kill it (<a
    href="https://redirect.github.com/nrwl/nx/pull/32661">#32661</a>)</li>
    <li><strong>core:</strong> add bold styling to terminal pane title when
    focused (<a
    href="https://redirect.github.com/nrwl/nx/pull/32462">#32462</a>)</li>
    <li><strong>core:</strong> resolve watcher infinite loops from missing
    parent gitignore support (<a
    href="https://redirect.github.com/nrwl/nx/pull/32604">#32604</a>, <a
    href="https://redirect.github.com/nrwl/nx/issues/30313">#30313</a>)</li>
    <li><strong>core:</strong> check nx packages for provenance config
    before running nx migrate (<a
    href="https://redirect.github.com/nrwl/nx/pull/32557">#32557</a>)</li>
    <li><strong>core:</strong> handle uninstalled nx console case in
    autoinstall logic (<a
    href="https://redirect.github.com/nrwl/nx/pull/32673">#32673</a>)</li>
    <li><strong>core:</strong> filter task duration estimation by successful
    tasks only (<a
    href="https://redirect.github.com/nrwl/nx/pull/32688">#32688</a>)</li>
    <li><strong>core:</strong> move git utilities to fix WASM build (<a
    href="https://redirect.github.com/nrwl/nx/pull/32695">#32695</a>)</li>
    <li><strong>core:</strong> detect vscode insiders as separate editor (<a
    href="https://redirect.github.com/nrwl/nx/pull/32679">#32679</a>)</li>
    <li><strong>release:</strong> optimize release version internals (<a
    href="https://redirect.github.com/nrwl/nx/pull/32534">#32534</a>)</li>
    <li><strong>repo:</strong> update broken CI documentation link in README
    (<a href="https://redirect.github.com/nrwl/nx/pull/32633">#32633</a>, <a
    href="https://redirect.github.com/nrwl/nx/issues/32549">#32549</a>)</li>
    <li><strong>vite:</strong> handle config server properly for libs (<a
    href="https://redirect.github.com/nrwl/nx/pull/32608">#32608</a>)</li>
    </ul>
    <h3>❤️ Thank You</h3>
    <ul>
    <li>Colum Ferry <a
    href="https://github.com/Coly010"><code>@​Coly010</code></a></li>
    <li>Copilot <a
    href="https://github.com/Copilot"><code>@​Copilot</code></a></li>
    <li>Craigory Coppola <a
    href="https://github.com/AgentEnder"><code>@​AgentEnder</code></a></li>
    <li>Jack Hsu <a
    href="https://github.com/jaysoo"><code>@​jaysoo</code></a></li>
    <li>Jason Jean <a
    href="https://github.com/FrozenPandaz"><code>@​FrozenPandaz</code></a></li>
    <li>Leosvel Pérez Espinosa <a
    href="https://github.com/leosvelperez"><code>@​leosvelperez</code></a></li>
    <li>MaxKless <a
    href="https://github.com/MaxKless"><code>@​MaxKless</code></a></li>
    <li>Miguel <a
    href="https://github.com/mpsanchis"><code>@​mpsanchis</code></a></li>
    <li>Miroslav Jonaš <a
    href="https://github.com/meeroslav"><code>@​meeroslav</code></a></li>
    <li>Omer</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/nrwl/nx/commit/855b736063f23d24451d4aa53ddd55a4886ce41a"><code>855b736</code></a>
    fix(core): check nx packages for provenance config before running nx
    migrate ...</li>
    <li><a
    href="https://github.com/nrwl/nx/commit/c4d6c10d20eac0453df52e4f37b98a313b5b92b2"><code>c4d6c10</code></a>
    fix(vite): handle config server properly for libs (<a
    href="https://github.com/nrwl/nx/tree/HEAD/packages/vite/issues/32608">#32608</a>)</li>
    <li>See full diff in <a
    href="https://github.com/nrwl/nx/commits/21.5.2/packages/vite">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>
    dependabot[bot] authored Sep 18, 2025
    Configuration menu
    Copy the full SHA
    60b7a37 View commit details
    Browse the repository at this point in the history
  9. chore(lambda): bump @typescript-eslint/parser from 8.39.1 to 8.44.0 i…

    …n /lambdas (#4773)
    
    Bumps
    [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)
    from 8.39.1 to 8.44.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@​typescript-eslint/parser</code>'s
    releases</a>.</em></p>
    <blockquote>
    <h2>v8.44.0</h2>
    <h2>8.44.0 (2025-09-15)</h2>
    <h3>🚀 Features</h3>
    <ul>
    <li><strong>eslint-plugin:</strong> [await-thenable] report invalid
    (non-promise) values passed to promise aggregator methods (<a
    href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11267">#11267</a>)</li>
    </ul>
    <h3>🩹 Fixes</h3>
    <ul>
    <li><strong>deps:</strong> update dependency
    <code>@​eslint-community/eslint-utils</code> to v4.8.0 (<a
    href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11589">#11589</a>)</li>
    <li><strong>eslint-plugin:</strong> [no-unnecessary-type-conversion]
    ignore enum members (<a
    href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11490">#11490</a>)</li>
    </ul>
    <h3>❤️ Thank You</h3>
    <ul>
    <li>Moses Odutusin <a
    href="https://github.com/thebolarin"><code>@​thebolarin</code></a></li>
    <li>Ronen Amiel</li>
    </ul>
    <p>You can read about our <a
    href="https://typescript-eslint.io/users/versioning">versioning
    strategy</a> and <a
    href="https://typescript-eslint.io/users/releases">releases</a> on our
    website.</p>
    <h2>v8.43.0</h2>
    <h2>8.43.0 (2025-09-08)</h2>
    <h3>🚀 Features</h3>
    <ul>
    <li><strong>typescript-estree:</strong> disallow empty type
    parameter/argument lists (<a
    href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11563">#11563</a>)</li>
    </ul>
    <h3>🩹 Fixes</h3>
    <ul>
    <li><strong>eslint-plugin:</strong> [no-non-null-assertion] do not
    suggest optional chain on LHS of assignment (<a
    href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11489">#11489</a>)</li>
    <li><strong>eslint-plugin:</strong> [no-unnecessary-type-conversion]
    only report ~~ on integer literal types (<a
    href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11517">#11517</a>)</li>
    <li><strong>eslint-plugin:</strong> [consistent-type-exports] fix
    declaration shadowing (<a
    href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11457">#11457</a>)</li>
    <li><strong>eslint-plugin:</strong> [no-floating-promises]
    allowForKnownSafeCalls now supports function names (<a
    href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11423">#11423</a>,
    <a
    href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11430">#11430</a>)</li>
    <li><strong>eslint-plugin:</strong> [no-deprecated] should report
    deprecated exports and reexports (<a
    href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11359">#11359</a>)</li>
    <li><strong>eslint-plugin:</strong> [prefer-return-this-type] don't
    report an error when returning a union type that includes a classType
    (<a
    href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11432">#11432</a>)</li>
    <li><strong>rule-tester:</strong> normalize paths before checking if
    they escape cwd (<a
    href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11525">#11525</a>)</li>
    <li><strong>scope-manager:</strong> exclude Program from DefinitionBase
    node types (<a
    href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11469">#11469</a>)</li>
    <li><strong>type-utils:</strong> add union type support to
    TypeOrValueSpecifier (<a
    href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11526">#11526</a>)</li>
    <li><strong>typescript-estree:</strong> match filenames starting with a
    period when using glob in allowDefaultProject / (<a
    href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11537">#11537</a>)</li>
    </ul>
    <h3>❤️ Thank You</h3>
    <ul>
    <li>Dima <a
    href="https://github.com/dbarabashh"><code>@​dbarabashh</code></a></li>
    <li>Kirk Waiblinger <a
    href="https://github.com/kirkwaiblinger"><code>@​kirkwaiblinger</code></a></li>
    <li>mdm317</li>
    <li>Nicolas Le Cam</li>
    <li>tao</li>
    <li>Victor Genaev <a
    href="https://github.com/mainframev"><code>@​mainframev</code></a></li>
    <li>Yukihiro Hasegawa <a
    href="https://github.com/y-hsgw"><code>@​y-hsgw</code></a></li>
    <li>민감자(Minji Kim) <a
    href="https://github.com/mouse0429"><code>@​mouse0429</code></a></li>
    <li>송재욱</li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md"><code>@​typescript-eslint/parser</code>'s
    changelog</a>.</em></p>
    <blockquote>
    <h2>8.44.0 (2025-09-15)</h2>
    <p>This was a version bump only for parser to align it with other
    projects, there were no code changes.</p>
    <p>You can read about our <a
    href="https://typescript-eslint.io/users/versioning">versioning
    strategy</a> and <a
    href="https://typescript-eslint.io/users/releases">releases</a> on our
    website.</p>
    <h2>8.43.0 (2025-09-08)</h2>
    <p>This was a version bump only for parser to align it with other
    projects, there were no code changes.</p>
    <p>You can read about our <a
    href="https://typescript-eslint.io/users/versioning">versioning
    strategy</a> and <a
    href="https://typescript-eslint.io/users/releases">releases</a> on our
    website.</p>
    <h2>8.42.0 (2025-09-02)</h2>
    <p>This was a version bump only for parser to align it with other
    projects, there were no code changes.</p>
    <p>You can read about our <a
    href="https://typescript-eslint.io/users/versioning">versioning
    strategy</a> and <a
    href="https://typescript-eslint.io/users/releases">releases</a> on our
    website.</p>
    <h2>8.41.0 (2025-08-25)</h2>
    <p>This was a version bump only for parser to align it with other
    projects, there were no code changes.</p>
    <p>You can read about our <a
    href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
    strategy</a> and <a
    href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
    on our website.</p>
    <h2>8.40.0 (2025-08-18)</h2>
    <p>This was a version bump only for parser to align it with other
    projects, there were no code changes.</p>
    <p>You can read about our <a
    href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
    strategy</a> and <a
    href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
    on our website.</p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/typescript-eslint/typescript-eslint/commit/77056f77e6fdca54b66ec692e5cefbd9f7a626dd"><code>77056f7</code></a>
    chore(release): publish 8.44.0</li>
    <li><a
    href="https://github.com/typescript-eslint/typescript-eslint/commit/ef9173c56fa488737bff9ab463338ea65cb83373"><code>ef9173c</code></a>
    chore(release): publish 8.43.0</li>
    <li><a
    href="https://github.com/typescript-eslint/typescript-eslint/commit/d13590979dc4130525d7b321230298dcdebc176f"><code>d135909</code></a>
    chore(release): publish 8.42.0</li>
    <li><a
    href="https://github.com/typescript-eslint/typescript-eslint/commit/31a73361bd6449974c89b78ef77be0d04e77510b"><code>31a7336</code></a>
    chore(release): publish 8.41.0</li>
    <li><a
    href="https://github.com/typescript-eslint/typescript-eslint/commit/60c3b26317578b03bf64d8194488ba948c1b05bb"><code>60c3b26</code></a>
    chore(release): publish 8.40.0</li>
    <li>See full diff in <a
    href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.44.0/packages/parser">compare
    view</a></li>
    </ul>
    </details>
    <details>
    <summary>Maintainer changes</summary>
    <p>This version was pushed to npm by [GitHub Actions](<a
    href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a>
    Actions), a new releaser for <code>@​typescript-eslint/parser</code>
    since your current version.</p>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/parser&package-manager=npm_and_yarn&previous-version=8.39.1&new-version=8.44.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    
    </details>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 18, 2025
    Configuration menu
    Copy the full SHA
    a5fcdca View commit details
    Browse the repository at this point in the history
  10. fix(lambda): bump the aws group in /lambdas with 7 updates (#4769)

    [//]: # (dependabot-start)
    ⚠️  **Dependabot is rebasing this PR** ⚠️ 
    
    Rebasing might not happen immediately, so don't worry if this takes some
    time.
    
    Note: if you make any changes to this PR yourself, they will take
    precedence over the rebase.
    
    ---
    
    [//]: # (dependabot-end)
    
    Bumps the aws group in /lambdas with 7 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    |
    [@aws-sdk/client-ec2](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ec2)
    | `3.883.0` | `3.888.0` |
    |
    [@aws-sdk/client-ssm](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ssm)
    | `3.883.0` | `3.888.0` |
    |
    [@aws-sdk/types](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/types)
    | `3.862.0` | `3.887.0` |
    |
    [@aws-sdk/client-sqs](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sqs)
    | `3.883.0` | `3.888.0` |
    |
    [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3)
    | `3.884.0` | `3.888.0` |
    |
    [@aws-sdk/lib-storage](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-storage)
    | `3.884.0` | `3.888.0` |
    |
    [@aws-sdk/client-eventbridge](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-eventbridge)
    | `3.883.0` | `3.888.0` |
    
    Updates `@aws-sdk/client-ec2` from 3.883.0 to 3.888.0
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/aws/aws-sdk-js-v3/releases"><code>@​aws-sdk/client-ec2</code>'s
    releases</a>.</em></p>
    <blockquote>
    <h2>v3.888.0</h2>
    <h4>3.888.0(2025-09-12)</h4>
    <h5>Chores</h5>
    <ul>
    <li><strong>ci:</strong>
    <ul>
    <li>run pull request workflow on ready for review and synchronize (<a
    href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7341">#7341</a>)
    (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/ad2b2ef062b5f3d64ac541d183a88f86737b000e">ad2b2ef0</a>)</li>
    <li>bump GitHub actions to use node 24 (<a
    href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7339">#7339</a>)
    (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/cf8d1f5e90fd384b19190afd61eb52ae3146ab7f">cf8d1f5e</a>)</li>
    </ul>
    </li>
    <li><strong>deps:</strong>
    <ul>
    <li>bump gradle to 8.14 (<a
    href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7340">#7340</a>)
    (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/84f24f583748cd20fbefd0db64ade3797026edbc">84f24f58</a>)</li>
    <li>use gradle/actions/wrapper-validation (<a
    href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7338">#7338</a>)
    (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/85153665a6b55c18dbf615249b72c8264b8b03f3">85153665</a>)</li>
    </ul>
    </li>
    </ul>
    <h5>New Features</h5>
    <ul>
    <li><strong>client-payment-cryptography:</strong> Add support for
    certificates to be signed by 3rd party certificate authorities. New API
    GetCertificateSigningRequest API and support for providing certificates
    at run-time for tr-34 import/export (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/bcb39c2909a27487b3b31d16ce8ffe7f1a74770b">bcb39c29</a>)</li>
    </ul>
    <h5>Tests</h5>
    <ul>
    <li><strong>core/protocols:</strong> document testing (<a
    href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7334">#7334</a>)
    (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/9cd94157841fb8fb68c7e72bc1a0c32b37a8c630">9cd94157</a>)</li>
    </ul>
    <hr />
    <p>For list of updated packages, view
    <strong>updated-packages.md</strong> in
    <strong>assets-3.888.0.zip</strong></p>
    <h2>v3.887.0</h2>
    <h4>3.887.0(2025-09-11)</h4>
    <h5>Chores</h5>
    <ul>
    <li><strong>ci:</strong> cache gradle in GitHub workflow (<a
    href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7337">#7337</a>)
    (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/bac6f2d58d0bd0c328eaf31fb29f33c9f26a7a36">bac6f2d5</a>)</li>
    <li><strong>codegen:</strong> bump codegen version to 0.34.1 (<a
    href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7329">#7329</a>)
    (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/368074676ce6614d315a46755455a7d45fee6e17">36807467</a>)</li>
    <li><strong>deps:</strong> bump <code>@smithy/</code> dependency
    versions (<a
    href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7328">#7328</a>)
    (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/9963c983c4584153c2c1a5670dd6dbdf9bb02729">9963c983</a>)</li>
    </ul>
    <h5>New Features</h5>
    <ul>
    <li><strong>clients:</strong> update client endpoints as of 2025-09-11
    (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/d1fbb5ffae32eec70403ef41ed72b7c95315b931">d1fbb5ff</a>)</li>
    <li><strong>client-emr-containers:</strong> Added nodeLabel support in
    container provider to aid hardware isolation support for virtual cluster
    and security configuration. (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/b845174108a3359fe0d41addcc81fda04bc39015">b8451741</a>)</li>
    <li><strong>client-ecs:</strong> This release supports hook details for
    Amazon ECS lifecycle hooks. (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/e2c85d3261b74d86d202320242d7295babc33c48">e2c85d32</a>)</li>
    <li><strong>client-evs:</strong> CreateEnvironment API now supports
    parameters (isHcxPublic &amp; hcxNetworkAclId) for HCX migration via
    public internet, adding flexibility for migration scenarios. New APIs
    have been added for associating (AssociateEipToVlan) &amp;
    disassociating (DisassociateEipFromVlan) Elastic IP (EIP) addresses. (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/6147f3535144a372917dac259acced290a112ce1">6147f353</a>)</li>
    <li><strong>client-medialive:</strong> AWS Elemental MediaLive adds a
    new feature in MediaPackage output group that enables MediaPackage V2
    users to control HLS-related parameters directly in MediaLive. These
    parameter settings are then reflected in MediaPackage outputs, providing
    more streamlined control over HLS configurations. (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/36b2bf07c1453e44bdf9452bd89027c104141d59">36b2bf07</a>)</li>
    <li><strong>client-rds:</strong> Adds support for end-to-end IAM
    authentication in RDS Proxy for MySQL, MariaDB, and PostgreSQL engines.
    (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/31a3534412579abab72c0c3ccb83551373e51806">31a35344</a>)</li>
    <li><strong>client-amp:</strong> Add Vended Logs APIs for Amazon
    Prometheus Managed Collector (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/4312d5beaf9cf0dd71e60ad4d0c2f496635c6db6">4312d5be</a>)</li>
    <li><strong>client-quicksight:</strong> This release adds support for
    Account level custom permissions, additional Dashboard Options, and Null
    support for Q&amp;A. (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/40a0cf0567b518db94e0d00993d7ea9131bd2eaf">40a0cf05</a>)</li>
    <li><strong>client-datazone:</strong> adding IAM principal id to IAM
    user profile details (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/090fbf9558cb684a27ebc0ced37dc598d2b05634">090fbf95</a>)</li>
    <li><strong>client-guardduty:</strong> Updated Java SDK implementation
    of entity set status in GuardDuty API. (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/6eb1c3d53dfd00fa35de27bc2c22984a0fd0b0de">6eb1c3d5</a>)</li>
    </ul>
    <h5>Bug Fixes</h5>
    <ul>
    <li><strong>codegen:</strong> update deprecated APIs in build.gradle.kts
    (<a
    href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7335">#7335</a>)
    (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/127022cb46610e19e628748fd5a490d5205f7ed9">127022cb</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/aws-sdk-js-v3/blob/main/clients/client-ec2/CHANGELOG.md"><code>@​aws-sdk/client-ec2</code>'s
    changelog</a>.</em></p>
    <blockquote>
    <h1><a
    href="https://github.com/aws/aws-sdk-js-v3/compare/v3.887.0...v3.888.0">3.888.0</a>
    (2025-09-12)</h1>
    <p><strong>Note:</strong> Version bump only for package
    <code>@​aws-sdk/client-ec2</code></p>
    <h1><a
    href="https://github.com/aws/aws-sdk-js-v3/compare/v3.886.0...v3.887.0">3.887.0</a>
    (2025-09-11)</h1>
    <p><strong>Note:</strong> Version bump only for package
    <code>@​aws-sdk/client-ec2</code></p>
    <h1><a
    href="https://github.com/aws/aws-sdk-js-v3/compare/v3.885.0...v3.886.0">3.886.0</a>
    (2025-09-10)</h1>
    <p><strong>Note:</strong> Version bump only for package
    <code>@​aws-sdk/client-ec2</code></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/aws/aws-sdk-js-v3/commit/79c41a2ac8936ec8961e8f469bd2d34fe35aa0c1"><code>79c41a2</code></a>
    Publish v3.888.0</li>
    <li><a
    href="https://github.com/aws/aws-sdk-js-v3/commit/f504fc12db1cf1a86bbce232291ef4c6e7c00a4f"><code>f504fc1</code></a>
    Publish v3.887.0</li>
    <li><a
    href="https://github.com/aws/aws-sdk-js-v3/commit/9963c983c4584153c2c1a5670dd6dbdf9bb02729"><code>9963c98</code></a>
    chore(deps): bump <code>@smithy/</code> dependency versions (<a
    href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ec2/issues/7328">#7328</a>)</li>
    <li><a
    href="https://github.com/aws/aws-sdk-js-v3/commit/52fd2ca06cea14d453402108d7795d19215a6789"><code>52fd2ca</code></a>
    Publish v3.886.0</li>
    <li>See full diff in <a
    href="https://github.com/aws/aws-sdk-js-v3/commits/v3.888.0/clients/client-ec2">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    Updates `@aws-sdk/client-ssm` from 3.883.0 to 3.888.0
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/aws/aws-sdk-js-v3/releases"><code>@​aws-sdk/client-ssm</code>'s
    releases</a>.</em></p>
    <blockquote>
    <h2>v3.888.0</h2>
    <h4>3.888.0(2025-09-12)</h4>
    <h5>Chores</h5>
    <ul>
    <li><strong>ci:</strong>
    <ul>
    <li>run pull request workflow on ready for review and synchronize (<a
    href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7341">#7341</a>)
    (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/ad2b2ef062b5f3d64ac541d183a88f86737b000e">ad2b2ef0</a>)</li>
    <li>bump GitHub actions to use node 24 (<a
    href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7339">#7339</a>)
    (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/cf8d1f5e90fd384b19190afd61eb52ae3146ab7f">cf8d1f5e</a>)</li>
    </ul>
    </li>
    <li><strong>deps:</strong>
    <ul>
    <li>bump gradle to 8.14 (<a
    href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7340">#7340</a>)
    (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/84f24f583748cd20fbefd0db64ade3797026edbc">84f24f58</a>)</li>
    <li>use gradle/actions/wrapper-validation (<a
    href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7338">#7338</a>)
    (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/85153665a6b55c18dbf615249b72c8264b8b03f3">85153665</a>)</li>
    </ul>
    </li>
    </ul>
    <h5>New Features</h5>
    <ul>
    <li><strong>client-payment-cryptography:</strong> Add support for
    certificates to be signed by 3rd party certificate authorities. New API
    GetCertificateSigningRequest API and support for providing certificates
    at run-time for tr-34 import/export (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/bcb39c2909a27487b3b31d16ce8ffe7f1a74770b">bcb39c29</a>)</li>
    </ul>
    <h5>Tests</h5>
    <ul>
    <li><strong>core/protocols:</strong> document testing (<a
    href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7334">#7334</a>)
    (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/9cd94157841fb8fb68c7e72bc1a0c32b37a8c630">9cd94157</a>)</li>
    </ul>
    <hr />
    <p>For list of updated packages, view
    <strong>updated-packages.md</strong> in
    <strong>assets-3.888.0.zip</strong></p>
    <h2>v3.887.0</h2>
    <h4>3.887.0(2025-09-11)</h4>
    <h5>Chores</h5>
    <ul>
    <li><strong>ci:</strong> cache gradle in GitHub workflow (<a
    href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7337">#7337</a>)
    (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/bac6f2d58d0bd0c328eaf31fb29f33c9f26a7a36">bac6f2d5</a>)</li>
    <li><strong>codegen:</strong> bump codegen version to 0.34.1 (<a
    href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7329">#7329</a>)
    (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/368074676ce6614d315a46755455a7d45fee6e17">36807467</a>)</li>
    <li><strong>deps:</strong> bump <code>@smithy/</code> dependency
    versions (<a
    href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7328">#7328</a>)
    (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/9963c983c4584153c2c1a5670dd6dbdf9bb02729">9963c983</a>)</li>
    </ul>
    <h5>New Features</h5>
    <ul>
    <li><strong>clients:</strong> update client endpoints as of 2025-09-11
    (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/d1fbb5ffae32eec70403ef41ed72b7c95315b931">d1fbb5ff</a>)</li>
    <li><strong>client-emr-containers:</strong> Added nodeLabel support in
    container provider to aid hardware isolation support for virtual cluster
    and security configuration. (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/b845174108a3359fe0d41addcc81fda04bc39015">b8451741</a>)</li>
    <li><strong>client-ecs:</strong> This release supports hook details for
    Amazon ECS lifecycle hooks. (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/e2c85d3261b74d86d202320242d7295babc33c48">e2c85d32</a>)</li>
    <li><strong>client-evs:</strong> CreateEnvironment API now supports
    parameters (isHcxPublic &amp; hcxNetworkAclId) for HCX migration via
    public internet, adding flexibility for migration scenarios. New APIs
    have been added for associating (AssociateEipToVlan) &amp;
    disassociating (DisassociateEipFromVlan) Elastic IP (EIP) addresses. (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/6147f3535144a372917dac259acced290a112ce1">6147f353</a>)</li>
    <li><strong>client-medialive:</strong> AWS Elemental MediaLive adds a
    new feature in MediaPackage output group that enables MediaPackage V2
    users to control HLS-related parameters directly in MediaLive. These
    parameter settings are then reflected in MediaPackage outputs, providing
    more streamlined control over HLS configurations. (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/36b2bf07c1453e44bdf9452bd89027c104141d59">36b2bf07</a>)</li>
    <li><strong>client-rds:</strong> Adds support for end-to-end IAM
    authentication in RDS Proxy for MySQL, MariaDB, and PostgreSQL engines.
    (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/31a3534412579abab72c0c3ccb83551373e51806">31a35344</a>)</li>
    <li><strong>client-amp:</strong> Add Vended Logs APIs for Amazon
    Prometheus Managed Collector (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/4312d5beaf9cf0dd71e60ad4d0c2f496635c6db6">4312d5be</a>)</li>
    <li><strong>client-quicksight:</strong> This release adds support for
    Account level custom permissions, additional Dashboard Options, and Null
    support for Q&amp;A. (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/40a0cf0567b518db94e0d00993d7ea9131bd2eaf">40a0cf05</a>)</li>
    <li><strong>client-datazone:</strong> adding IAM principal id to IAM
    user profile details (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/090fbf9558cb684a27ebc0ced37dc598d2b05634">090fbf95</a>)</li>
    <li><strong>client-guardduty:</strong> Updated Java SDK implementation
    of entity set status in GuardDuty API. (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/6eb1c3d53dfd00fa35de27bc2c22984a0fd0b0de">6eb1c3d5</a>)</li>
    </ul>
    <h5>Bug Fixes</h5>
    <ul>
    <li><strong>codegen:</strong> update deprecated APIs in build.gradle.kts
    (<a
    href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7335">#7335</a>)
    (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/127022cb46610e19e628748fd5a490d5205f7ed9">127022cb</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/aws-sdk-js-v3/blob/main/clients/client-ssm/CHANGELOG.md"><code>@​aws-sdk/client-ssm</code>'s
    changelog</a>.</em></p>
    <blockquote>
    <h1><a
    href="https://github.com/aws/aws-sdk-js-v3/compare/v3.887.0...v3.888.0">3.888.0</a>
    (2025-09-12)</h1>
    <p><strong>Note:</strong> Version bump only for package
    <code>@​aws-sdk/client-ssm</code></p>
    <h1><a
    href="https://github.com/aws/aws-sdk-js-v3/compare/v3.886.0...v3.887.0">3.887.0</a>
    (2025-09-11)</h1>
    <p><strong>Note:</strong> Version bump only for package
    <code>@​aws-sdk/client-ssm</code></p>
    <h1><a
    href="https://github.com/aws/aws-sdk-js-v3/compare/v3.885.0...v3.886.0">3.886.0</a>
    (2025-09-10)</h1>
    <p><strong>Note:</strong> Version bump only for package
    <code>@​aws-sdk/client-ssm</code></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/aws/aws-sdk-js-v3/commit/79c41a2ac8936ec8961e8f469bd2d34fe35aa0c1"><code>79c41a2</code></a>
    Publish v3.888.0</li>
    <li><a
    href="https://github.com/aws/aws-sdk-js-v3/commit/f504fc12db1cf1a86bbce232291ef4c6e7c00a4f"><code>f504fc1</code></a>
    Publish v3.887.0</li>
    <li><a
    href="https://github.com/aws/aws-sdk-js-v3/commit/9963c983c4584153c2c1a5670dd6dbdf9bb02729"><code>9963c98</code></a>
    chore(deps): bump <code>@smithy/</code> dependency versions (<a
    href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ssm/issues/7328">#7328</a>)</li>
    <li><a
    href="https://github.com/aws/aws-sdk-js-v3/commit/52fd2ca06cea14d453402108d7795d19215a6789"><code>52fd2ca</code></a>
    Publish v3.886.0</li>
    <li>See full diff in <a
    href="https://github.com/aws/aws-sdk-js-v3/commits/v3.888.0/clients/client-ssm">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    Updates `@aws-sdk/types` from 3.862.0 to 3.887.0
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/aws/aws-sdk-js-v3/releases"><code>@​aws-sdk/types</code>'s
    releases</a>.</em></p>
    <blockquote>
    <h2>v3.887.0</h2>
    <h4>3.887.0(2025-09-11)</h4>
    <h5>Chores</h5>
    <ul>
    <li><strong>ci:</strong> cache gradle in GitHub workflow (<a
    href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7337">#7337</a>)
    (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/bac6f2d58d0bd0c328eaf31fb29f33c9f26a7a36">bac6f2d5</a>)</li>
    <li><strong>codegen:</strong> bump codegen version to 0.34.1 (<a
    href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7329">#7329</a>)
    (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/368074676ce6614d315a46755455a7d45fee6e17">36807467</a>)</li>
    <li><strong>deps:</strong> bump <code>@smithy/</code> dependency
    versions (<a
    href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7328">#7328</a>)
    (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/9963c983c4584153c2c1a5670dd6dbdf9bb02729">9963c983</a>)</li>
    </ul>
    <h5>New Features</h5>
    <ul>
    <li><strong>clients:</strong> update client endpoints as of 2025-09-11
    (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/d1fbb5ffae32eec70403ef41ed72b7c95315b931">d1fbb5ff</a>)</li>
    <li><strong>client-emr-containers:</strong> Added nodeLabel support in
    container provider to aid hardware isolation support for virtual cluster
    and security configuration. (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/b845174108a3359fe0d41addcc81fda04bc39015">b8451741</a>)</li>
    <li><strong>client-ecs:</strong> This release supports hook details for
    Amazon ECS lifecycle hooks. (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/e2c85d3261b74d86d202320242d7295babc33c48">e2c85d32</a>)</li>
    <li><strong>client-evs:</strong> CreateEnvironment API now supports
    parameters (isHcxPublic &amp; hcxNetworkAclId) for HCX migration via
    public internet, adding flexibility for migration scenarios. New APIs
    have been added for associating (AssociateEipToVlan) &amp;
    disassociating (DisassociateEipFromVlan) Elastic IP (EIP) addresses. (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/6147f3535144a372917dac259acced290a112ce1">6147f353</a>)</li>
    <li><strong>client-medialive:</strong> AWS Elemental MediaLive adds a
    new feature in MediaPackage output group that enables MediaPackage V2
    users to control HLS-related parameters directly in MediaLive. These
    parameter settings are then reflected in MediaPackage outputs, providing
    more streamlined control over HLS configurations. (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/36b2bf07c1453e44bdf9452bd89027c104141d59">36b2bf07</a>)</li>
    <li><strong>client-rds:</strong> Adds support for end-to-end IAM
    authentication in RDS Proxy for MySQL, MariaDB, and PostgreSQL engines.
    (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/31a3534412579abab72c0c3ccb83551373e51806">31a35344</a>)</li>
    <li><strong>client-amp:</strong> Add Vended Logs APIs for Amazon
    Prometheus Managed Collector (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/4312d5beaf9cf0dd71e60ad4d0c2f496635c6db6">4312d5be</a>)</li>
    <li><strong>client-quicksight:</strong> This release adds support for
    Account level custom permissions, additional Dashboard Options, and Null
    support for Q&amp;A. (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/40a0cf0567b518db94e0d00993d7ea9131bd2eaf">40a0cf05</a>)</li>
    <li><strong>client-datazone:</strong> adding IAM principal id to IAM
    user profile details (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/090fbf9558cb684a27ebc0ced37dc598d2b05634">090fbf95</a>)</li>
    <li><strong>client-guardduty:</strong> Updated Java SDK implementation
    of entity set status in GuardDuty API. (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/6eb1c3d53dfd00fa35de27bc2c22984a0fd0b0de">6eb1c3d5</a>)</li>
    </ul>
    <h5>Bug Fixes</h5>
    <ul>
    <li><strong>codegen:</strong> update deprecated APIs in build.gradle.kts
    (<a
    href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7335">#7335</a>)
    (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/127022cb46610e19e628748fd5a490d5205f7ed9">127022cb</a>)</li>
    </ul>
    <hr />
    <p>For list of updated packages, view
    <strong>updated-packages.md</strong> in
    <strong>assets-3.887.0.zip</strong></p>
    <h2>v3.886.0</h2>
    <h4>3.886.0(2025-09-10)</h4>
    <h5>Chores</h5>
    <ul>
    <li><strong>middleware-recursion-detection:</strong>
    <ul>
    <li>read TraceID from Lambda Invoke Store (<a
    href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7293">#7293</a>)
    (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/ac324bb6935f81aea72f3c84a1376a266c11b306">ac324bb6</a>)</li>
    <li>add no-op middleware outside of Node.js (<a
    href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7326">#7326</a>)
    (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/9484757b83322d4327b8cfd2235d88a34ef492a8">9484757b</a>)</li>
    </ul>
    </li>
    </ul>
    <h5>New Features</h5>
    <ul>
    <li><strong>clients:</strong> update client endpoints as of 2025-09-10
    (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/dc8054d1c66aa7459a04073f9db57a58b301f570">dc8054d1</a>)</li>
    <li><strong>client-payment-cryptography:</strong> AWS Payment
    Cryptography Service now supports Multi-Region key replication.
    Customers can choose to automatically distribute keys across AWS
    Regions. (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/6e51152f33720c97b29986920feb7304db5c77ed">6e51152f</a>)</li>
    <li><strong>client-networkflowmonitor:</strong> Added new enum value
    (AWS::Region) for type field under MonitorLocalResource and
    MonitorRemoteResource. Workload Insights and Monitor top contributors
    queries now support a new DestinationCategory (INTER_REGION). (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/083805955da6cc805d01d5113cdcf2215609da29">08380595</a>)</li>
    </ul>
    <hr />
    <p>For list of updated packages, view
    <strong>updated-packages.md</strong> in
    <strong>assets-3.886.0.zip</strong></p>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    href="https://github.com/aws/aws-sdk-js-v3/blob/main/packages/types/CHANGELOG.md"><code>@​aws-sdk/types</code>'s
    changelog</a>.</em></p>
    <blockquote>
    <h1><a
    href="https://github.com/aws/aws-sdk-js-v3/compare/v3.886.0...v3.887.0">3.887.0</a>
    (2025-09-11)</h1>
    <p><strong>Note:</strong> Version bump only for package
    <code>@​aws-sdk/types</code></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/aws/aws-sdk-js-v3/commit/f504fc12db1cf1a86bbce232291ef4c6e7c00a4f"><code>f504fc1</code></a>
    Publish v3.887.0</li>
    <li><a
    href="https://github.com/aws/aws-sdk-js-v3/commit/9963c983c4584153c2c1a5670dd6dbdf9bb02729"><code>9963c98</code></a>
    chore(deps): bump <code>@smithy/</code> dependency versions (<a
    href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/types/issues/7328">#7328</a>)</li>
    <li>See full diff in <a
    href="https://github.com/aws/aws-sdk-js-v3/commits/v3.887.0/packages/types">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    Updates `@aws-sdk/client-sqs` from 3.883.0 to 3.888.0
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/aws/aws-sdk-js-v3/releases"><code>@​aws-sdk/client-sqs</code>'s
    releases</a>.</em></p>
    <blockquote>
    <h2>v3.888.0</h2>
    <h4>3.888.0(2025-09-12)</h4>
    <h5>Chores</h5>
    <ul>
    <li><strong>ci:</strong>
    <ul>
    <li>run pull request workflow on ready for review and synchronize (<a
    href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7341">#7341</a>)
    (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/ad2b2ef062b5f3d64ac541d183a88f86737b000e">ad2b2ef0</a>)</li>
    <li>bump GitHub actions to use node 24 (<a
    href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7339">#7339</a>)
    (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/cf8d1f5e90fd384b19190afd61eb52ae3146ab7f">cf8d1f5e</a>)</li>
    </ul>
    </li>
    <li><strong>deps:</strong>
    <ul>
    <li>bump gradle to 8.14 (<a
    href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7340">#7340</a>)
    (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/84f24f583748cd20fbefd0db64ade3797026edbc">84f24f58</a>)</li>
    <li>use gradle/actions/wrapper-validation (<a
    href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7338">#7338</a>)
    (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/85153665a6b55c18dbf615249b72c8264b8b03f3">85153665</a>)</li>
    </ul>
    </li>
    </ul>
    <h5>New Features</h5>
    <ul>
    <li><strong>client-payment-cryptography:</strong> Add support for
    certificates to be signed by 3rd party certificate authorities. New API
    GetCertificateSigningRequest API and support for providing certificates
    at run-time for tr-34 import/export (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/bcb39c2909a27487b3b31d16ce8ffe7f1a74770b">bcb39c29</a>)</li>
    </ul>
    <h5>Tests</h5>
    <ul>
    <li><strong>core/protocols:</strong> document testing (<a
    href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7334">#7334</a>)
    (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/9cd94157841fb8fb68c7e72bc1a0c32b37a8c630">9cd94157</a>)</li>
    </ul>
    <hr />
    <p>For list of updated packages, view
    <strong>updated-packages.md</strong> in
    <strong>assets-3.888.0.zip</strong></p>
    <h2>v3.887.0</h2>
    <h4>3.887.0(2025-09-11)</h4>
    <h5>Chores</h5>
    <ul>
    <li><strong>ci:</strong> cache gradle in GitHub workflow (<a
    href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7337">#7337</a>)
    (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/bac6f2d58d0bd0c328eaf31fb29f33c9f26a7a36">bac6f2d5</a>)</li>
    <li><strong>codegen:</strong> bump codegen version to 0.34.1 (<a
    href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7329">#7329</a>)
    (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/368074676ce6614d315a46755455a7d45fee6e17">36807467</a>)</li>
    <li><strong>deps:</strong> bump <code>@smithy/</code> dependency
    versions (<a
    href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7328">#7328</a>)
    (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/9963c983c4584153c2c1a5670dd6dbdf9bb02729">9963c983</a>)</li>
    </ul>
    <h5>New Features</h5>
    <ul>
    <li><strong>clients:</strong> update client endpoints as of 2025-09-11
    (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/d1fbb5ffae32eec70403ef41ed72b7c95315b931">d1fbb5ff</a>)</li>
    <li><strong>client-emr-containers:</strong> Added nodeLabel support in
    container provider to aid hardware isolation support for virtual cluster
    and security configuration. (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/b845174108a3359fe0d41addcc81fda04bc39015">b8451741</a>)</li>
    <li><strong>client-ecs:</strong> This release supports hook details for
    Amazon ECS lifecycle hooks. (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/e2c85d3261b74d86d202320242d7295babc33c48">e2c85d32</a>)</li>
    <li><strong>client-evs:</strong> CreateEnvironment API now supports
    parameters (isHcxPublic &amp; hcxNetworkAclId) for HCX migration via
    public internet, adding flexibility for migration scenarios. New APIs
    have been added for associating (AssociateEipToVlan) &amp;
    disassociating (DisassociateEipFromVlan) Elastic IP (EIP) addresses. (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/6147f3535144a372917dac259acced290a112ce1">6147f353</a>)</li>
    <li><strong>client-medialive:</strong> AWS Elemental MediaLive adds a
    new feature in MediaPackage output group that enables MediaPackage V2
    users to control HLS-related parameters directly in MediaLive. These
    parameter settings are then reflected in MediaPackage outputs, providing
    more streamlined control over HLS configurations. (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/36b2bf07c1453e44bdf9452bd89027c104141d59">36b2bf07</a>)</li>
    <li><strong>client-rds:</strong> Adds support for end-to-end IAM
    authentication in RDS Proxy for MySQL, MariaDB, and PostgreSQL engines.
    (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/31a3534412579abab72c0c3ccb83551373e51806">31a35344</a>)</li>
    <li><strong>client-amp:</strong> Add Vended Logs APIs for Amazon
    Prometheus Managed Collector (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/4312d5beaf9cf0dd71e60ad4d0c2f496635c6db6">4312d5be</a>)</li>
    <li><strong>client-quicksight:</strong> This release adds support for
    Account level custom permissions, additional Dashboard Options, and Null
    support for Q&amp;A. (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/40a0cf0567b518db94e0d00993d7ea9131bd2eaf">40a0cf05</a>)</li>
    <li><strong>client-datazone:</strong> adding IAM principal id to IAM
    user profile details (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/090fbf9558cb684a27ebc0ced37dc598d2b05634">090fbf95</a>)</li>
    <li><strong>client-guardduty:</strong> Updated Java SDK implementation
    of entity set status in GuardDuty API. (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/6eb1c3d53dfd00fa35de27bc2c22984a0fd0b0de">6eb1c3d5</a>)</li>
    </ul>
    <h5>Bug Fixes</h5>
    <ul>
    <li><strong>codegen:</strong> update deprecated APIs in build.gradle.kts
    (<a
    href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7335">#7335</a>)
    (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/127022cb46610e19e628748fd5a490d5205f7ed9">127022cb</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/aws-sdk-js-v3/blob/main/clients/client-sqs/CHANGELOG.md"><code>@​aws-sdk/client-sqs</code>'s
    changelog</a>.</em></p>
    <blockquote>
    <h1><a
    href="https://github.com/aws/aws-sdk-js-v3/compare/v3.887.0...v3.888.0">3.888.0</a>
    (2025-09-12)</h1>
    <p><strong>Note:</strong> Version bump only for package
    <code>@​aws-sdk/client-sqs</code></p>
    <h1><a
    href="https://github.com/aws/aws-sdk-js-v3/compare/v3.886.0...v3.887.0">3.887.0</a>
    (2025-09-11)</h1>
    <p><strong>Note:</strong> Version bump only for package
    <code>@​aws-sdk/client-sqs</code></p>
    <h1><a
    href="https://github.com/aws/aws-sdk-js-v3/compare/v3.885.0...v3.886.0">3.886.0</a>
    (2025-09-10)</h1>
    <p><strong>Note:</strong> Version bump only for package
    <code>@​aws-sdk/client-sqs</code></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/aws/aws-sdk-js-v3/commit/79c41a2ac8936ec8961e8f469bd2d34fe35aa0c1"><code>79c41a2</code></a>
    Publish v3.888.0</li>
    <li><a
    href="https://github.com/aws/aws-sdk-js-v3/commit/f504fc12db1cf1a86bbce232291ef4c6e7c00a4f"><code>f504fc1</code></a>
    Publish v3.887.0</li>
    <li><a
    href="https://github.com/aws/aws-sdk-js-v3/commit/9963c983c4584153c2c1a5670dd6dbdf9bb02729"><code>9963c98</code></a>
    chore(deps): bump <code>@smithy/</code> dependency versions (<a
    href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sqs/issues/7328">#7328</a>)</li>
    <li><a
    href="https://github.com/aws/aws-sdk-js-v3/commit/52fd2ca06cea14d453402108d7795d19215a6789"><code>52fd2ca</code></a>
    Publish v3.886.0</li>
    <li>See full diff in <a
    href="https://github.com/aws/aws-sdk-js-v3/commits/v3.888.0/clients/client-sqs">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    Updates `@aws-sdk/client-s3` from 3.884.0 to 3.888.0
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/aws/aws-sdk-js-v3/releases"><code>@​aws-sdk/client-s3</code>'s
    releases</a>.</em></p>
    <blockquote>
    <h2>v3.888.0</h2>
    <h4>3.888.0(2025-09-12)</h4>
    <h5>Chores</h5>
    <ul>
    <li><strong>ci:</strong>
    <ul>
    <li>run pull request workflow on ready for review and synchronize (<a
    href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7341">#7341</a>)
    (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/ad2b2ef062b5f3d64ac541d183a88f86737b000e">ad2b2ef0</a>)</li>
    <li>bump GitHub actions to use node 24 (<a
    href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7339">#7339</a>)
    (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/cf8d1f5e90fd384b19190afd61eb52ae3146ab7f">cf8d1f5e</a>)</li>
    </ul>
    </li>
    <li><strong>deps:</strong>
    <ul>
    <li>bump gradle to 8.14 (<a
    href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7340">#7340</a>)
    (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/84f24f583748cd20fbefd0db64ade3797026edbc">84f24f58</a>)</li>
    <li>use gradle/actions/wrapper-validation (<a
    href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7338">#7338</a>)
    (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/85153665a6b55c18dbf615249b72c8264b8b03f3">85153665</a>)</li>
    </ul>
    </li>
    </ul>
    <h5>New Features</h5>
    <ul>
    <li><strong>client-payment-cryptography:</strong> Add support for
    certificates to be signed by 3rd party certificate authorities. New API
    GetCertificateSigningRequest API and support for providing certificates
    at run-time for tr-34 import/export (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/bcb39c2909a27487b3b31d16ce8ffe7f1a74770b">bcb39c29</a>)</li>
    </ul>
    <h5>Tests</h5>
    <ul>
    <li><strong>core/protocols:</strong> document testing (<a
    href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7334">#7334</a>)
    (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/9cd94157841fb8fb68c7e72bc1a0c32b37a8c630">9cd94157</a>)</li>
    </ul>
    <hr />
    <p>For list of updated packages, view
    <strong>updated-packages.md</strong> in
    <strong>assets-3.888.0.zip</strong></p>
    <h2>v3.887.0</h2>
    <h4>3.887.0(2025-09-11)</h4>
    <h5>Chores</h5>
    <ul>
    <li><strong>ci:</strong> cache gradle in GitHub workflow (<a
    href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7337">#7337</a>)
    (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/bac6f2d58d0bd0c328eaf31fb29f33c9f26a7a36">bac6f2d5</a>)</li>
    <li><strong>codegen:</strong> bump codegen version to 0.34.1 (<a
    href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7329">#7329</a>)
    (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/368074676ce6614d315a46755455a7d45fee6e17">36807467</a>)</li>
    <li><strong>deps:</strong> bump <code>@smithy/</code> dependency
    versions (<a
    href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7328">#7328</a>)
    (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/9963c983c4584153c2c1a5670dd6dbdf9bb02729">9963c983</a>)</li>
    </ul>
    <h5>New Features</h5>
    <ul>
    <li><strong>clients:</strong> update client endpoints as of 2025-09-11
    (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/d1fbb5ffae32eec70403ef41ed72b7c95315b931">d1fbb5ff</a>)</li>
    <li><strong>client-emr-containers:</strong> Added nodeLabel support in
    container provider to aid hardware isolation support for virtual cluster
    and security configuration. (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/b845174108a3359fe0d41addcc81fda04bc39015">b8451741</a>)</li>
    <li><strong>client-ecs:</strong> This release supports hook details for
    Amazon ECS lifecycle hooks. (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/e2c85d3261b74d86d202320242d7295babc33c48">e2c85d32</a>)</li>
    <li><strong>client-evs:</strong> CreateEnvironment API now supports
    parameters (isHcxPublic &amp; hcxNetworkAclId) for HCX migration via
    public internet, adding flexibility for migration scenarios. New APIs
    have been added for associating (AssociateEipToVlan) &amp;
    disassociating (DisassociateEipFromVlan) Elastic IP (EIP) addresses. (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/6147f3535144a372917dac259acced290a112ce1">6147f353</a>)</li>
    <li><strong>client-medialive:</strong> AWS Elemental MediaLive adds a
    new feature in MediaPackage output group that enables MediaPackage V2
    users to control HLS-related parameters directly in MediaLive. These
    parameter settings are then reflected in MediaPackage outputs, providing
    more streamlined control over HLS configurations. (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/36b2bf07c1453e44bdf9452bd89027c104141d59">36b2bf07</a>)</li>
    <li><strong>client-rds:</strong> Adds support for end-to-end IAM
    authentication in RDS Proxy for MySQL, MariaDB, and PostgreSQL engines.
    (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/31a3534412579abab72c0c3ccb83551373e51806">31a35344</a>)</li>
    <li><strong>client-amp:</strong> Add Vended Logs APIs for Amazon
    Prometheus Managed Collector (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/4312d5beaf9cf0dd71e60ad4d0c2f496635c6db6">4312d5be</a>)</li>
    <li><strong>client-quicksight:</strong> This release adds support for
    Account level custom permissions, additional Dashboard Options, and Null
    support for Q&amp;A. (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/40a0cf0567b518db94e0d00993d7ea9131bd2eaf">40a0cf05</a>)</li>
    <li><strong>client-datazone:</strong> adding IAM principal id to IAM
    user profile details (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/090fbf9558cb684a27ebc0ced37dc598d2b05634">090fbf95</a>)</li>
    <li><strong>client-guardduty:</strong> Updated Java SDK implementation
    of entity set status in GuardDuty API. (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/6eb1c3d53dfd00fa35de27bc2c22984a0fd0b0de">6eb1c3d5</a>)</li>
    </ul>
    <h5>Bug Fixes</h5>
    <ul>
    <li><strong>codegen:</strong> update deprecated APIs in build.gradle.kts
    (<a
    href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7335">#7335</a>)
    (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/127022cb46610e19e628748fd5a490d5205f7ed9">127022cb</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/aws-sdk-js-v3/blob/main/clients/client-s3/CHANGELOG.md"><code>@​aws-sdk/client-s3</code>'s
    changelog</a>.</em></p>
    <blockquote>
    <h1><a
    href="https://github.com/aws/aws-sdk-js-v3/compare/v3.887.0...v3.888.0">3.888.0</a>
    (2025-09-12)</h1>
    <p><strong>Note:</strong> Version bump only for package
    <code>@​aws-sdk/client-s3</code></p>
    <h1><a
    href="https://github.com/aws/aws-sdk-js-v3/compare/v3.886.0...v3.887.0">3.887.0</a>
    (2025-09-11)</h1>
    <p><strong>Note:</strong> Version bump only for package
    <code>@​aws-sdk/client-s3</code></p>
    <h1><a
    href="https://github.com/aws/aws-sdk-js-v3/compare/v3.885.0...v3.886.0">3.886.0</a>
    (2025-09-10)</h1>
    <p><strong>Note:</strong> Version bump only for package
    <code>@​aws-sdk/client-s3</code></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/aws/aws-sdk-js-v3/commit/79c41a2ac8936ec8961e8f469bd2d34fe35aa0c1"><code>79c41a2</code></a>
    Publish v3.888.0</li>
    <li><a
    href="https://github.com/aws/aws-sdk-js-v3/commit/f504fc12db1cf1a86bbce232291ef4c6e7c00a4f"><code>f504fc1</code></a>
    Publish v3.887.0</li>
    <li><a
    href="https://github.com/aws/aws-sdk-js-v3/commit/9963c983c4584153c2c1a5670dd6dbdf9bb02729"><code>9963c98</code></a>
    chore(deps): bump <code>@smithy/</code> dependency versions (<a
    href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3/issues/7328">#7328</a>)</li>
    <li><a
    href="https://github.com/aws/aws-sdk-js-v3/commit/52fd2ca06cea14d453402108d7795d19215a6789"><code>52fd2ca</code></a>
    Publish v3.886.0</li>
    <li>See full diff in <a
    href="https://github.com/aws/aws-sdk-js-v3/commits/v3.888.0/clients/client-s3">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    Updates `@aws-sdk/lib-storage` from 3.884.0 to 3.888.0
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/aws/aws-sdk-js-v3/releases"><code>@​aws-sdk/lib-storage</code>'s
    releases</a>.</em></p>
    <blockquote>
    <h2>v3.888.0</h2>
    <h4>3.888.0(2025-09-12)</h4>
    <h5>Chores</h5>
    <ul>
    <li><strong>ci:</strong>
    <ul>
    <li>run pull request workflow on ready for review and synchronize (<a
    href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7341">#7341</a>)
    (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/ad2b2ef062b5f3d64ac541d183a88f86737b000e">ad2b2ef0</a>)</li>
    <li>bump GitHub actions to use node 24 (<a
    href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7339">#7339</a>)
    (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/cf8d1f5e90fd384b19190afd61eb52ae3146ab7f">cf8d1f5e</a>)</li>
    </ul>
    </li>
    <li><strong>deps:</strong>
    <ul>
    <li>bump gradle to 8.14 (<a
    href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7340">#7340</a>)
    (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/84f24f583748cd20fbefd0db64ade3797026edbc">84f24f58</a>)</li>
    <li>use gradle/actions/wrapper-validation (<a
    href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7338">#7338</a>)
    (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/85153665a6b55c18dbf615249b72c8264b8b03f3">85153665</a>)</li>
    </ul>
    </li>
    </ul>
    <h5>New Features</h5>
    <ul>
    <li><strong>client-payment-cryptography:</strong> Add support for
    certificates to be signed by 3rd party certificate authorities. New API
    GetCertificateSigningRequest API and support for providing certificates
    at run-time for tr-34 import/export (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/bcb39c2909a27487b3b31d16ce8ffe7f1a74770b">bcb39c29</a>)</li>
    </ul>
    <h5>Tests</h5>
    <ul>
    <li><strong>core/protocols:</strong> document testing (<a
    href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7334">#7334</a>)
    (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/9cd94157841fb8fb68c7e72bc1a0c32b37a8c630">9cd94157</a>)</li>
    </ul>
    <hr />
    <p>For list of updated packages, view
    <strong>updated-packages.md</strong> in
    <strong>assets-3.888.0.zip</strong></p>
    <h2>v3.887.0</h2>
    <h4>3.887.0(2025-09-11)</h4>
    <h5>Chores</h5>
    <ul>
    <li><strong>ci:</strong> cache gradle in GitHub workflow (<a
    href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7337">#7337</a>)
    (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/bac6f2d58d0bd0c328eaf31fb29f33c9f26a7a36">bac6f2d5</a>)</li>
    <li><strong>codegen:</strong> bump codegen version to 0.34.1 (<a
    href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7329">#7329</a>)
    (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/368074676ce6614d315a46755455a7d45fee6e17">36807467</a>)</li>
    <li><strong>deps:</strong> bump <code>@smithy/</code> dependency
    versions (<a
    href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7328">#7328</a>)
    (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/9963c983c4584153c2c1a5670dd6dbdf9bb02729">9963c983</a>)</li>
    </ul>
    <h5>New Features</h5>
    <ul>
    <li><strong>clients:</strong> update client endpoints as of 2025-09-11
    (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/d1fbb5ffae32eec70403ef41ed72b7c95315b931">d1fbb5ff</a>)</li>
    <li><strong>client-emr-containers:</strong> Added nodeLabel support in
    container provider to aid hardware isolation support for virtual cluster
    and security configuration. (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/b845174108a3359fe0d41addcc81fda04bc39015">b8451741</a>)</li>
    <li><strong>client-ecs:</strong> This release supports hook details for
    Amazon ECS lifecycle hooks. (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/e2c85d3261b74d86d202320242d7295babc33c48">e2c85d32</a>)</li>
    <li><strong>client-evs:</strong> CreateEnvironment API now supports
    parameters (isHcxPublic &amp; hcxNetworkAclId) for HCX migration via
    public internet, adding flexibility for migration scenarios. New APIs
    have been added for associating (AssociateEipToVlan) &amp;
    disassociating (DisassociateEipFromVlan) Elastic IP (EIP) addresses. (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/6147f3535144a372917dac259acced290a112ce1">6147f353</a>)</li>
    <li><strong>client-medialive:</strong> AWS Elemental MediaLive adds a
    new feature in MediaPackage output group that enables MediaPackage V2
    users to control HLS-related parameters directly in MediaLive. These
    parameter settings are then reflected in MediaPackage outputs, providing
    more streamlined control over HLS configurations. (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/36b2bf07c1453e44bdf9452bd89027c104141d59">36b2bf07</a>)</li>
    <li><strong>client-rds:</strong> Adds support for end-to-end IAM
    authentication in RDS Proxy for MySQL, MariaDB, and PostgreSQL engines.
    (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/31a3534412579abab72c0c3ccb83551373e51806">31a35344</a>)</li>
    <li><strong>client-amp:</strong> Add Vended Logs APIs for Amazon
    Prometheus Managed Collector (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/4312d5beaf9cf0dd71e60ad4d0c2f496635c6db6">4312d5be</a>)</li>
    <li><strong>client-quicksight:</strong> This release adds support for
    Account level custom permissions, additional Dashboard Options, and Null
    support for Q&amp;A. (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/40a0cf0567b518db94e0d00993d7ea9131bd2eaf">40a0cf05</a>)</li>
    <li><strong>client-datazone:</strong> adding IAM principal id to IAM
    user profile details (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/090fbf9558cb684a27ebc0ced37dc598d2b05634">090fbf95</a>)</li>
    <li><strong>client-guardduty:</strong> Updated Java SDK implementation
    of entity set status in GuardDuty API. (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/6eb1c3d53dfd00fa35de27bc2c22984a0fd0b0de">6eb1c3d5</a>)</li>
    </ul>
    <h5>Bug Fixes</h5>
    <ul>
    <li><strong>codegen:</strong> update deprecated APIs in build.gradle.kts
    (<a
    href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7335">#7335</a>)
    (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/127022cb46610e19e628748fd5a490d5205f7ed9">127022cb</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/aws-sdk-js-v3/blob/main/lib/lib-storage/CHANGELOG.md"><code>@​aws-sdk/lib-storage</code>'s
    changelog</a>.</em></p>
    <blockquote>
    <h1><a
    href="https://github.com/aws/aws-sdk-js-v3/compare/v3.887.0...v3.888.0">3.888.0</a>
    (2025-09-12)</h1>
    <p><strong>Note:</strong> Version bump only for package
    <code>@​aws-sdk/lib-storage</code></p>
    <h1><a
    href="https://github.com/aws/aws-sdk-js-v3/compare/v3.886.0...v3.887.0">3.887.0</a>
    (2025-09-11)</h1>
    <p><strong>Note:</strong> Version bump only for package
    <code>@​aws-sdk/lib-storage</code></p>
    <h1><a
    href="https://github.com/aws/aws-sdk-js-v3/compare/v3.885.0...v3.886.0">3.886.0</a>
    (2025-09-10)</h1>
    <p><strong>Note:</strong> Version bump only for package
    <code>@​aws-sdk/lib-storage</code></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/aws/aws-sdk-js-v3/commit/79c41a2ac8936ec8961e8f469bd2d34fe35aa0c1"><code>79c41a2</code></a>
    Publish v3.888.0</li>
    <li><a
    href="https://github.com/aws/aws-sdk-js-v3/commit/f504fc12db1cf1a86bbce232291ef4c6e7c00a4f"><code>f504fc1</code></a>
    Publish v3.887.0</li>
    <li><a
    href="https://github.com/aws/aws-sdk-js-v3/commit/9963c983c4584153c2c1a5670dd6dbdf9bb02729"><code>9963c98</code></a>
    chore(deps): bump <code>@smithy/</code> dependency versions (<a
    href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-storage/issues/7328">#7328</a>)</li>
    <li><a
    href="https://github.com/aws/aws-sdk-js-v3/commit/52fd2ca06cea14d453402108d7795d19215a6789"><code>52fd2ca</code></a>
    Publish v3.886.0</li>
    <li>See full diff in <a
    href="https://github.com/aws/aws-sdk-js-v3/commits/v3.888.0/lib/lib-storage">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    Updates `@aws-sdk/client-eventbridge` from 3.883.0 to 3.888.0
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/aws/aws-sdk-js-v3/releases"><code>@​aws-sdk/client-eventbridge</code>'s
    releases</a>.</em></p>
    <blockquote>
    <h2>v3.888.0</h2>
    <h4>3.888.0(2025-09-12)</h4>
    <h5>Chores</h5>
    <ul>
    <li><strong>ci:</strong>
    <ul>
    <li>run pull request workflow on ready for review and synchronize (<a
    href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7341">#7341</a>)
    (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/ad2b2ef062b5f3d64ac541d183a88f86737b000e">ad2b2ef0</a>)</li>
    <li>bump GitHub actions to use node 24 (<a
    href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7339">#7339</a>)
    (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/cf8d1f5e90fd384b19190afd61eb52ae3146ab7f">cf8d1f5e</a>)</li>
    </ul>
    </li>
    <li><strong>deps:</strong>
    <ul>
    <li>bump gradle to 8.14 (<a
    href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7340">#7340</a>)
    (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/84f24f583748cd20fbefd0db64ade3797026edbc">84f24f58</a>)</li>
    <li>use gradle/actions/wrapper-validation (<a
    href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7338">#7338</a>)
    (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/85153665a6b55c18dbf615249b72c8264b8b03f3">85153665</a>)</li>
    </ul>
    </li>
    </ul>
    <h5>New Features</h5>
    <ul>
    <li><strong>client-payment-cryptography:</strong> Add support for
    certificates to be signed by 3rd party certificate authorities. New API
    GetCertificateSigningRequest API and support for providing certificates
    at run-time for tr-34 import/export (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/bcb39c2909a27487b3b31d16ce8ffe7f1a74770b">bcb39c29</a>)</li>
    </ul>
    <h5>Tests</h5>
    <ul>
    <li><strong>core/protocols:</strong> document testing (<a
    href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7334">#7334</a>)
    (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/9cd94157841fb8fb68c7e72bc1a0c32b37a8c630">9cd94157</a>)</li>
    </ul>
    <hr />
    <p>For list of updated packages, view
    <strong>updated-packages.md</strong> in
    <strong>assets-3.888.0.zip</strong></p>
    <h2>v3.887.0</h2>
    <h4>3.887.0(2025-09-11)</h4>
    <h5>Chores</h5>
    <ul>
    <li><strong>ci:</strong> cache gradle in GitHub workflow (<a
    href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7337">#7337</a>)
    (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/bac6f2d58d0bd0c328eaf31fb29f33c9f26a7a36">bac6f2d5</a>)</li>
    <li><strong>codegen:</strong> bump codegen version to 0.34.1 (<a
    href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7329">#7329</a>)
    (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/368074676ce6614d315a46755455a7d45fee6e17">36807467</a>)</li>
    <li><strong>deps:</strong> bump <code>@smithy/</code> dependency
    versions (<a
    href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7328">#7328</a>)
    (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/9963c983c4584153c2c1a5670dd6dbdf9bb02729">9963c983</a>)</li>
    </ul>
    <h5>New Features</h5>
    <ul>
    <li><strong>clients:</strong> update client endpoints as of 2025-09-11
    (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/d1fbb5ffae32eec70403ef41ed72b7c95315b931">d1fbb5ff</a>)</li>
    <li><strong>client-emr-containers:</strong> Added nodeLabel support in
    container provider to aid hardware isolation support for virtual cluster
    and security configuration. (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/b845174108a3359fe0d41addcc81fda04bc39015">b8451741</a>)</li>
    <li><strong>client-ecs:</strong> This release supports hook details for
    Amazon ECS lifecycle hooks. (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/e2c85d3261b74d86d202320242d7295babc33c48">e2c85d32</a>)</li>
    <li><strong>client-evs:</strong> CreateEnvironment API now supports
    parameters (isHcxPublic &amp; hcxNetworkAclId) for HCX migration via
    public internet, adding flexibility for migration scenarios. New APIs
    have been added for associating (AssociateEipToVlan) &amp;
    disassociating (DisassociateEipFromVlan) Elastic IP (EIP) addresses. (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/6147f3535144a372917dac259acced290a112ce1">6147f353</a>)</li>
    <li><strong>client-medialive:</strong> AWS Elemental MediaLive adds a
    new feature in MediaPackage output group that enables MediaPackage V2
    users to control HLS-related parameters directly in MediaLive. These
    parameter settings are then reflected in MediaPackage outputs, providing
    more streamlined control over HLS configurations. (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/36b2bf07c1453e44bdf9452bd89027c104141d59">36b2bf07</a>)</li>
    <li><strong>client-rds:</strong> Adds support for end-to-end IAM
    authentication in RDS Proxy for MySQL, MariaDB, and PostgreSQL engines.
    (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/31a3534412579abab72c0c3ccb83551373e51806">31a35344</a>)</li>
    <li><strong>client-amp:</strong> Add Vended Logs APIs for Amazon
    Prometheus Managed Collector (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/4312d5beaf9cf0dd71e60ad4d0c2f496635c6db6">4312d5be</a>)</li>
    <li><strong>client-quicksight:</strong> This release adds support for
    Account level custom permissions, additional Dashboard Options, and Null
    support for Q&amp;A. (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/40a0cf0567b518db94e0d00993d7ea9131bd2eaf">40a0cf05</a>)</li>
    <li><strong>client-datazone:</strong> adding IAM principal id to IAM
    user profile details (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/090fbf9558cb684a27ebc0ced37dc598d2b05634">090fbf95</a>)</li>
    <li><strong>client-guardduty:</strong> Updated Java SDK implementation
    of entity set status in GuardDuty API. (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/6eb1c3d53dfd00fa35de27bc2c22984a0fd0b0de">6eb1c3d5</a>)</li>
    </ul>
    <h5>Bug Fixes</h5>
    <ul>
    <li><strong>codegen:</strong> update deprecated APIs in build.gradle.kts
    (<a
    href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7335">#7335</a>)
    (<a
    href="https://github.com/aws/aws-sdk-js-v3/commit/127022cb46610e19e628748fd5a490d5205f7ed9">127022cb</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/aws-sdk-js-v3/blob/main/clients/client-eventbridge/CHANGELOG.md"><code>@​aws-sdk/client-eventbridge</code>'s
    changelog</a>.</em></p>
    <blockquote>
    <h1><a
    href="https://github.com/aws/aws-sdk-js-v3/compare/v3.887.0...v3.888.0">3.888.0</a>
    (2025-09-12)</h1>
    <p><strong>Note:</strong> Version bump only for package
    <code>@​aws-sdk/client-eventbridge</code></p>
    <h1><a
    href="https://github.com/aws/aws-sdk-js-v3/compare/v3.886.0...v3.887.0">3.887.0</a>
    (2025-09-11)</h1>
    <p><strong>Note:</strong> Version bump only for package
    <code>@​aws-sdk/client-eventbridge</code></p>
    <h1><a
    href="https://github.com/aws/aws-sdk-js-v3/compare/v3.885.0...v3.886.0">3.886.0</a>
    (2025-09-10)</h1>
    <p><strong>Note:</strong> Version bump only for package
    <code>@​aws-sdk/client-eventbridge</code></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/aws/aws-sdk-js-v3/commit/79c41a2ac8936ec8961e8f469bd2d34fe35aa0c1"><code>79c41a2</code></a>
    Publish v3.888.0</li>
    <li><a
    href="https://github.com/aws/aws-sdk-js-v3/commit/f504fc12db1cf1a86bbce232291ef4c6e7c00a4f"><code>f504fc1</code></a>
    Publish v3.887.0</li>
    <li><a
    href="https://github.com/aws/aws-sdk-js-v3/commit/9963c983c4584153c2c1a5670dd6dbdf9bb02729"><code>9963c98</code></a>
    chore(deps): bump <code>@smithy/</code> dependency versions (<a
    href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-eventbridge/issues/7328">#7328</a>)</li>
    <li><a
    href="https://github.com/aws/aws-sdk-js-v3/commit/52fd2ca06cea14d453402108d7795d19215a6789"><code>52fd2ca</code></a>
    Publish v3.886.0</li>
    <li>See full diff in <a
    href="https://github.com/aws/aws-sdk-js-v3/commits/v3.888.0/clients/client-eventbridge">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>
    dependabot[bot] authored Sep 18, 2025
    Configuration menu
    Copy the full SHA
    7f30dca View commit details
    Browse the repository at this point in the history
  11. chore(main): release 6.7.8 (#4765)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [6.7.8](v6.7.7...v6.7.8)
    (2025-09-18)
    
    
    ### Bug Fixes
    
    * **dispatcher:** Log org / repository context when unable to match
    labels
    ([#4761](#4761))
    ([e214177](e214177))
    @yangmillstheory
    * **lambda:** bump axios from 1.12.1 to 1.12.2 in /lambdas
    ([#4772](#4772))
    ([4d0ad0a](4d0ad0a))
    * **lambda:** bump axios from 1.8.4 to 1.12.0 in /lambdas
    ([#4763](#4763))
    ([bbf1bd8](bbf1bd8))
    * **lambda:** bump the aws group in /lambdas with 7 updates
    ([#4769](#4769))
    ([7f30dca](7f30dca))
    * **lambda:** bump the aws-powertools group in /lambdas with 4 updates
    ([#4770](#4770))
    ([dbb6888](dbb6888))
    
    ---
    This PR was generated with [Release
    Please](https://github.com/googleapis/release-please). See
    [documentation](https://github.com/googleapis/release-please#release-please).
    
    Co-authored-by: runners-releaser[bot] <194412594+runners-releaser[bot]@users.noreply.github.com>
    runners-releaser[bot] authored Sep 18, 2025
    Configuration menu
    Copy the full SHA
    72b959f View commit details
    Browse the repository at this point in the history
Loading