dependabot[bot] opened a new pull request, #428: URL: https://github.com/apache/iceberg-go/pull/428
Bumps the gomod_updates group with 4 updates: [github.com/apache/arrow-go/v18](https://github.com/apache/arrow-go), [github.com/aws/aws-sdk-go-v2/service/glue](https://github.com/aws/aws-sdk-go-v2), [golang.org/x/sync](https://github.com/golang/sync) and [google.golang.org/api](https://github.com/googleapis/google-api-go-client). Updates `github.com/apache/arrow-go/v18` from 18.2.1-0.20250425153947-5ae8b27ab357 to 18.3.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/arrow-go/releases">github.com/apache/arrow-go/v18's releases</a>.</em></p> <blockquote> <h2>v18.3.0</h2> <h2>What's Changed</h2> <ul> <li>chore: Bump golang.org/x/sync from 0.11.0 to 0.12.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/308">apache/arrow-go#308</a></li> <li>chore: Bump golang.org/x/net from 0.35.0 to 0.36.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/313">apache/arrow-go#313</a></li> <li>feat(arrow/array): convert RecordReader and iterators by <a href="https://github.com/zeroshade"><code>@zeroshade</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/314">apache/arrow-go#314</a></li> <li>refactor(arrow/array): replace some codegen with generics by <a href="https://github.com/zeroshade"><code>@zeroshade</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/315">apache/arrow-go#315</a></li> <li>chore: Bump golang.org/x/tools from 0.30.0 to 0.31.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/317">apache/arrow-go#317</a></li> <li>chore: Bump github.com/golang/snappy from 0.0.4 to 1.0.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/316">apache/arrow-go#316</a></li> <li>feat(parquet/pqarrow): Add SeekToRow for RecordReader by <a href="https://github.com/zeroshade"><code>@zeroshade</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/321">apache/arrow-go#321</a></li> <li>fix: go's atomic operations require 64bit alignment in structs on ARM by <a href="https://github.com/sahib"><code>@sahib</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/323">apache/arrow-go#323</a></li> <li>feat(arrow/compute): implement "is_in" function by <a href="https://github.com/zeroshade"><code>@zeroshade</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/319">apache/arrow-go#319</a></li> <li>fix(parquet/pqarrow): fix propagation of FieldIds for nested fields by <a href="https://github.com/zeroshade"><code>@zeroshade</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/324">apache/arrow-go#324</a></li> <li>Fix: Handle null values in PlainFixedLenByteArrayEncoder gracefully by <a href="https://github.com/singh1203"><code>@singh1203</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/320">apache/arrow-go#320</a></li> <li>fix(parquet/pqarrow): fix definition levels with non-nullable lists by <a href="https://github.com/zeroshade"><code>@zeroshade</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/325">apache/arrow-go#325</a></li> <li>chore: Bump actions/upload-artifact from 4.6.1 to 4.6.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/331">apache/arrow-go#331</a></li> <li>chore: Bump actions/setup-go from 5.3.0 to 5.4.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/332">apache/arrow-go#332</a></li> <li>chore: Bump actions/download-artifact from 4.1.9 to 4.2.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/333">apache/arrow-go#333</a></li> <li>chore: fix macOS Go 1.24 CI by <a href="https://github.com/lidavidm"><code>@lidavidm</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/334">apache/arrow-go#334</a></li> <li>chore: Bump gonum.org/v1/gonum from 0.15.1 to 0.16.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/328">apache/arrow-go#328</a></li> <li>chore: Bump google.golang.org/protobuf from 1.36.5 to 1.36.6 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/330">apache/arrow-go#330</a></li> <li>chore: Bump actions/setup-python from 5.4.0 to 5.5.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/338">apache/arrow-go#338</a></li> <li>feat(parquet/metadata): bloom filter implementation by <a href="https://github.com/zeroshade"><code>@zeroshade</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/336">apache/arrow-go#336</a></li> <li>feat(parquet): Write/Read bloom filters from files by <a href="https://github.com/zeroshade"><code>@zeroshade</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/341">apache/arrow-go#341</a></li> <li>fix: move from atomic.(Add|Load|Store) to atomic.Int64{} by <a href="https://github.com/sahib"><code>@sahib</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/326">apache/arrow-go#326</a></li> <li>chore: Bump golang.org/x/sync from 0.12.0 to 0.13.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/347">apache/arrow-go#347</a></li> <li>fix(parquet/file): restore goroutine safety for reader by <a href="https://github.com/zeroshade"><code>@zeroshade</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/343">apache/arrow-go#343</a></li> <li>chore: Bump google.golang.org/grpc from 1.71.0 to 1.71.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/346">apache/arrow-go#346</a></li> <li>chore: Bump golang.org/x/sys from 0.31.0 to 0.32.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/345">apache/arrow-go#345</a></li> <li>chore: Enable GitHub discussions on arrow-go repository by <a href="https://github.com/raulcd"><code>@raulcd</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/353">apache/arrow-go#353</a></li> <li>chore: Bump github.com/substrait-io/substrait-go/v3 from 3.9.0 to 3.9.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/355">apache/arrow-go#355</a></li> <li>chore: Bump golang.org/x/tools from 0.31.0 to 0.32.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/356">apache/arrow-go#356</a></li> <li>Compress: add MarshalText and UnmarshalText by <a href="https://github.com/jdemeyer"><code>@jdemeyer</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/357">apache/arrow-go#357</a></li> <li>chore: Bump google.golang.org/grpc from 1.71.1 to 1.72.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/358">apache/arrow-go#358</a></li> <li>fix(arrow/array): optional struct array with required field by <a href="https://github.com/zeroshade"><code>@zeroshade</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/359">apache/arrow-go#359</a></li> <li>feat(parquet/schema): initial variant logical type by <a href="https://github.com/zeroshade"><code>@zeroshade</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/352">apache/arrow-go#352</a></li> <li>chore: Bump actions/setup-python from 5.5.0 to 5.6.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/363">apache/arrow-go#363</a></li> <li>chore: Bump actions/download-artifact from 4.2.1 to 4.3.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/364">apache/arrow-go#364</a></li> <li>chore(arrow): remove most lock copies by <a href="https://github.com/zeroshade"><code>@zeroshade</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/362">apache/arrow-go#362</a></li> <li>Fix panic when WriteDataPage fails by <a href="https://github.com/ashishnegi"><code>@ashishnegi</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/366">apache/arrow-go#366</a></li> <li><a href="https://redirect.github.com/apache/arrow-go/issues/46087">GH-46087</a>: [FlightSQL] Allow returning column remarks in FlightSQL's CommandGetTables by <a href="https://github.com/mateuszrzeszutek"><code>@mateuszrzeszutek</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/361">apache/arrow-go#361</a></li> <li>chore: Bump golang.org/x/sys from 0.32.0 to 0.33.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/apache/arrow-go/pull/367">apache/arrow-go#367</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/sahib"><code>@sahib</code></a> made their first contribution in <a href="https://redirect.github.com/apache/arrow-go/pull/323">apache/arrow-go#323</a></li> <li><a href="https://github.com/jdemeyer"><code>@jdemeyer</code></a> made their first contribution in <a href="https://redirect.github.com/apache/arrow-go/pull/357">apache/arrow-go#357</a></li> <li><a href="https://github.com/ashishnegi"><code>@ashishnegi</code></a> made their first contribution in <a href="https://redirect.github.com/apache/arrow-go/pull/366">apache/arrow-go#366</a></li> <li><a href="https://github.com/mateuszrzeszutek"><code>@mateuszrzeszutek</code></a> made their first contribution in <a href="https://redirect.github.com/apache/arrow-go/pull/361">apache/arrow-go#361</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/apache/arrow-go/compare/v18.2.0...v18.3.0">https://github.com/apache/arrow-go/compare/v18.2.0...v18.3.0</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/apache/arrow-go/commits/v18.3.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/aws/aws-sdk-go-v2/service/glue` from 1.109.2 to 1.110.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/aws/aws-sdk-go-v2/blob/service/ec2/v1.110.0/CHANGELOG.md">github.com/aws/aws-sdk-go-v2/service/glue's changelog</a>.</em></p> <blockquote> <h1>Release (2023-08-03)</h1> <h2>Module Highlights</h2> <ul> <li><code>github.com/aws/aws-sdk-go-v2/service/autoscaling</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/service/ec2/v1.110.0/service/autoscaling/CHANGELOG.md#v1302-2023-08-03">v1.30.2</a> <ul> <li><strong>Documentation</strong>: Documentation changes related to Amazon EC2 Auto Scaling APIs.</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/cloud9</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/service/ec2/v1.110.0/service/cloud9/CHANGELOG.md#v1182-2023-08-03">v1.18.2</a> <ul> <li><strong>Documentation</strong>: Updated the deprecation date for Amazon Linux. Doc only update.</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/databasemigrationservice</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/service/ec2/v1.110.0/service/databasemigrationservice/CHANGELOG.md#v1300-2023-08-03">v1.30.0</a> <ul> <li><strong>Feature</strong>: The release makes public API for DMS Schema Conversion feature.</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/ec2</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/service/ec2/v1.110.0/service/ec2/CHANGELOG.md#v11100-2023-08-03">v1.110.0</a> <ul> <li><strong>Feature</strong>: This release adds new parameter isPrimaryIPv6 to allow assigning an IPv6 address as a primary IPv6 address to a network interface which cannot be changed to give equivalent functionality available for network interfaces with primary IPv4 address.</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/sagemaker</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/service/ec2/v1.110.0/service/sagemaker/CHANGELOG.md#v1990-2023-08-03">v1.99.0</a> <ul> <li><strong>Feature</strong>: Amazon SageMaker now supports running training jobs on p5.48xlarge instance types.</li> </ul> </li> </ul> <h1>Release (2023-08-02)</h1> <h2>Module Highlights</h2> <ul> <li><code>github.com/aws/aws-sdk-go-v2/service/budgets</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/service/ec2/v1.110.0/service/budgets/CHANGELOG.md#v1160-2023-08-02">v1.16.0</a> <ul> <li><strong>Feature</strong>: As part of CAE tagging integration we need to update our budget names regex filter to prevent customers from using "/action/" in their budget names.</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/service/ec2/v1.110.0/service/cognitoidentityprovider/CHANGELOG.md#v1250-2023-08-02">v1.25.0</a> <ul> <li><strong>Feature</strong>: New feature that logs Cognito user pool error messages to CloudWatch logs.</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/glue</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/service/ec2/v1.110.0/service/glue/CHANGELOG.md#v1600-2023-08-02">v1.60.0</a> <ul> <li><strong>Feature</strong>: This release includes additional Glue Streaming KAKFA SASL property types.</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/resiliencehub</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/service/ec2/v1.110.0/service/resiliencehub/CHANGELOG.md#v1130-2023-08-02">v1.13.0</a> <ul> <li><strong>Feature</strong>: Drift Detection capability added when applications policy has moved from a meet to breach state. Customers will be able to exclude operational recommendations and receive credit in their resilience score. Customers can now add ARH permissions to an existing or new role.</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/sagemaker</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/service/ec2/v1.110.0/service/sagemaker/CHANGELOG.md#v1980-2023-08-02">v1.98.0</a> <ul> <li><strong>Feature</strong>: SageMaker Inference Recommender introduces a new API GetScalingConfigurationRecommendation to recommend auto scaling policies based on completed Inference Recommender jobs.</li> </ul> </li> </ul> <h1>Release (2023-08-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/aws-sdk-go-v2/service/batch</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/service/ec2/v1.110.0/service/batch/CHANGELOG.md#v1260-2023-08-01">v1.26.0</a> <ul> <li><strong>Feature</strong>: This release adds support for price capacity optimized allocation strategy for Spot Instances.</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/databasemigrationservice</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/service/ec2/v1.110.0/service/databasemigrationservice/CHANGELOG.md#v1290-2023-08-01">v1.29.0</a> <ul> <li><strong>Feature</strong>: Adding new API describe-engine-versions which provides information about the lifecycle of a replication instance's version.</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/internetmonitor</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/service/ec2/v1.110.0/service/internetmonitor/CHANGELOG.md#v150-2023-08-01">v1.5.0</a> <ul> <li><strong>Feature</strong>: This release adds a new feature for Amazon CloudWatch Internet Monitor that enables customers to set custom thresholds, for performance and availability drops, for impact limited to a single city-network to trigger creation of a health event.</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/medialive</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/service/ec2/v1.110.0/service/medialive/CHANGELOG.md#v1340-2023-08-01">v1.34.0</a> <ul> <li><strong>Feature</strong>: AWS Elemental Link devices now report their Availability Zone. Link devices now support the ability to change their Availability Zone.</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/polly</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/service/ec2/v1.110.0/service/polly/CHANGELOG.md#v1290-2023-08-01">v1.29.0</a> <ul> <li><strong>Feature</strong>: Amazon Polly adds new French Belgian voice - Isabelle. Isabelle is available as Neural voice only.</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/rds</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/service/ec2/v1.110.0/service/rds/CHANGELOG.md#v1500-2023-08-01">v1.50.0</a> <ul> <li><strong>Feature</strong>: Added support for deleted clusters PiTR.</li> </ul> </li> <li><code>github.com/aws/aws-sdk-go-v2/service/sagemaker</code>: <a href="https://github.com/aws/aws-sdk-go-v2/blob/service/ec2/v1.110.0/service/sagemaker/CHANGELOG.md#v1970-2023-08-01">v1.97.0</a> <ul> <li><strong>Feature</strong>: Add Stairs TrafficPattern and FlatInvocations to RecommendationJobStoppingConditions</li> </ul> </li> </ul> <h1>Release (2023-07-31)</h1> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/5cd9e6db4bf9b3455c16ef3668bcc6a7786fd29a"><code>5cd9e6d</code></a> Release 2023-08-03</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/7c1fa4e30547c03fc29fe32099aea460050cd5f9"><code>7c1fa4e</code></a> Regenerated Clients</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/c67b12538b4c795894e8d26a58a38ecba9adf4b4"><code>c67b125</code></a> Update API model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/35a658a11f8eaac84a956f1e71fd66f3d9a26039"><code>35a658a</code></a> Release 2023-08-02</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/716808d2a2c6ff6a61851b8361a62502c80799db"><code>716808d</code></a> Regenerated Clients</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/ca05b97be6b578403fdcdf654e0513b2ee75ee16"><code>ca05b97</code></a> Update endpoints model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/f1e3407c51800f71409d3d6e58299b6169793ed9"><code>f1e3407</code></a> Update API model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/5acb273c15cad2fd5278dc646597ec9386bd6884"><code>5acb273</code></a> add cross-branch smithy-go runtime detection in CI (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2220">#2220</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/1f2e30deb6ab07576348eb5f81ad5c0b060d6121"><code>1f2e30d</code></a> Release 2023-08-01</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/df6e948b86a342b068c3cae9afdd5e213ddd7e15"><code>df6e948</code></a> Regenerated Clients</li> <li>Additional commits viewable in <a href="https://github.com/aws/aws-sdk-go-v2/compare/service/glue/v1.109.2...service/ec2/v1.110.0">compare view</a></li> </ul> </details> <br /> Updates `golang.org/x/sync` from 0.13.0 to 0.14.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/sync/commit/506c70f97318aa991ec5a898685660c880c166ca"><code>506c70f</code></a> errgroup: propagate panic and Goexit through Wait</li> <li>See full diff in <a href="https://github.com/golang/sync/compare/v0.13.0...v0.14.0">compare view</a></li> </ul> </details> <br /> Updates `google.golang.org/api` from 0.231.0 to 0.232.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.232.0</h2> <h2><a href="https://github.com/googleapis/google-api-go-client/compare/v0.231.0...v0.232.0">0.232.0</a> (2025-05-05)</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/3132">#3132</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/f041909f994dee88dcd6ab8430ad0894810bd7a6">f041909</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3134">#3134</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/f5cbc80e537c6929397a0c80e3b52421ff967b07">f5cbc80</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3135">#3135</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/25f8d4abda5f98d9ea4dcae64dc5ac51dc296a19">25f8d4a</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3136">#3136</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/fceda0cfc18d1869ceaa095ad32f2f9d34ec570c">fceda0c</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.231.0...v0.232.0">0.232.0</a> (2025-05-05)</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/3132">#3132</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/f041909f994dee88dcd6ab8430ad0894810bd7a6">f041909</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3134">#3134</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/f5cbc80e537c6929397a0c80e3b52421ff967b07">f5cbc80</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3135">#3135</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/25f8d4abda5f98d9ea4dcae64dc5ac51dc296a19">25f8d4a</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3136">#3136</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/fceda0cfc18d1869ceaa095ad32f2f9d34ec570c">fceda0c</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-api-go-client/commit/939a2dbf45f2c43ee64902003d9d2e3d7dc13a01"><code>939a2db</code></a> chore(main): release 0.232.0 (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3133">#3133</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/412315c9d541830b5592524dd90a9e22736f2a69"><code>412315c</code></a> chore(all): update all (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3137">#3137</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/fceda0cfc18d1869ceaa095ad32f2f9d34ec570c"><code>fceda0c</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3136">#3136</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/25f8d4abda5f98d9ea4dcae64dc5ac51dc296a19"><code>25f8d4a</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3135">#3135</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/f5cbc80e537c6929397a0c80e3b52421ff967b07"><code>f5cbc80</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3134">#3134</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/f041909f994dee88dcd6ab8430ad0894810bd7a6"><code>f041909</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/3132">#3132</a>)</li> <li>See full diff in <a href="https://github.com/googleapis/google-api-go-client/compare/v0.231.0...v0.232.0">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org