dependabot[bot] opened a new pull request, #14304:
URL: https://github.com/apache/iceberg/pull/14304

   Bumps 
[net.snowflake:snowflake-jdbc](https://github.com/snowflakedb/snowflake-jdbc) 
from 3.26.1 to 3.27.0.
   <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.0</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-SNAPSHOT</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>
   </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 &amp; 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/934f59dfd70ef6b6118c02fb067ded0c9b147ad6";><code>934f59d</code></a>
 NO-SNOW: Bump version to v3.27.0 (<a 
href="https://redirect.github.com/snowflakedb/snowflake-jdbc/issues/2359";>#2359</a>)</li>
   <li><a 
href="https://github.com/snowflakedb/snowflake-jdbc/commit/2cb50a6ebf08b00e05d8b3caff0330c2859e5776";><code>2cb50a6</code></a>
 SNOW-2256742: Add support for x-snowflake-session sticky HTTP header (<a 
href="https://redirect.github.com/snowflakedb/snowflake-jdbc/issues/2357";>#2357</a>)</li>
   <li><a 
href="https://github.com/snowflakedb/snowflake-jdbc/commit/9a21ba4fd00d89d5bbcb5a7cfb2482175bcb9518";><code>9a21ba4</code></a>
 SNOW-2328154, SNOW-2328155: Support Interval Year-Month and Day-Time reads 
an...</li>
   <li><a 
href="https://github.com/snowflakedb/snowflake-jdbc/commit/b915345ddc3d512428b45cd9cd298a2de0663b5c";><code>b915345</code></a>
 SNOW-2372999: Prepared-statement fixing-flaky test (<a 
href="https://redirect.github.com/snowflakedb/snowflake-jdbc/issues/2356";>#2356</a>)</li>
   <li><a 
href="https://github.com/snowflakedb/snowflake-jdbc/commit/90ccb7bc74dd32f90063922c2b3a7928a096c012";><code>90ccb7b</code></a>
 NO-SNOW bump netty for CVE-2025-58056 (<a 
href="https://redirect.github.com/snowflakedb/snowflake-jdbc/issues/2354";>#2354</a>)</li>
   <li><a 
href="https://github.com/snowflakedb/snowflake-jdbc/commit/ffce4c6ed899dd1b63942325d5e15ee482c1dc44";><code>ffce4c6</code></a>
 SNOW-2161718-JDBC-fix-permission-check-for-toml-config (<a 
href="https://redirect.github.com/snowflakedb/snowflake-jdbc/issues/2270";>#2270</a>)</li>
   <li><a 
href="https://github.com/snowflakedb/snowflake-jdbc/commit/a84df02b37e9c1b4b37d70e24776a9f2dab963cd";><code>a84df02</code></a>
 Snow 2234383 test coverage for multistatement jdbc (<a 
href="https://redirect.github.com/snowflakedb/snowflake-jdbc/issues/2318";>#2318</a>)</li>
   <li><a 
href="https://github.com/snowflakedb/snowflake-jdbc/commit/ce589ff6be70f7515039d8726bf0612ff9539416";><code>ce589ff</code></a>
 NO-SNOW: Renamed DESCRIPTION.md to CHANGELOG.md (<a 
href="https://redirect.github.com/snowflakedb/snowflake-jdbc/issues/2352";>#2352</a>)</li>
   <li><a 
href="https://github.com/snowflakedb/snowflake-jdbc/commit/a91f741b39ca51bc3a5b5ea2816b8ab9c714df95";><code>a91f741</code></a>
 NO-SNOW: Fix CERT_REVOCATION_CHECK_MODE client_environment property name (<a 
href="https://redirect.github.com/snowflakedb/snowflake-jdbc/issues/2349";>#2349</a>)</li>
   <li><a 
href="https://github.com/snowflakedb/snowflake-jdbc/commit/c1d706f27fc3df9aa4d5cc5dae18e47a5d16b7fd";><code>c1d706f</code></a>
 SNOW-2323439: Make PAT creation return ResultSet (<a 
href="https://redirect.github.com/snowflakedb/snowflake-jdbc/issues/2343";>#2343</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/snowflakedb/snowflake-jdbc/compare/v3.26.1...v3.27.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=net.snowflake:snowflake-jdbc&package-manager=gradle&previous-version=3.26.1&new-version=3.27.0)](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]

Reply via email to