dependabot[bot] opened a new pull request, #1631: URL: https://github.com/apache/iceberg-go/pull/1631
Bumps the gomod_updates group with 10 updates: | Package | From | To | | --- | --- | --- | | [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.63.1` | `1.64.0` | | [github.com/RoaringBitmap/roaring/v2](https://github.com/RoaringBitmap/roaring) | `2.21.0` | `2.24.0` | | [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.42.1` | `1.43.0` | | [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.32.30` | `1.32.31` | | [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2) | `1.19.29` | `1.19.30` | | [github.com/aws/aws-sdk-go-v2/feature/s3/transfermanager](https://github.com/aws/aws-sdk-go-v2) | `0.2.3` | `0.3.5` | | [github.com/aws/aws-sdk-go-v2/service/glue](https://github.com/aws/aws-sdk-go-v2) | `1.148.1` | `1.149.0` | | [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.105.2` | `1.106.0` | | [github.com/klauspost/compress](https://github.com/klauspost/compress) | `1.19.0` | `1.19.1` | | [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.289.0` | `0.290.0` | Updates `cloud.google.com/go/storage` from 1.63.1 to 1.64.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/googleapis/google-cloud-go/releases">cloud.google.com/go/storage's releases</a>.</em></p> <blockquote> <h2>storage: v1.64.0</h2> <h2><a href="https://github.com/googleapis/google-cloud-go/compare/storage/v1.63.1...storage/v1.64.0">1.64.0</a> (2026-07-21)</h2> <h3>Features</h3> <ul> <li><strong>storage:</strong> Accept CRC32C for appendable objects (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/20104">#20104</a>) (<a href="https://github.com/googleapis/google-cloud-go/commit/1b2f5afa0fe0f159edbc7184467928ebbd8720e2">1b2f5af</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-cloud-go/commit/1a476c130bbaad8d1355db63700fed22aa1cc4a2"><code>1a476c1</code></a> chore: librarian release pull request: 20260521T182442Z (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/14627">#14627</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/dd8448b9186401259e24a68286e41522e0a8a27c"><code>dd8448b</code></a> fix(pubsub/v2): manage exactly once spans properly on failure (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/14559">#14559</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/b54d7a43fdd658081298f0b2ebf84e23aa26b848"><code>b54d7a4</code></a> feat(firestore): support Transaction ReadTime (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/14615">#14615</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/6641db88e5a1c62a967d0505d35c3bc1dedefe9f"><code>6641db8</code></a> feat: update API sources and regenerate (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/14621">#14621</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/e753126859522fbf76d0f15099fa63382836ac65"><code>e753126</code></a> chore: librarian release pull request: 20260519T161341Z (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/14617">#14617</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/593f67d594413796147656e25feacdd1c8f4d047"><code>593f67d</code></a> chore: update librarian to v0.14.0 (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/14619">#14619</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/66c66c5038a3adde16e841396d910a1148eb4482"><code>66c66c5</code></a> feat(firestore): add Data and DataTo methods to AggregationResult (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/14592">#14592</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/0a8d10d18d7e2b0008e82c5e2936f95e82bfbbc5"><code>0a8d10d</code></a> fix(datastore): detach rollback context from transaction cancellation (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/14602">#14602</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/d52fff4c2965f38dbf6c8df7310d80b6f8a0e28e"><code>d52fff4</code></a> chore(all): update module cloud.google.com/go/longrunning to v1 (main) (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/14606">#14606</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-go/commit/d29f68afa17d1b874c374c97642afaaf0958a929"><code>d29f68a</code></a> feat(storage): read checksums in gRPC partial reads (<a href="https://redirect.github.com/googleapis/google-cloud-go/issues/14586">#14586</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/google-cloud-go/compare/storage/v1.63.1...compute/v1.64.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/RoaringBitmap/roaring/v2` from 2.21.0 to 2.24.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/RoaringBitmap/roaring/releases">github.com/RoaringBitmap/roaring/v2's releases</a>.</em></p> <blockquote> <h2>Version 2.24.0</h2> <h2>What's Changed</h2> <ul> <li>Add roaring64 BSI comparison and batch value APIs by <a href="https://github.com/guymolinari"><code>@guymolinari</code></a> in <a href="https://redirect.github.com/RoaringBitmap/roaring/pull/537">RoaringBitmap/roaring#537</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/RoaringBitmap/roaring/compare/v2.23.0...v2.24.0">https://github.com/RoaringBitmap/roaring/compare/v2.23.0...v2.24.0</a></p> <h2>Version 2.23.0</h2> <h2>What's Changed</h2> <ul> <li>perf: speed up fresh Bitmap.Or sorted interleaved source-only high-key inserts by <a href="https://github.com/perfloop-agent"><code>@perfloop-agent</code></a> in <a href="https://redirect.github.com/RoaringBitmap/roaring/pull/535">RoaringBitmap/roaring#535</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/RoaringBitmap/roaring/compare/v2.22.0...v2.23.0">https://github.com/RoaringBitmap/roaring/compare/v2.22.0...v2.23.0</a></p> <h2>Version 2.22.0</h2> <h2>What's Changed</h2> <ul> <li>Optimize roaring64 BSI BatchEqual and int64 comparisons by <a href="https://github.com/guymolinari"><code>@guymolinari</code></a> in <a href="https://redirect.github.com/RoaringBitmap/roaring/pull/536">RoaringBitmap/roaring#536</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/RoaringBitmap/roaring/compare/v2.21.0...v2.22.0">https://github.com/RoaringBitmap/roaring/compare/v2.21.0...v2.22.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/RoaringBitmap/roaring/commit/438e356606d4e651d47a1b8a95b5f2fe08f8c7fd"><code>438e356</code></a> Merge pull request <a href="https://redirect.github.com/RoaringBitmap/roaring/issues/537">#537</a> from RoaringBitmap/bsi-compare-bsi</li> <li><a href="https://github.com/RoaringBitmap/roaring/commit/81c79f4912961e02495c6d3a381dfd2a38124664"><code>81c79f4</code></a> minor cleaning</li> <li><a href="https://github.com/RoaringBitmap/roaring/commit/a84c575289e63cbd9d6efddb7fcaca25ebf55186"><code>a84c575</code></a> Merge pull request <a href="https://redirect.github.com/RoaringBitmap/roaring/issues/535">#535</a> from perfloop/perfloop-pr-open-801b17cwar</li> <li><a href="https://github.com/RoaringBitmap/roaring/commit/bdb28b84090db0745253158529321b229084255d"><code>bdb28b8</code></a> Add roaring64 BSI batch equal values</li> <li><a href="https://github.com/RoaringBitmap/roaring/commit/2db4d9cb4e559808a48c9bc05c7b89889ef8b762"><code>2db4d9c</code></a> perf: trust the sorted-key invariant in the bulk Or path</li> <li><a href="https://github.com/RoaringBitmap/roaring/commit/16832d9922b32e720e7ff8b0b86af0d98d084b28"><code>16832d9</code></a> Add roaring64 BSI batch value extraction</li> <li><a href="https://github.com/RoaringBitmap/roaring/commit/f46bf92e097e3dabd7d108ce251276a187e086d8"><code>f46bf92</code></a> Add roaring64 BSI-to-BSI comparison</li> <li><a href="https://github.com/RoaringBitmap/roaring/commit/70d5d210c6c75328ad82b48d4effcdf142834fed"><code>70d5d21</code></a> Merge pull request <a href="https://redirect.github.com/RoaringBitmap/roaring/issues/536">#536</a> from RoaringBitmap/bsi-correctness-benchmarks</li> <li><a href="https://github.com/RoaringBitmap/roaring/commit/132f8dfeac15acc78f5a48eac98d9e56d52009b5"><code>132f8df</code></a> Clean roaring64 golint comments</li> <li><a href="https://github.com/RoaringBitmap/roaring/commit/ce6964fafb110bfa0eeafd14f538fe9b7a6085cd"><code>ce6964f</code></a> Clarify BSI64 benchmark scope</li> <li>Additional commits viewable in <a href="https://github.com/RoaringBitmap/roaring/compare/v2.21.0...v2.24.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/aws/aws-sdk-go-v2` from 1.42.1 to 1.43.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/4fef3455fe2dcb5ea3de4e9fbacf889b84c8a255"><code>4fef345</code></a> Release 2026-07-21</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/62754193b1dfd903e741ad656a3e43cda43e3d6c"><code>6275419</code></a> Regenerated Clients</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/f8598305ac9db1544afae331c09df396ee2f7b3e"><code>f859830</code></a> Update API model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/278591d8fcdcb1f3ec22c3562dcd648b169f4a31"><code>278591d</code></a> Add an option to clients to disable clock skew (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/3483">#3483</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/d132ac727d15f1c7ff251e0b6739c0e9362ae322"><code>d132ac7</code></a> Fix Clock Skew according to internal specification (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/3472">#3472</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/03519c98d97b40b31ab42755e4bc6d26e39af5d6"><code>03519c9</code></a> Release 2026-07-20</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/dda3efb63a49f64351f314aa8b6266dee9efbfc2"><code>dda3efb</code></a> Regenerated Clients</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/348cec09e4e0e856665f55f5e548135388a4ef25"><code>348cec0</code></a> Update API model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/f4fd2723ed647078bced4bdf4b83e6a61c379546"><code>f4fd272</code></a> Release 2026-07-17</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/8e4cbc854bca2c82b351089583123964fb4f392a"><code>8e4cbc8</code></a> Regenerated Clients</li> <li>Additional commits viewable in <a href="https://github.com/aws/aws-sdk-go-v2/compare/v1.42.1...v1.43.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/aws/aws-sdk-go-v2/config` from 1.32.30 to 1.32.31 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/4fef3455fe2dcb5ea3de4e9fbacf889b84c8a255"><code>4fef345</code></a> Release 2026-07-21</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/62754193b1dfd903e741ad656a3e43cda43e3d6c"><code>6275419</code></a> Regenerated Clients</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/f8598305ac9db1544afae331c09df396ee2f7b3e"><code>f859830</code></a> Update API model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/278591d8fcdcb1f3ec22c3562dcd648b169f4a31"><code>278591d</code></a> Add an option to clients to disable clock skew (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/3483">#3483</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/d132ac727d15f1c7ff251e0b6739c0e9362ae322"><code>d132ac7</code></a> Fix Clock Skew according to internal specification (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/3472">#3472</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/03519c98d97b40b31ab42755e4bc6d26e39af5d6"><code>03519c9</code></a> Release 2026-07-20</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/dda3efb63a49f64351f314aa8b6266dee9efbfc2"><code>dda3efb</code></a> Regenerated Clients</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/348cec09e4e0e856665f55f5e548135388a4ef25"><code>348cec0</code></a> Update API model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/f4fd2723ed647078bced4bdf4b83e6a61c379546"><code>f4fd272</code></a> Release 2026-07-17</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/8e4cbc854bca2c82b351089583123964fb4f392a"><code>8e4cbc8</code></a> Regenerated Clients</li> <li>Additional commits viewable in <a href="https://github.com/aws/aws-sdk-go-v2/compare/config/v1.32.30...config/v1.32.31">compare view</a></li> </ul> </details> <br /> Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.19.29 to 1.19.30 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/4fef3455fe2dcb5ea3de4e9fbacf889b84c8a255"><code>4fef345</code></a> Release 2026-07-21</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/62754193b1dfd903e741ad656a3e43cda43e3d6c"><code>6275419</code></a> Regenerated Clients</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/f8598305ac9db1544afae331c09df396ee2f7b3e"><code>f859830</code></a> Update API model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/278591d8fcdcb1f3ec22c3562dcd648b169f4a31"><code>278591d</code></a> Add an option to clients to disable clock skew (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/3483">#3483</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/d132ac727d15f1c7ff251e0b6739c0e9362ae322"><code>d132ac7</code></a> Fix Clock Skew according to internal specification (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/3472">#3472</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/03519c98d97b40b31ab42755e4bc6d26e39af5d6"><code>03519c9</code></a> Release 2026-07-20</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/dda3efb63a49f64351f314aa8b6266dee9efbfc2"><code>dda3efb</code></a> Regenerated Clients</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/348cec09e4e0e856665f55f5e548135388a4ef25"><code>348cec0</code></a> Update API model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/f4fd2723ed647078bced4bdf4b83e6a61c379546"><code>f4fd272</code></a> Release 2026-07-17</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/8e4cbc854bca2c82b351089583123964fb4f392a"><code>8e4cbc8</code></a> Regenerated Clients</li> <li>Additional commits viewable in <a href="https://github.com/aws/aws-sdk-go-v2/compare/credentials/v1.19.29...credentials/v1.19.30">compare view</a></li> </ul> </details> <br /> Updates `github.com/aws/aws-sdk-go-v2/feature/s3/transfermanager` from 0.2.3 to 0.3.5 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/4fef3455fe2dcb5ea3de4e9fbacf889b84c8a255"><code>4fef345</code></a> Release 2026-07-21</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/62754193b1dfd903e741ad656a3e43cda43e3d6c"><code>6275419</code></a> Regenerated Clients</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/f8598305ac9db1544afae331c09df396ee2f7b3e"><code>f859830</code></a> Update API model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/278591d8fcdcb1f3ec22c3562dcd648b169f4a31"><code>278591d</code></a> Add an option to clients to disable clock skew (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/3483">#3483</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/d132ac727d15f1c7ff251e0b6739c0e9362ae322"><code>d132ac7</code></a> Fix Clock Skew according to internal specification (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/3472">#3472</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/03519c98d97b40b31ab42755e4bc6d26e39af5d6"><code>03519c9</code></a> Release 2026-07-20</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/dda3efb63a49f64351f314aa8b6266dee9efbfc2"><code>dda3efb</code></a> Regenerated Clients</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/348cec09e4e0e856665f55f5e548135388a4ef25"><code>348cec0</code></a> Update API model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/f4fd2723ed647078bced4bdf4b83e6a61c379546"><code>f4fd272</code></a> Release 2026-07-17</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/8e4cbc854bca2c82b351089583123964fb4f392a"><code>8e4cbc8</code></a> Regenerated Clients</li> <li>Additional commits viewable in <a href="https://github.com/aws/aws-sdk-go-v2/compare/internal/repotools/v0.2.3...feature/s3/transfermanager/v0.3.5">compare view</a></li> </ul> </details> <br /> Updates `github.com/aws/aws-sdk-go-v2/service/glue` from 1.148.1 to 1.149.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/e9b00e26a17fcdb0b01772ad19fc6f733abac749"><code>e9b00e2</code></a> Release 2024-02-22</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/0cfc53e095ae2e97185c6f594d1725320f152304"><code>0cfc53e</code></a> Regenerated Clients</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/92d6c194cfde05280d8836ef7b56c36fd7fd926d"><code>92d6c19</code></a> Update API model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/18adb3114cc789def28fac1b718657d33443ed5c"><code>18adb31</code></a> add middleware snapshot tests (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2513">#2513</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/7888f0e10eb7ef5db0b67a8a27bb8eeee984257b"><code>7888f0e</code></a> Release 2024-02-21</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/4a9cd1dd63c4532e0afe4e5314750bf08f1ae68b"><code>4a9cd1d</code></a> Regenerated Clients</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/bebcd8c54f31abf4fc37a2205de460dae58ac122"><code>bebcd8c</code></a> Update SDK's smithy-go dependency to v1.20.1</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/374e0b974c5f03f15165917cd839a03110c36404"><code>374e0b9</code></a> Update API model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/98b0dc8950774e9a1691307dc845a50e066d847c"><code>98b0dc8</code></a> dep: drop dependency on go-cmp in protocol tests (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2506">#2506</a>)</li> <li>See full diff in <a href="https://github.com/aws/aws-sdk-go-v2/compare/service/ec2/v1.148.1...service/ec2/v1.149.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.105.2 to 1.106.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/4fef3455fe2dcb5ea3de4e9fbacf889b84c8a255"><code>4fef345</code></a> Release 2026-07-21</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/62754193b1dfd903e741ad656a3e43cda43e3d6c"><code>6275419</code></a> Regenerated Clients</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/f8598305ac9db1544afae331c09df396ee2f7b3e"><code>f859830</code></a> Update API model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/278591d8fcdcb1f3ec22c3562dcd648b169f4a31"><code>278591d</code></a> Add an option to clients to disable clock skew (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/3483">#3483</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/d132ac727d15f1c7ff251e0b6739c0e9362ae322"><code>d132ac7</code></a> Fix Clock Skew according to internal specification (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/3472">#3472</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/03519c98d97b40b31ab42755e4bc6d26e39af5d6"><code>03519c9</code></a> Release 2026-07-20</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/dda3efb63a49f64351f314aa8b6266dee9efbfc2"><code>dda3efb</code></a> Regenerated Clients</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/348cec09e4e0e856665f55f5e548135388a4ef25"><code>348cec0</code></a> Update API model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/f4fd2723ed647078bced4bdf4b83e6a61c379546"><code>f4fd272</code></a> Release 2026-07-17</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/8e4cbc854bca2c82b351089583123964fb4f392a"><code>8e4cbc8</code></a> Regenerated Clients</li> <li>Additional commits viewable in <a href="https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.105.2...service/s3/v1.106.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/klauspost/compress` from 1.19.0 to 1.19.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/klauspost/compress/releases">github.com/klauspost/compress's releases</a>.</em></p> <blockquote> <h2>v1.19.1</h2> <h2>What's Changed</h2> <ul> <li>zstd: Validate SnappyConverter literal copies by <a href="https://github.com/klauspost"><code>@klauspost</code></a> in <a href="https://redirect.github.com/klauspost/compress/pull/1170">klauspost/compress#1170</a></li> <li>flate: use <code>Peek</code> instead of <code>ReadByte</code> for the <code>bufio.Reader</code> decode path by <a href="https://github.com/joechenrh"><code>@joechenrh</code></a> in <a href="https://redirect.github.com/klauspost/compress/pull/1169">klauspost/compress#1169</a></li> <li>zstd: bump avo pin, regenerate arm64 asm by <a href="https://github.com/lizthegrey"><code>@lizthegrey</code></a> in <a href="https://redirect.github.com/klauspost/compress/pull/1167">klauspost/compress#1167</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/joechenrh"><code>@joechenrh</code></a> made their first contribution in <a href="https://redirect.github.com/klauspost/compress/pull/1169">klauspost/compress#1169</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/klauspost/compress/compare/v1.19.0...v1.19.1">https://github.com/klauspost/compress/compare/v1.19.0...v1.19.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/klauspost/compress/commit/2602f4afea09fe72f2b58d4ed04d43a6047a0131"><code>2602f4a</code></a> Update changelog for version 1.19.0</li> <li><a href="https://github.com/klauspost/compress/commit/983acec6dacb98c0d721ca53eb5a904c3c6bec67"><code>983acec</code></a> add defensive checks</li> <li><a href="https://github.com/klauspost/compress/commit/9960386c58450bc4ae5fd67411c394b6a7f23c4c"><code>9960386</code></a> zstd: Validate SnappyConverter literal copies (<a href="https://redirect.github.com/klauspost/compress/issues/1170">#1170</a>)</li> <li><a href="https://github.com/klauspost/compress/commit/e29d4d389f0e7806e1e84392d0c43453a5048a0f"><code>e29d4d3</code></a> flate: use <code>Peek</code> instead of <code>ReadByte</code> for the <code>bufio.Reader</code> decode path (#...</li> <li><a href="https://github.com/klauspost/compress/commit/c0bbc84762b7d178fe7b1e3a75140793179e9e37"><code>c0bbc84</code></a> zstd: bump avo pin, regenerate arm64 asm (<a href="https://redirect.github.com/klauspost/compress/issues/1167">#1167</a>)</li> <li><a href="https://github.com/klauspost/compress/commit/efdb6ed96c4b5d23f9bd6c3e739414789c871a9d"><code>efdb6ed</code></a> build(deps): bump the github-actions group with 6 updates (<a href="https://redirect.github.com/klauspost/compress/issues/1166">#1166</a>)</li> <li>See full diff in <a href="https://github.com/klauspost/compress/compare/v1.19.0...v1.19.1">compare view</a></li> </ul> </details> <br /> Updates `google.golang.org/api` from 0.289.0 to 0.290.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/googleapis/google-api-go-client/releases">google.golang.org/api's releases</a>.</em></p> <blockquote> <h2>v0.290.0</h2> <h2><a href="https://github.com/googleapis/google-api-go-client/compare/v0.289.0...v0.290.0">0.290.0</a> (2026-07-20)</h2> <h3>Features</h3> <ul> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3661">#3661</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/dea11c224ee6b69cc88ebd03460e95cf11f8733c">dea11c2</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3663">#3663</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/93d30d482d74cf2f49ada20c06fcdfa9ceb0ed87">93d30d4</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md">google.golang.org/api's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/googleapis/google-api-go-client/compare/v0.289.0...v0.290.0">0.290.0</a> (2026-07-20)</h2> <h3>Features</h3> <ul> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3661">#3661</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/dea11c224ee6b69cc88ebd03460e95cf11f8733c">dea11c2</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3663">#3663</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/93d30d482d74cf2f49ada20c06fcdfa9ceb0ed87">93d30d4</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-api-go-client/commit/b1b12e7c28c287baa23edf8941b2f4a8071c97a9"><code>b1b12e7</code></a> chore(main): release 0.290.0 (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3662">#3662</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/153c78e85b81c1a98919bc8abf26a3055996d5ce"><code>153c78e</code></a> chore: expand CODEOWNERS (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3664">#3664</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/93d30d482d74cf2f49ada20c06fcdfa9ceb0ed87"><code>93d30d4</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3663">#3663</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/dea11c224ee6b69cc88ebd03460e95cf11f8733c"><code>dea11c2</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3661">#3661</a>)</li> <li>See full diff in <a href="https://github.com/googleapis/google-api-go-client/compare/v0.289.0...v0.290.0">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot 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> -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
