dependabot[bot] opened a new pull request, #14468: URL: https://github.com/apache/iceberg/pull/14468
Bumps [net.snowflake:snowflake-jdbc](https://github.com/snowflakedb/snowflake-jdbc) from 3.27.0 to 3.27.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/snowflakedb/snowflake-jdbc/releases">net.snowflake:snowflake-jdbc's releases</a>.</em></p> <blockquote> <h2>v3.27.1</h2> <ul> <li>Please Refer to Release Notes at <a href="https://docs.snowflake.com/en/release-notes/clients-drivers/jdbc">https://docs.snowflake.com/en/release-notes/clients-drivers/jdbc</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/snowflakedb/snowflake-jdbc/blob/master/CHANGELOG.md">net.snowflake:snowflake-jdbc's changelog</a>.</em></p> <blockquote> <h4>For all official JDBC Release Notes please refer to <a href="https://docs.snowflake.com/en/release-notes/clients-drivers/jdbc">https://docs.snowflake.com/en/release-notes/clients-drivers/jdbc</a></h4> <h1>Changelog</h1> <ul> <li> <p>v3.27.1</p> <ul> <li>Added platform detection on login to set PLATFORM metric in CLIENT_ENVIRONMENT</li> <li>Disable DatabaseMetaDataLatestIT::testUseConnectionCtx test</li> <li>Fix IT tests to construct OAuth scopes correctly</li> <li>Fix exponential backoff retry time for non-auth requests</li> <li>Upgrade aws-sdk to 1.12.792 and add STS dependency</li> <li>Add rockylinux9 CI tests as part of RHEL 9 support</li> <li>Bumped grpc-java to 1.76.0 to address CVE-2025-58056 from transient dep</li> <li>Added <code>workloadIdentityImpersonationPath</code> config option for <code>authenticator=WORKLOAD_IDENTITY</code><code>snowflakedb/snowflake-jdbc#2348</code></li> <li><code>snowflakedb/snowflake-jdbc#2364</code></li> <li><code>snowflakedb/snowflake-jdbc#2379</code></li> </ul> </li> <li> <p>v3.27.0</p> <ul> <li>Added the <code>changelog.yml</code> GitHub workflow to ensure changelog is updated on release PRs.</li> <li>Added HTTP 307 & 308 retries in case of internal IP redirects</li> <li>Make PAT creation return <code>ResultSet</code> when using <code>execute</code> method</li> <li>Renamed CRL_REVOCATION_CHECK_MODE to CERT_REVOCATION_CHECK_MODE in CLIENT_ENVIRONMENT metrics</li> <li>Test coverage for multistatement jdbc.</li> <li>Fixed permission check for .toml config file.</li> <li>Bumped netty to 4.1.127.Final to address CVE-2025-58056 and CVE-2025-58057</li> <li>Add support for x-snowflake-session sticky HTTP session header returned by Snowflake</li> <li>Added support for Interval Year-Month and Day-Time types in JDBC.</li> <li>Added support for Decfloat types in JDBC.</li> <li>Fixed pattern search for file when QUOTED_IDENTIFIERS_IGNORE_CASE enabled</li> <li>Added support for CRL (certificate revocation list).</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/snowflakedb/snowflake-jdbc/commit/f305aab476e0862c45756222779fcc2ef26e158e"><code>f305aab</code></a> NO-SNOW: Bump version to 3.27.1 (<a href="https://redirect.github.com/snowflakedb/snowflake-jdbc/issues/2388">#2388</a>)</li> <li><a href="https://github.com/snowflakedb/snowflake-jdbc/commit/6fbd225f80c2e429f1dac811bbcdcc047352fdfc"><code>6fbd225</code></a> SNOW-2444867 Fix testPutGetToUnencryptedStage (<a href="https://redirect.github.com/snowflakedb/snowflake-jdbc/issues/2387">#2387</a>)</li> <li><a href="https://github.com/snowflakedb/snowflake-jdbc/commit/652b06021180c759f4c348a6073e087719411ade"><code>652b060</code></a> SNOW-2204396: Add platform detection cache optimization (<a href="https://redirect.github.com/snowflakedb/snowflake-jdbc/issues/2382">#2382</a>)</li> <li><a href="https://github.com/snowflakedb/snowflake-jdbc/commit/93c0f0a2425877dcc74bb7d08fad50132852c86e"><code>93c0f0a</code></a> SNOW-2473521: Fix flaky test by assuring proper row ordering (<a href="https://redirect.github.com/snowflakedb/snowflake-jdbc/issues/2386">#2386</a>)</li> <li><a href="https://github.com/snowflakedb/snowflake-jdbc/commit/a4a4e6e27b8d7d2eec0ba6e39031cca72c7ea1a2"><code>a4a4e6e</code></a> SNOW-2468054: Fix flaky assertions for metadata fields (<a href="https://redirect.github.com/snowflakedb/snowflake-jdbc/issues/2384">#2384</a>)</li> <li><a href="https://github.com/snowflakedb/snowflake-jdbc/commit/d7df8ca4c2fd5ffac684caba7404ef23b01a1834"><code>d7df8ca</code></a> SNOW-2444792 SNOW-2444790 Fix put/get tests (<a href="https://redirect.github.com/snowflakedb/snowflake-jdbc/issues/2383">#2383</a>)</li> <li><a href="https://github.com/snowflakedb/snowflake-jdbc/commit/92a8595bcf6f2bf72793b9bc3a15ad300ad83371"><code>92a8595</code></a> NO-SNOW Rollback timeouts to original values in the test (<a href="https://redirect.github.com/snowflakedb/snowflake-jdbc/issues/2381">#2381</a>)</li> <li><a href="https://github.com/snowflakedb/snowflake-jdbc/commit/aba43661fcac8ec6838f60b0b320fa36c82d655f"><code>aba4366</code></a> SNOW-2204396: Add AWS identity detection with ARN validation (<a href="https://redirect.github.com/snowflakedb/snowflake-jdbc/issues/2379">#2379</a>)</li> <li><a href="https://github.com/snowflakedb/snowflake-jdbc/commit/1394b842eec686966f273c67444713908d432978"><code>1394b84</code></a> Snow-1936378 add support for vector type for loader (<a href="https://redirect.github.com/snowflakedb/snowflake-jdbc/issues/2161">#2161</a>)</li> <li><a href="https://github.com/snowflakedb/snowflake-jdbc/commit/882d1e59afe73dca7dc3cb805032c98411e91955"><code>882d1e5</code></a> SNOW-2437193 SNOW-2437192 SNOW-2437191 Fix flaky tests of put/get (<a href="https://redirect.github.com/snowflakedb/snowflake-jdbc/issues/2376">#2376</a>)</li> <li>Additional commits viewable in <a href="https://github.com/snowflakedb/snowflake-jdbc/compare/v3.27.0...v3.27.1">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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
