Commit 8d326d9
authored
Bump fast-xml-parser, aws-amplify, @aws-sdk/client-lambda, @aws-sdk/client-ssm and @aws-sdk/client-translate in /webapp (#86)
Bumps
[fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser)
to 5.3.6 and updates ancestor dependencies
[fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser),
[aws-amplify](https://github.com/aws-amplify/amplify-js),
[@aws-sdk/client-lambda](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-lambda),
[@aws-sdk/client-ssm](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ssm)
and
[@aws-sdk/client-translate](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-translate).
These dependencies need to be updated together.
Updates `fast-xml-parser` from 4.4.1 to 5.3.6
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/NaturalIntelligence/fast-xml-parser/releases">fast-xml-parser's
releases</a>.</em></p>
<blockquote>
<h2>Entity security and performance</h2>
<ul>
<li>Improve security and performance of entity processing
<ul>
<li>new options <code>maxEntitySize</code>,
<code>maxExpansionDepth</code>, <code>maxTotalExpansions</code>,
<code>maxExpandedLength</code>,
<code>allowedTags</code>,<code>tagFilter</code></li>
<li>fast return when no edtity is present</li>
<li>improvement replacement logic to reduce number of calls</li>
<li></li>
</ul>
</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/NaturalIntelligence/fast-xml-parser/compare/v5.3.5...v5.3.6">https://github.com/NaturalIntelligence/fast-xml-parser/compare/v5.3.5...v5.3.6</a></p>
<h2>v5.3.5</h2>
<h2>What's Changed</h2>
<ul>
<li>Add missing exports to fxp commonjs types by <a
href="https://github.com/jeremymeng"><code>@jeremymeng</code></a> in <a
href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/pull/782">NaturalIntelligence/fast-xml-parser#782</a></li>
<li>fix: Escape regex char in entity name</li>
<li>update strnum to 2.1.2</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/jeremymeng"><code>@jeremymeng</code></a> made
their first contribution in <a
href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/pull/782">NaturalIntelligence/fast-xml-parser#782</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/NaturalIntelligence/fast-xml-parser/compare/v5.3.4...v5.3.5">https://github.com/NaturalIntelligence/fast-xml-parser/compare/v5.3.4...v5.3.5</a></p>
<h2>fix: handle HTML numeric and hex entities when out of range</h2>
<p>No release notes provided.</p>
<h2>bug fix and performance improvements</h2>
<ul>
<li>fix <a
href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/775">#775</a>:
transformTagName with allowBooleanAttributes adds an unnecessary
attribute</li>
<li>Performance improvement for stopNodes (By <a
href="https://github.com/macieklamberski">Maciek Lamberski</a>)</li>
</ul>
<h2>Replace <code>Buffer</code> with <code>Uint8Array</code></h2>
<ul>
<li>Launched Separate CLI module</li>
<li>Replace <code>Buffer</code> with <code>Uint8Array</code></li>
</ul>
<h2>Support EMPTY and ANY with ELEMENT in DOCTYPE</h2>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/NaturalIntelligence/fast-xml-parser/compare/v5.2.4...v5.2.4">https://github.com/NaturalIntelligence/fast-xml-parser/compare/v5.2.4...v5.2.4</a></p>
<h2>upgrade to ESM module and fixing value parsing issues</h2>
<ul>
<li>Support ESM modules</li>
<li>fix value parsing issues</li>
<li>a feature to access tag location is added (metadata)</li>
<li>fix to read DOCTYPE correctly</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md">https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md</a></p>
<h2>Summary update on all the previous releases from v4.2.4</h2>
<ul>
<li>Multiple minor fixes provided in the validator and parser</li>
<li>v6 is added for experimental use.</li>
<li>ignoreAttributes support function, and array of string or regex</li>
<li>Add support for parsing HTML numeric entities</li>
<li>v5 of the application is ESM module now. However, JS is also
supported</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md">fast-xml-parser's
changelog</a>.</em></p>
<blockquote>
<p><!-- raw HTML omitted -->Note: If you find missing information about
particular minor version, that version must have been changed without
any functional change in this library.<!-- raw HTML omitted --></p>
<p>5.3.7
<strong>5.3.7 / 2026-02-20</strong></p>
<ul>
<li>fix typings for CJS (By <a
href="https://github.com/Drarig29">Corentin Girard</a>)</li>
</ul>
<p><strong>5.3.6 / 2026-02-14</strong></p>
<ul>
<li>Improve security and performance of entity processing
<ul>
<li>new options <code>maxEntitySize</code>,
<code>maxExpansionDepth</code>, <code>maxTotalExpansions</code>,
<code>maxExpandedLength</code>,
<code>allowedTags</code>,<code>tagFilter</code></li>
<li>fast return when no edtity is present</li>
<li>improvement replacement logic to reduce number of calls</li>
</ul>
</li>
</ul>
<p><strong>5.3.5 / 2026-02-08</strong></p>
<ul>
<li>fix: Escape regex char in entity name</li>
<li>update strnum to 2.1.2</li>
<li>add missing exports in CJS typings</li>
</ul>
<p><strong>5.3.4 / 2026-01-30</strong></p>
<ul>
<li>fix: handle HTML numeric and hex entities when out of range</li>
</ul>
<p><strong>5.3.3 / 2025-12-12</strong></p>
<ul>
<li>fix <a
href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/775">#775</a>:
transformTagName with allowBooleanAttributes adds an unnecessary
attribute</li>
</ul>
<p><strong>5.3.2 / 2025-11-14</strong></p>
<ul>
<li>fix for import statement for v6</li>
</ul>
<p><strong>5.3.1 / 2025-11-03</strong></p>
<ul>
<li>Performance improvement for stopNodes (By <a
href="https://github.com/macieklamberski">Maciek Lamberski</a>)</li>
</ul>
<p><strong>5.3.0 / 2025-10-03</strong></p>
<ul>
<li>Use <code>Uint8Array</code> in place of <code>Buffer</code> in
Parser</li>
</ul>
<p><strong>5.2.5 / 2025-06-08</strong></p>
<ul>
<li>Inform user to use <a
href="https://github.com/NaturalIntelligence/fxp-cli">fxp-cli</a>
instead of in-built CLI feature</li>
<li>Export typings for direct use</li>
</ul>
<p><strong>5.2.4 / 2025-06-06</strong></p>
<ul>
<li>fix (<a
href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/747">#747</a>):
fix EMPTY and ANY with ELEMENT in DOCTYPE</li>
</ul>
<p><strong>5.2.3 / 2025-05-11</strong></p>
<ul>
<li>fix (<a
href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/747">#747</a>):
support EMPTY and ANY with ELEMENT in DOCTYPE</li>
</ul>
<p><strong>5.2.2 / 2025-05-05</strong></p>
<ul>
<li>fix (<a
href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/746">#746</a>):
update strnum to fix parsing issues related to enotations</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/NaturalIntelligence/fast-xml-parser/commit/ecb2ca118ad3d6c62f2cc90416b58da24db5d18b"><code>ecb2ca1</code></a>
update release info</li>
<li><a
href="https://github.com/NaturalIntelligence/fast-xml-parser/commit/910dae5be2de2955e968558fadf6e8f74f117a77"><code>910dae5</code></a>
fix entities performance & security issues</li>
<li><a
href="https://github.com/NaturalIntelligence/fast-xml-parser/commit/fe9a85270122036ae22637167ce38a5f71b73a5f"><code>fe9a852</code></a>
update strnum and release detail</li>
<li><a
href="https://github.com/NaturalIntelligence/fast-xml-parser/commit/943ef0eb1b2d3284e72dd74f44a042ee9f07026e"><code>943ef0e</code></a>
fix: Escape regex char in entity name</li>
<li><a
href="https://github.com/NaturalIntelligence/fast-xml-parser/commit/ddcd0acf26ddd682cb0dc15a2bd6aa3b96bb1e69"><code>ddcd0ac</code></a>
Escape regex char in entity name</li>
<li><a
href="https://github.com/NaturalIntelligence/fast-xml-parser/commit/341b582219b1eb57e4c34ca58881602cba6b8711"><code>341b582</code></a>
Add missing exports to fxp commonjs types (<a
href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/782">#782</a>)</li>
<li><a
href="https://github.com/NaturalIntelligence/fast-xml-parser/commit/753e770f69d0f30c95b0287f7b8c57e4a93bbc12"><code>753e770</code></a>
update release details</li>
<li><a
href="https://github.com/NaturalIntelligence/fast-xml-parser/commit/4e387f61c4a5cef792f6a2f42467013290bf95dc"><code>4e387f6</code></a>
handle html entities when out of range</li>
<li><a
href="https://github.com/NaturalIntelligence/fast-xml-parser/commit/088b47a660b13003644e4399c48f0d4593fb4e59"><code>088b47a</code></a>
correct typo (<a
href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/780">#780</a>)</li>
<li><a
href="https://github.com/NaturalIntelligence/fast-xml-parser/commit/f335cbf80462b821ec9ee2b1e864c0b762515397"><code>f335cbf</code></a>
update publish detail</li>
<li>Additional commits viewable in <a
href="https://github.com/NaturalIntelligence/fast-xml-parser/compare/v4.4.1...v5.3.6">compare
view</a></li>
</ul>
</details>
<br />
Updates `aws-amplify` from 6.14.2 to 6.16.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/aws-amplify/amplify-js/releases">aws-amplify's
releases</a>.</em></p>
<blockquote>
<h2>2026-02-05 Amplify JS release - aws-amplify@6.16.2</h2>
<h2>What's Changed</h2>
<ul>
<li>chore: Merge release into main by <a
href="https://github.com/aws-amplify-ops"><code>@aws-amplify-ops</code></a>
in <a
href="https://redirect.github.com/aws-amplify/amplify-js/pull/14686">aws-amplify/amplify-js#14686</a></li>
<li>feat(rtn-web-browser): add unit tests by <a
href="https://github.com/ahmedhamouda78"><code>@ahmedhamouda78</code></a>
in <a
href="https://redirect.github.com/aws-amplify/amplify-js/pull/14541">aws-amplify/amplify-js#14541</a></li>
<li>fix(auth): rename passwordless_options to passwordless by <a
href="https://github.com/ahmedhamouda78"><code>@ahmedhamouda78</code></a>
in <a
href="https://redirect.github.com/aws-amplify/amplify-js/pull/14691">aws-amplify/amplify-js#14691</a></li>
<li>chore(deps-dev): bump next from 16.1.1 to 16.1.5 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/aws-amplify/amplify-js/pull/14692">aws-amplify/amplify-js#14692</a></li>
<li>chore(deps): bump fast-xml-parser from 4.5.3 to 5.3.4 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/aws-amplify/amplify-js/pull/14699">aws-amplify/amplify-js#14699</a></li>
<li>Version Packages (<a
href="https://redirect.github.com/aws-amplify/amplify-js/issues/14701">#14701</a>)
by <a href="https://github.com/soberm"><code>@soberm</code></a> in <a
href="https://redirect.github.com/aws-amplify/amplify-js/pull/14702">aws-amplify/amplify-js#14702</a></li>
<li>chore(deps): bump @aws-sdk/* to 3.982.0 by <a
href="https://github.com/pranavosu"><code>@pranavosu</code></a> in <a
href="https://redirect.github.com/aws-amplify/amplify-js/pull/14704">aws-amplify/amplify-js#14704</a></li>
<li>release(required): Amplify JS release by <a
href="https://github.com/Simone319"><code>@Simone319</code></a> in <a
href="https://redirect.github.com/aws-amplify/amplify-js/pull/14705">aws-amplify/amplify-js#14705</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/aws-amplify/amplify-js/compare/aws-amplify@6.16.0...aws-amplify@6.16.2">https://github.com/aws-amplify/amplify-js/compare/aws-amplify@6.16.0...aws-amplify@6.16.2</a></p>
<h2>2026-02-02 Amplify JS release - aws-amplify@6.16.1</h2>
<p>No change.</p>
<h2>2026-01-23 Amplify JS release - aws-amplify@6.16.0</h2>
<h2>What's Changed</h2>
<ul>
<li>chore: Merge release into main by <a
href="https://github.com/sarayev"><code>@sarayev</code></a> in <a
href="https://redirect.github.com/aws-amplify/amplify-js/pull/14674">aws-amplify/amplify-js#14674</a></li>
<li>fix: add CI environment check to pre-push hook by <a
href="https://github.com/sarayev"><code>@sarayev</code></a> in <a
href="https://redirect.github.com/aws-amplify/amplify-js/pull/14675">aws-amplify/amplify-js#14675</a></li>
<li>chore: add deprecation warning related to Pinpoint end of support by
<a href="https://github.com/soberm"><code>@soberm</code></a> in <a
href="https://redirect.github.com/aws-amplify/amplify-js/pull/14676">aws-amplify/amplify-js#14676</a></li>
<li>chore: enable missing tests by <a
href="https://github.com/soberm"><code>@soberm</code></a> in <a
href="https://redirect.github.com/aws-amplify/amplify-js/pull/14672">aws-amplify/amplify-js#14672</a></li>
<li>chore: enable kinesis tests by <a
href="https://github.com/soberm"><code>@soberm</code></a> in <a
href="https://redirect.github.com/aws-amplify/amplify-js/pull/14652">aws-amplify/amplify-js#14652</a></li>
<li>feat(storage): add folder deletion support to remove API by <a
href="https://github.com/osama-rizk"><code>@osama-rizk</code></a> in <a
href="https://redirect.github.com/aws-amplify/amplify-js/pull/14671">aws-amplify/amplify-js#14671</a></li>
<li>chore(deps): bump lodash from 4.17.21 to 4.17.23 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/aws-amplify/amplify-js/pull/14683">aws-amplify/amplify-js#14683</a></li>
<li>fix: skip integ_react_interactions_chatbot_v1 test due to Lex V1
rate limiting by <a
href="https://github.com/ahmedhamouda78"><code>@ahmedhamouda78</code></a>
in <a
href="https://redirect.github.com/aws-amplify/amplify-js/pull/14684">aws-amplify/amplify-js#14684</a></li>
<li>feat(auth): add passwordless configuration parsing and validation by
<a
href="https://github.com/ahmedhamouda78"><code>@ahmedhamouda78</code></a>
in <a
href="https://redirect.github.com/aws-amplify/amplify-js/pull/14679">aws-amplify/amplify-js#14679</a></li>
<li>release: Amplify JS release by <a
href="https://github.com/osama-rizk"><code>@osama-rizk</code></a> in <a
href="https://redirect.github.com/aws-amplify/amplify-js/pull/14680">aws-amplify/amplify-js#14680</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/aws-amplify/amplify-js/compare/aws-amplify@6.15.10...aws-amplify@6.16.0">https://github.com/aws-amplify/amplify-js/compare/aws-amplify@6.15.10...aws-amplify@6.16.0</a></p>
<h2>2026-01-15 Amplify JS release - aws-amplify@6.15.10</h2>
<h2>What's Changed</h2>
<ul>
<li>chore: Merge release into main by <a
href="https://github.com/osama-rizk"><code>@osama-rizk</code></a> in <a
href="https://redirect.github.com/aws-amplify/amplify-js/pull/14651">aws-amplify/amplify-js#14651</a></li>
<li>chore(deps-dev): bump next from 14.2.32 to 14.2.35 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/aws-amplify/amplify-js/pull/14656">aws-amplify/amplify-js#14656</a></li>
<li>fix(rtn-push-notification): android build/rn 0.81.4 compatibility by
<a href="https://github.com/osama-rizk"><code>@osama-rizk</code></a> in
<a
href="https://redirect.github.com/aws-amplify/amplify-js/pull/14654">aws-amplify/amplify-js#14654</a></li>
<li>fix: upgrade qs dependency to ^6.14.1 by <a
href="https://github.com/sarayev"><code>@sarayev</code></a> in <a
href="https://redirect.github.com/aws-amplify/amplify-js/pull/14665">aws-amplify/amplify-js#14665</a></li>
<li>fix: append params instead of constructor by <a
href="https://github.com/bobbor"><code>@bobbor</code></a> in <a
href="https://redirect.github.com/aws-amplify/amplify-js/pull/14662">aws-amplify/amplify-js#14662</a></li>
<li>feat: add next16 support by <a
href="https://github.com/bobbor"><code>@bobbor</code></a> in <a
href="https://redirect.github.com/aws-amplify/amplify-js/pull/14639">aws-amplify/amplify-js#14639</a></li>
<li>fix: update AWS SDK packages to resolve
<code>@smithy/config-resolver</code> by <a
href="https://github.com/adrianjoshua-strutt"><code>@adrianjoshua-strutt</code></a>
in <a
href="https://redirect.github.com/aws-amplify/amplify-js/pull/14667">aws-amplify/amplify-js#14667</a></li>
<li>fix(adapter-nextjs): encode the cookie names when writing to cookie
store by <a href="https://github.com/sarayev"><code>@sarayev</code></a>
in <a
href="https://redirect.github.com/aws-amplify/amplify-js/pull/14668">aws-amplify/amplify-js#14668</a></li>
<li>release(required): Amplify JS release by <a
href="https://github.com/sarayev"><code>@sarayev</code></a> in <a
href="https://redirect.github.com/aws-amplify/amplify-js/pull/14669">aws-amplify/amplify-js#14669</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/aws-amplify/amplify-js/compare/aws-amplify@6.15.9...aws-amplify@6.15.10">https://github.com/aws-amplify/amplify-js/compare/aws-amplify@6.15.9...aws-amplify@6.15.10</a></p>
<h2>2025-12-10 Amplify JS release - aws-amplify@6.15.9</h2>
<h2>What's Changed</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws-amplify/amplify-js/commit/46ff4ba5bf95304d8b51456094b4fccf00674c08"><code>46ff4ba</code></a>
chore(release): Publish [skip release]</li>
<li><a
href="https://github.com/aws-amplify/amplify-js/commit/6bbc2de512f1aad22f85b1ae5be92947a95c2fc7"><code>6bbc2de</code></a>
chore(release): Set core metadata [skip release]</li>
<li><a
href="https://github.com/aws-amplify/amplify-js/commit/07be37b2dc0e4185872b719adcc057d7c03e06d7"><code>07be37b</code></a>
release(required): Amplify JS release (<a
href="https://redirect.github.com/aws-amplify/amplify-js/issues/14705">#14705</a>)</li>
<li><a
href="https://github.com/aws-amplify/amplify-js/commit/79760089d95d7fa447fae34b24bd08ba4243311e"><code>7976008</code></a>
chore(deps): bump @aws-sdk/* to 3.982.0 (<a
href="https://redirect.github.com/aws-amplify/amplify-js/issues/14704">#14704</a>)</li>
<li><a
href="https://github.com/aws-amplify/amplify-js/commit/2e1c146e4a82f8f25b0ac918fb8ddea3b8c6317c"><code>2e1c146</code></a>
Version Packages (<a
href="https://redirect.github.com/aws-amplify/amplify-js/issues/14701">#14701</a>)
(<a
href="https://redirect.github.com/aws-amplify/amplify-js/issues/14702">#14702</a>)</li>
<li><a
href="https://github.com/aws-amplify/amplify-js/commit/61cc23b76b54e1a343796a802a50e30f57a41cfd"><code>61cc23b</code></a>
chore(deps): bump fast-xml-parser from 4.5.3 to 5.3.4 (<a
href="https://redirect.github.com/aws-amplify/amplify-js/issues/14699">#14699</a>)</li>
<li><a
href="https://github.com/aws-amplify/amplify-js/commit/c10343aeb6593805e0bee1a21c18b4c2637ffa03"><code>c10343a</code></a>
chore(deps-dev): bump next from 16.1.1 to 16.1.5 (<a
href="https://redirect.github.com/aws-amplify/amplify-js/issues/14692">#14692</a>)</li>
<li><a
href="https://github.com/aws-amplify/amplify-js/commit/6754ce3da44e8babdb1ca0926bdd382118b49bda"><code>6754ce3</code></a>
fix(auth): rename passwordless_options to passwordless (<a
href="https://redirect.github.com/aws-amplify/amplify-js/issues/14691">#14691</a>)</li>
<li><a
href="https://github.com/aws-amplify/amplify-js/commit/db2825b921d61101a0dfed9a9db7279ec1f04cff"><code>db2825b</code></a>
feat(rtn-web-browser): add unit tests (<a
href="https://redirect.github.com/aws-amplify/amplify-js/issues/14541">#14541</a>)</li>
<li><a
href="https://github.com/aws-amplify/amplify-js/commit/8f3044e02320b73e7e46f98fa51ef34149d7bb1e"><code>8f3044e</code></a>
chore: Merge release into main (<a
href="https://redirect.github.com/aws-amplify/amplify-js/issues/14686">#14686</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/aws-amplify/amplify-js/compare/aws-amplify@6.14.2...aws-amplify@6.16.2">compare
view</a></li>
</ul>
</details>
<br />
Updates `@aws-sdk/client-lambda` from 3.799.0 to 3.995.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-lambda</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v3.995.0</h2>
<h4>3.995.0(2026-02-20)</h4>
<h5>Chores</h5>
<ul>
<li><strong>codegen:</strong> bump codegen version to 0.45.0 (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7752">#7752</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/3c93f8ab7a5baa0ad56bc06767b38132490221de">3c93f8ab</a>)</li>
<li><strong>util-user-agent-node:</strong> populate metadata of
alternative JavaScript runtimes (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7754">#7754</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/79d2c235fc32a54fd088949cdb63afcd7fd8ed60">79d2c235</a>)</li>
<li>make PR template checklist easier to edit (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7753">#7753</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/be25ea35e3e48a216d20cd66beb3537d36d8a258">be25ea35</a>)</li>
</ul>
<h5>New Features</h5>
<ul>
<li><strong>clients:</strong> update client endpoints as of 2026-02-20
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/aa23f1e0e151ac3e2ce430b8b847ee196d78f457">aa23f1e0</a>)</li>
<li><strong>client-appstream:</strong> Adding new attribute to disable
IMDS v1 APIs for fleet, Image Builder and AppBlockBuilder instances. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/720218892a2c5eae9c5157e383a253d02a5b3959">72021889</a>)</li>
<li><strong>client-sagemaker-runtime:</strong> Added support for
S3OutputPathExtension and Filename parameters to the InvokeEndpointAsync
API to allow users to customize the S3 output path and file name for
async inference response payloads. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/edac3d730ce23289651582209425f567912be4fd">edac3d73</a>)</li>
<li><strong>client-trustedadvisor:</strong> Adding a new enum
attribute(statusReason) to TrustedAdvisorAPI response. This attribute
explains reasoning behind check status for certain specific scenarios.
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/2d4a1eb4804aafa8b4581783e0db0dcb3eb61e8d">2d4a1eb4</a>)</li>
<li><strong>client-ecs:</strong> Migrated to Smithy. No functional
changes (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/20258a5ffedcaffdf80b85eeb66d5e00057de37d">20258a5f</a>)</li>
<li><strong>client-ssm:</strong> Add support for
AssociationDispatchAssumeRole in AWS SSM State Manager. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/83535fc82c40d5871dea60dc4374527d6a2ff5be">83535fc8</a>)</li>
<li><strong>client-signer-data:</strong> This release introduces AWS
Signer Data Plane SDK client supporting GetRevocationStatus API. The new
client enables AWS PrivateLink connectivity with both private DNS and
VPC endpoint URLs. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/b03b059db8d788eed82aa57f354adc89d06767c7">b03b059d</a>)</li>
</ul>
<hr />
<p>For list of updated packages, view
<strong>updated-packages.md</strong> in
<strong>assets-3.995.0.zip</strong></p>
<h2>v3.994.0</h2>
<h4>3.994.0(2026-02-19)</h4>
<h5>Chores</h5>
<ul>
<li><strong>codegen:</strong> bump Gradle to 9.3.1 (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7750">#7750</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/9db72de8815a925baaf710de2745c53dd5612ac2">9db72de8</a>)</li>
</ul>
<h5>New Features</h5>
<ul>
<li><strong>client-pca-connector-scep:</strong> AWS Private CA Connector
for SCEP now supports AWS PrivateLink, allowing your clients to request
certificates from within your Amazon Virtual Private Cloud (VPC) without
traversing the public internet. With this launch, you can create VPC
endpoints to connect to your SCEP connector privately. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/6ffd8f08c3d0fc44ea0b4ce41f707411530d3bf4">6ffd8f08</a>)</li>
<li><strong>client-bcm-dashboards:</strong> The Billing and Cost
Management GetDashboard API now returns identifier for each widget,
enabling users to uniquely identify widgets within their dashboards. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/4d6e1de79c505a6806eb8c66d48bd278f60868f9">4d6e1de7</a>)</li>
<li><strong>client-ecr:</strong> Adds multiple artifact types filter
support in ListImageReferrers API. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/9335ea37587772acdb32fd218b0227b8ce2c14ac">9335ea37</a>)</li>
</ul>
<hr />
<p>For list of updated packages, view
<strong>updated-packages.md</strong> in
<strong>assets-3.994.0.zip</strong></p>
<h2>v3.993.0</h2>
<h4>3.993.0(2026-02-18)</h4>
<h5>Chores</h5>
<ul>
<li>bump fast-xml-parser to 5.3.6 (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7747">#7747</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/74d03faf12a9970b1510406afd30bab58de050e8">74d03faf</a>)</li>
<li><strong>codegen:</strong> fix undefined http binding top level
members (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7741">#7741</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/4b0264205571fb92738e0304838377aa8d98394c">4b026420</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-lambda/CHANGELOG.md"><code>@aws-sdk/client-lambda</code>'s
changelog</a>.</em></p>
<blockquote>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.994.0...v3.995.0">3.995.0</a>
(2026-02-20)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@aws-sdk/client-lambda</code></p>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.993.0...v3.994.0">3.994.0</a>
(2026-02-19)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@aws-sdk/client-lambda</code></p>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.992.0...v3.993.0">3.993.0</a>
(2026-02-18)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@aws-sdk/client-lambda</code></p>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.991.0...v3.992.0">3.992.0</a>
(2026-02-17)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@aws-sdk/client-lambda</code></p>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.990.0...v3.991.0">3.991.0</a>
(2026-02-16)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@aws-sdk/client-lambda</code></p>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.989.0...v3.990.0">3.990.0</a>
(2026-02-13)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@aws-sdk/client-lambda</code></p>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.988.0...v3.989.0">3.989.0</a>
(2026-02-12)</h1>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/e8dc4f20e257561a97d7cdda37f4ef3578068e8c"><code>e8dc4f2</code></a>
Publish v3.995.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/62005a29357f34b10275ac0e7354bf25f0b49ae7"><code>62005a2</code></a>
Publish v3.994.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/1d8d8189357aa19f8cca82d37fbaf37e0e58e83a"><code>1d8d818</code></a>
Publish v3.993.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/4b0264205571fb92738e0304838377aa8d98394c"><code>4b02642</code></a>
chore(codegen): fix undefined http binding top level members (<a
href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-lambda/issues/7741">#7741</a>)</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/c4fdbdb6a436f50160724a6cc6919475a4dbfc8d"><code>c4fdbdb</code></a>
Publish v3.992.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/d504da4cb5a18065a60caa6dd9609f4ef39cafd3"><code>d504da4</code></a>
Publish v3.991.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/b037203be0358d33f3c27fb994750dd2c0aa1b9b"><code>b037203</code></a>
Publish v3.990.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/92253a3a6463bf96a0729b1223c37b3336c0989a"><code>92253a3</code></a>
Publish v3.989.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/223d2fbb5cecd43edfe1a3fde2b5460974e325eb"><code>223d2fb</code></a>
Publish v3.988.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/d20ea16f8069517b7dc02c62f39afea11423f061"><code>d20ea16</code></a>
chore(codegen): update for compositeErrorRegistries (<a
href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-lambda/issues/7728">#7728</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/aws/aws-sdk-js-v3/commits/v3.995.0/clients/client-lambda">compare
view</a></li>
</ul>
</details>
<br />
Updates `@aws-sdk/client-ssm` from 3.812.0 to 3.995.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.995.0</h2>
<h4>3.995.0(2026-02-20)</h4>
<h5>Chores</h5>
<ul>
<li><strong>codegen:</strong> bump codegen version to 0.45.0 (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7752">#7752</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/3c93f8ab7a5baa0ad56bc06767b38132490221de">3c93f8ab</a>)</li>
<li><strong>util-user-agent-node:</strong> populate metadata of
alternative JavaScript runtimes (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7754">#7754</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/79d2c235fc32a54fd088949cdb63afcd7fd8ed60">79d2c235</a>)</li>
<li>make PR template checklist easier to edit (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7753">#7753</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/be25ea35e3e48a216d20cd66beb3537d36d8a258">be25ea35</a>)</li>
</ul>
<h5>New Features</h5>
<ul>
<li><strong>clients:</strong> update client endpoints as of 2026-02-20
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/aa23f1e0e151ac3e2ce430b8b847ee196d78f457">aa23f1e0</a>)</li>
<li><strong>client-appstream:</strong> Adding new attribute to disable
IMDS v1 APIs for fleet, Image Builder and AppBlockBuilder instances. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/720218892a2c5eae9c5157e383a253d02a5b3959">72021889</a>)</li>
<li><strong>client-sagemaker-runtime:</strong> Added support for
S3OutputPathExtension and Filename parameters to the InvokeEndpointAsync
API to allow users to customize the S3 output path and file name for
async inference response payloads. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/edac3d730ce23289651582209425f567912be4fd">edac3d73</a>)</li>
<li><strong>client-trustedadvisor:</strong> Adding a new enum
attribute(statusReason) to TrustedAdvisorAPI response. This attribute
explains reasoning behind check status for certain specific scenarios.
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/2d4a1eb4804aafa8b4581783e0db0dcb3eb61e8d">2d4a1eb4</a>)</li>
<li><strong>client-ecs:</strong> Migrated to Smithy. No functional
changes (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/20258a5ffedcaffdf80b85eeb66d5e00057de37d">20258a5f</a>)</li>
<li><strong>client-ssm:</strong> Add support for
AssociationDispatchAssumeRole in AWS SSM State Manager. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/83535fc82c40d5871dea60dc4374527d6a2ff5be">83535fc8</a>)</li>
<li><strong>client-signer-data:</strong> This release introduces AWS
Signer Data Plane SDK client supporting GetRevocationStatus API. The new
client enables AWS PrivateLink connectivity with both private DNS and
VPC endpoint URLs. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/b03b059db8d788eed82aa57f354adc89d06767c7">b03b059d</a>)</li>
</ul>
<hr />
<p>For list of updated packages, view
<strong>updated-packages.md</strong> in
<strong>assets-3.995.0.zip</strong></p>
<h2>v3.994.0</h2>
<h4>3.994.0(2026-02-19)</h4>
<h5>Chores</h5>
<ul>
<li><strong>codegen:</strong> bump Gradle to 9.3.1 (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7750">#7750</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/9db72de8815a925baaf710de2745c53dd5612ac2">9db72de8</a>)</li>
</ul>
<h5>New Features</h5>
<ul>
<li><strong>client-pca-connector-scep:</strong> AWS Private CA Connector
for SCEP now supports AWS PrivateLink, allowing your clients to request
certificates from within your Amazon Virtual Private Cloud (VPC) without
traversing the public internet. With this launch, you can create VPC
endpoints to connect to your SCEP connector privately. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/6ffd8f08c3d0fc44ea0b4ce41f707411530d3bf4">6ffd8f08</a>)</li>
<li><strong>client-bcm-dashboards:</strong> The Billing and Cost
Management GetDashboard API now returns identifier for each widget,
enabling users to uniquely identify widgets within their dashboards. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/4d6e1de79c505a6806eb8c66d48bd278f60868f9">4d6e1de7</a>)</li>
<li><strong>client-ecr:</strong> Adds multiple artifact types filter
support in ListImageReferrers API. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/9335ea37587772acdb32fd218b0227b8ce2c14ac">9335ea37</a>)</li>
</ul>
<hr />
<p>For list of updated packages, view
<strong>updated-packages.md</strong> in
<strong>assets-3.994.0.zip</strong></p>
<h2>v3.993.0</h2>
<h4>3.993.0(2026-02-18)</h4>
<h5>Chores</h5>
<ul>
<li>bump fast-xml-parser to 5.3.6 (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7747">#7747</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/74d03faf12a9970b1510406afd30bab58de050e8">74d03faf</a>)</li>
<li><strong>codegen:</strong> fix undefined http binding top level
members (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7741">#7741</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/4b0264205571fb92738e0304838377aa8d98394c">4b026420</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.994.0...v3.995.0">3.995.0</a>
(2026-02-20)</h1>
<h3>Features</h3>
<ul>
<li><strong>client-ssm:</strong> Add support for
AssociationDispatchAssumeRole in AWS SSM State Manager. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/83535fc82c40d5871dea60dc4374527d6a2ff5be">83535fc</a>)</li>
</ul>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.993.0...v3.994.0">3.994.0</a>
(2026-02-19)</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.992.0...v3.993.0">3.993.0</a>
(2026-02-18)</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.991.0...v3.992.0">3.992.0</a>
(2026-02-17)</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.990.0...v3.991.0">3.991.0</a>
(2026-02-16)</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.989.0...v3.990.0">3.990.0</a>
(2026-02-13)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@aws-sdk/client-ssm</code></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/e8dc4f20e257561a97d7cdda37f4ef3578068e8c"><code>e8dc4f2</code></a>
Publish v3.995.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/83535fc82c40d5871dea60dc4374527d6a2ff5be"><code>83535fc</code></a>
feat(client-ssm): Add support for AssociationDispatchAssumeRole in AWS
SSM St...</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/62005a29357f34b10275ac0e7354bf25f0b49ae7"><code>62005a2</code></a>
Publish v3.994.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/1d8d8189357aa19f8cca82d37fbaf37e0e58e83a"><code>1d8d818</code></a>
Publish v3.993.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/4b0264205571fb92738e0304838377aa8d98394c"><code>4b02642</code></a>
chore(codegen): fix undefined http binding top level members (<a
href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ssm/issues/7741">#7741</a>)</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/c4fdbdb6a436f50160724a6cc6919475a4dbfc8d"><code>c4fdbdb</code></a>
Publish v3.992.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/d504da4cb5a18065a60caa6dd9609f4ef39cafd3"><code>d504da4</code></a>
Publish v3.991.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/b037203be0358d33f3c27fb994750dd2c0aa1b9b"><code>b037203</code></a>
Publish v3.990.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/92253a3a6463bf96a0729b1223c37b3336c0989a"><code>92253a3</code></a>
Publish v3.989.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/223d2fbb5cecd43edfe1a3fde2b5460974e325eb"><code>223d2fb</code></a>
Publish v3.988.0</li>
<li>Additional commits viewable in <a
href="https://github.com/aws/aws-sdk-js-v3/commits/v3.995.0/clients/client-ssm">compare
view</a></li>
</ul>
</details>
<br />
Updates `@aws-sdk/client-translate` from 3.787.0 to 3.995.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-translate</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v3.995.0</h2>
<h4>3.995.0(2026-02-20)</h4>
<h5>Chores</h5>
<ul>
<li><strong>codegen:</strong> bump codegen version to 0.45.0 (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7752">#7752</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/3c93f8ab7a5baa0ad56bc06767b38132490221de">3c93f8ab</a>)</li>
<li><strong>util-user-agent-node:</strong> populate metadata of
alternative JavaScript runtimes (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7754">#7754</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/79d2c235fc32a54fd088949cdb63afcd7fd8ed60">79d2c235</a>)</li>
<li>make PR template checklist easier to edit (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7753">#7753</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/be25ea35e3e48a216d20cd66beb3537d36d8a258">be25ea35</a>)</li>
</ul>
<h5>New Features</h5>
<ul>
<li><strong>clients:</strong> update client endpoints as of 2026-02-20
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/aa23f1e0e151ac3e2ce430b8b847ee196d78f457">aa23f1e0</a>)</li>
<li><strong>client-appstream:</strong> Adding new attribute to disable
IMDS v1 APIs for fleet, Image Builder and AppBlockBuilder instances. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/720218892a2c5eae9c5157e383a253d02a5b3959">72021889</a>)</li>
<li><strong>client-sagemaker-runtime:</strong> Added support for
S3OutputPathExtension and Filename parameters to the InvokeEndpointAsync
API to allow users to customize the S3 output path and file name for
async inference response payloads. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/edac3d730ce23289651582209425f567912be4fd">edac3d73</a>)</li>
<li><strong>client-trustedadvisor:</strong> Adding a new enum
attribute(statusReason) to TrustedAdvisorAPI response. This attribute
explains reasoning behind check status for certain specific scenarios.
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/2d4a1eb4804aafa8b4581783e0db0dcb3eb61e8d">2d4a1eb4</a>)</li>
<li><strong>client-ecs:</strong> Migrated to Smithy. No functional
changes (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/20258a5ffedcaffdf80b85eeb66d5e00057de37d">20258a5f</a>)</li>
<li><strong>client-ssm:</strong> Add support for
AssociationDispatchAssumeRole in AWS SSM State Manager. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/83535fc82c40d5871dea60dc4374527d6a2ff5be">83535fc8</a>)</li>
<li><strong>client-signer-data:</strong> This release introduces AWS
Signer Data Plane SDK client supporting GetRevocationStatus API. The new
client enables AWS PrivateLink connectivity with both private DNS and
VPC endpoint URLs. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/b03b059db8d788eed82aa57f354adc89d06767c7">b03b059d</a>)</li>
</ul>
<hr />
<p>For list of updated packages, view
<strong>updated-packages.md</strong> in
<strong>assets-3.995.0.zip</strong></p>
<h2>v3.994.0</h2>
<h4>3.994.0(2026-02-19)</h4>
<h5>Chores</h5>
<ul>
<li><strong>codegen:</strong> bump Gradle to 9.3.1 (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7750">#7750</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/9db72de8815a925baaf710de2745c53dd5612ac2">9db72de8</a>)</li>
</ul>
<h5>New Features</h5>
<ul>
<li><strong>client-pca-connector-scep:</strong> AWS Private CA Connector
for SCEP now supports AWS PrivateLink, allowing your clients to request
certificates from within your Amazon Virtual Private Cloud (VPC) without
traversing the public internet. With this launch, you can create VPC
endpoints to connect to your SCEP connector privately. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/6ffd8f08c3d0fc44ea0b4ce41f707411530d3bf4">6ffd8f08</a>)</li>
<li><strong>client-bcm-dashboards:</strong> The Billing and Cost
Management GetDashboard API now returns identifier for each widget,
enabling users to uniquely identify widgets within their dashboards. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/4d6e1de79c505a6806eb8c66d48bd278f60868f9">4d6e1de7</a>)</li>
<li><strong>client-ecr:</strong> Adds multiple artifact types filter
support in ListImageReferrers API. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/9335ea37587772acdb32fd218b0227b8ce2c14ac">9335ea37</a>)</li>
</ul>
<hr />
<p>For list of updated packages, view
<strong>updated-packages.md</strong> in
<strong>assets-3.994.0.zip</strong></p>
<h2>v3.993.0</h2>
<h4>3.993.0(2026-02-18)</h4>
<h5>Chores</h5>
<ul>
<li>bump fast-xml-parser to 5.3.6 (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7747">#7747</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/74d03faf12a9970b1510406afd30bab58de050e8">74d03faf</a>)</li>
<li><strong>codegen:</strong> fix undefined http binding top level
members (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/7741">#7741</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/4b0264205571fb92738e0304838377aa8d98394c">4b026420</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-translate/CHANGELOG.md"><code>@aws-sdk/client-translate</code>'s
changelog</a>.</em></p>
<blockquote>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.994.0...v3.995.0">3.995.0</a>
(2026-02-20)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@aws-sdk/client-translate</code></p>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.993.0...v3.994.0">3.994.0</a>
(2026-02-19)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@aws-sdk/client-translate</code></p>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.992.0...v3.993.0">3.993.0</a>
(2026-02-18)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@aws-sdk/client-translate</code></p>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.991.0...v3.992.0">3.992.0</a>
(2026-02-17)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@aws-sdk/client-translate</code></p>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.990.0...v3.991.0">3.991.0</a>
(2026-02-16)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@aws-sdk/client-translate</code></p>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.989.0...v3.990.0">3.990.0</a>
(2026-02-13)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@aws-sdk/client-translate</code></p>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.988.0...v3.989.0">3.989.0</a>
(2026-02-12)</h1>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/e8dc4f20e257561a97d7cdda37f4ef3578068e8c"><code>e8dc4f2</code></a>
Publish v3.995.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/62005a29357f34b10275ac0e7354bf25f0b49ae7"><code>62005a2</code></a>
Publish v3.994.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/1d8d8189357aa19f8cca82d37fbaf37e0e58e83a"><code>1d8d818</code></a>
Publish v3.993.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/4b0264205571fb92738e0304838377aa8d98394c"><code>4b02642</code></a>
chore(codegen): fix undefined http binding top level members (<a
href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-translate/issues/7741">#7741</a>)</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/c4fdbdb6a436f50160724a6cc6919475a4dbfc8d"><code>c4fdbdb</code></a>
Publish v3.992.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/d504da4cb5a18065a60caa6dd9609f4ef39cafd3"><code>d504da4</code></a>
Publish v3.991.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/b037203be0358d33f3c27fb994750dd2c0aa1b9b"><code>b037203</code></a>
Publish v3.990.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/92253a3a6463bf96a0729b1223c37b3336c0989a"><code>92253a3</code></a>
Publish v3.989.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/223d2fbb5cecd43edfe1a3fde2b5460974e325eb"><code>223d2fb</code></a>
Publish v3.988.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/d20ea16f8069517b7dc02c62f39afea11423f061"><code>d20ea16</code></a>
chore(codegen): update for compositeErrorRegistries (<a
href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-translate/issues/7728">#7728</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/aws/aws-sdk-js-v3/commits/v3.995.0/clients/client-translate">compare
view</a></li>
</ul>
</details>
<br />
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore 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/aws-samples/serverless-full-stack-webapp-starter-kit/network/alerts).
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 48b12e6 commit 8d326d9
2 files changed
Lines changed: 1204 additions & 5276 deletions
0 commit comments