dependabot[bot] opened a new pull request, #36957: URL: https://github.com/apache/beam/pull/36957
Bumps [github.com/aws/smithy-go](https://github.com/aws/smithy-go) from 1.23.2 to 1.24.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aws/smithy-go/blob/main/CHANGELOG.md">github.com/aws/smithy-go's changelog</a>.</em></p> <blockquote> <h1>Release (2025-12-01)</h1> <h2>General Highlights</h2> <ul> <li><strong>Dependency Update</strong>: Updated to the latest SDK module versions</li> </ul> <h2>Module Highlights</h2> <ul> <li><code>github.com/aws/smithy-go</code>: v1.24.0 <ul> <li><strong>Feature</strong>: Improve allocation footprint of the middleware stack. This should convey a ~10% reduction in allocations per SDK request.</li> </ul> </li> </ul> <h1>Release (2025-11-03)</h1> <h2>General Highlights</h2> <ul> <li><strong>Dependency Update</strong>: Updated to the latest SDK module versions</li> </ul> <h2>Module Highlights</h2> <ul> <li><code>github.com/aws/smithy-go</code>: v1.23.2 <ul> <li><strong>Bug Fix</strong>: Adjust the initial sizes of each middleware phase to avoid some unnecessary reallocation.</li> <li><strong>Bug Fix</strong>: Avoid unnecessary allocation overhead from the metrics system when not in use.</li> </ul> </li> </ul> <h1>Release (2025-10-15)</h1> <h2>General Highlights</h2> <ul> <li><strong>Dependency Update</strong>: Bump minimum go version to 1.23.</li> <li><strong>Dependency Update</strong>: Updated to the latest SDK module versions</li> </ul> <h1>Release (2025-09-18)</h1> <h2>Module Highlights</h2> <ul> <li><code>github.com/aws/smithy-go/aws-http-auth</code>: <a href="https://github.com/aws/smithy-go/blob/main/aws-http-auth/CHANGELOG.md#v110-2025-09-18">v1.1.0</a> <ul> <li><strong>Feature</strong>: Added support for SIG4/SIGV4A querystring authentication.</li> </ul> </li> </ul> <h1>Release (2025-08-27)</h1> <h2>General Highlights</h2> <ul> <li><strong>Dependency Update</strong>: Updated to the latest SDK module versions</li> </ul> <h2>Module Highlights</h2> <ul> <li><code>github.com/aws/smithy-go</code>: v1.23.0 <ul> <li><strong>Feature</strong>: Sort map keys in JSON Document types.</li> </ul> </li> </ul> <h1>Release (2025-07-24)</h1> <h2>General Highlights</h2> <ul> <li><strong>Dependency Update</strong>: Updated to the latest SDK module versions</li> </ul> <h2>Module Highlights</h2> <ul> <li><code>github.com/aws/smithy-go</code>: v1.22.5 <ul> <li><strong>Feature</strong>: Add HTTP interceptors.</li> </ul> </li> </ul> <h1>Release (2025-06-16)</h1> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/smithy-go/commit/71f5bff362491399f8a2cca586c5802eb5a66d70"><code>71f5bff</code></a> Release 2025-12-01</li> <li><a href="https://github.com/aws/smithy-go/commit/c94c177cfcf46095d48a88253899242f5971ae1b"><code>c94c177</code></a> changelog</li> <li><a href="https://github.com/aws/smithy-go/commit/0cc0b1c115aede116e0a5b901f195fef2ea2567a"><code>0cc0b1c</code></a> convert middleware steps to linked lists (<a href="https://redirect.github.com/aws/smithy-go/issues/617">#617</a>)</li> <li><a href="https://github.com/aws/smithy-go/commit/ed49224f03828a26529458a48ff56b9b0b4db45e"><code>ed49224</code></a> Add param binding error check in auth scheme resolution to avoid panic (<a href="https://redirect.github.com/aws/smithy-go/issues/619">#619</a>)</li> <li><a href="https://github.com/aws/smithy-go/commit/0e0b20cb123137d985083894df55fdbdbe3ce332"><code>0e0b20c</code></a> add discrete tests for initialize step (<a href="https://redirect.github.com/aws/smithy-go/issues/618">#618</a>)</li> <li><a href="https://github.com/aws/smithy-go/commit/ddbac1c617ac6bea513c16923e7883b1439b2a34"><code>ddbac1c</code></a> only add interceptors if configured (<a href="https://redirect.github.com/aws/smithy-go/issues/616">#616</a>)</li> <li><a href="https://github.com/aws/smithy-go/commit/798bf4fa874b68b13350766bf270d3b868e8abcf"><code>798bf4f</code></a> remove pointless trace spans (<a href="https://redirect.github.com/aws/smithy-go/issues/615">#615</a>)</li> <li><a href="https://github.com/aws/smithy-go/commit/dc545a769d214b08bd69e93fffc40a962b815c56"><code>dc545a7</code></a> don't create op metrics context if not in use (<a href="https://redirect.github.com/aws/smithy-go/issues/613">#613</a>)</li> <li><a href="https://github.com/aws/smithy-go/commit/6f12c095f5277d7e682217bcfd50bab607b193ab"><code>6f12c09</code></a> add host label validation for region before ep resolution (<a href="https://redirect.github.com/aws/smithy-go/issues/612">#612</a>)</li> <li>See full diff in <a href="https://github.com/aws/smithy-go/compare/v1.23.2...v1.24.0">compare view</a></li> </ul> </details> <br /> [](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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
