Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 3, 2025

Bumps net.snowflake:snowflake-jdbc from 3.26.1 to 3.27.1.

Release notes

Sourced from net.snowflake:snowflake-jdbc's releases.

v3.27.1

v3.27.0

Changelog

Sourced from net.snowflake:snowflake-jdbc's changelog.

For all official JDBC Release Notes please refer to https://docs.snowflake.com/en/release-notes/clients-drivers/jdbc

Changelog

  • v3.27.1

    • Added platform detection on login to set PLATFORM metric in CLIENT_ENVIRONMENT
    • Disable DatabaseMetaDataLatestIT::testUseConnectionCtx test
    • Fix IT tests to construct OAuth scopes correctly
    • Fix exponential backoff retry time for non-auth requests
    • Upgrade aws-sdk to 1.12.792 and add STS dependency
    • Add rockylinux9 CI tests as part of RHEL 9 support
    • Bumped grpc-java to 1.76.0 to address CVE-2025-58056 from transient dep
    • Added workloadIdentityImpersonationPath config option for authenticator=WORKLOAD_IDENTITYsnowflakedb/snowflake-jdbc#2348
    • snowflakedb/snowflake-jdbc#2364
    • snowflakedb/snowflake-jdbc#2379
  • v3.27.0

    • Added the changelog.yml GitHub workflow to ensure changelog is updated on release PRs.
    • Added HTTP 307 & 308 retries in case of internal IP redirects
    • Make PAT creation return ResultSet when using execute method
    • Renamed CRL_REVOCATION_CHECK_MODE to CERT_REVOCATION_CHECK_MODE in CLIENT_ENVIRONMENT metrics
    • Test coverage for multistatement jdbc.
    • Fixed permission check for .toml config file.
    • Bumped netty to 4.1.127.Final to address CVE-2025-58056 and CVE-2025-58057
    • Add support for x-snowflake-session sticky HTTP session header returned by Snowflake
    • Added support for Interval Year-Month and Day-Time types in JDBC.
    • Added support for Decfloat types in JDBC.
    • Fixed pattern search for file when QUOTED_IDENTIFIERS_IGNORE_CASE enabled
    • Added support for CRL (certificate revocation list).
Commits
  • f305aab NO-SNOW: Bump version to 3.27.1 (#2388)
  • 6fbd225 SNOW-2444867 Fix testPutGetToUnencryptedStage (#2387)
  • 652b060 SNOW-2204396: Add platform detection cache optimization (#2382)
  • 93c0f0a SNOW-2473521: Fix flaky test by assuring proper row ordering (#2386)
  • a4a4e6e SNOW-2468054: Fix flaky assertions for metadata fields (#2384)
  • d7df8ca SNOW-2444792 SNOW-2444790 Fix put/get tests (#2383)
  • 92a8595 NO-SNOW Rollback timeouts to original values in the test (#2381)
  • aba4366 SNOW-2204396: Add AWS identity detection with ARN validation (#2379)
  • 1394b84 Snow-1936378 add support for vector type for loader (#2161)
  • 882d1e5 SNOW-2437193 SNOW-2437192 SNOW-2437191 Fix flaky tests of put/get (#2376)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 3, 2025
@amazon-inspector-n-virginia
Copy link

⏳ I'm reviewing this pull request for security vulnerabilities and code quality issues. I'll provide an update when I'm done

1 similar comment
@amazon-inspector-n-virginia
Copy link

⏳ I'm reviewing this pull request for security vulnerabilities and code quality issues. I'll provide an update when I'm done

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

@amazon-inspector-n-virginia
Copy link

✅ I finished the code review, and didn't find any security or code quality issues.

1 similar comment
@amazon-inspector-n-virginia
Copy link

✅ I finished the code review, and didn't find any security or code quality issues.

@codecov
Copy link

codecov bot commented Nov 3, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 68.32%. Comparing base (fe0a5d9) to head (c22e007).
⚠️ Report is 113 commits behind head on master.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #3091      +/-   ##
============================================
+ Coverage     63.67%   68.32%   +4.64%     
- Complexity     4344     5007     +663     
============================================
  Files           621      636      +15     
  Lines         23286    24162     +876     
  Branches       2859     2998     +139     
============================================
+ Hits          14827    16508    +1681     
+ Misses         7070     6218     -852     
- Partials       1389     1436      +47     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@dependabot dependabot bot force-pushed the dependabot/maven/net.snowflake-snowflake-jdbc-3.27.1 branch from ca688cb to 4477964 Compare November 10, 2025 06:07
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

@dependabot dependabot bot force-pushed the dependabot/maven/net.snowflake-snowflake-jdbc-3.27.1 branch from 4477964 to 63795b6 Compare November 10, 2025 06:16
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

@dependabot dependabot bot force-pushed the dependabot/maven/net.snowflake-snowflake-jdbc-3.27.1 branch from 63795b6 to 465590d Compare November 10, 2025 06:23
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

@dependabot dependabot bot force-pushed the dependabot/maven/net.snowflake-snowflake-jdbc-3.27.1 branch from 465590d to c903669 Compare November 10, 2025 06:34
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

@dependabot dependabot bot force-pushed the dependabot/maven/net.snowflake-snowflake-jdbc-3.27.1 branch from c903669 to 2bb1b03 Compare November 19, 2025 19:52
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

@dependabot dependabot bot force-pushed the dependabot/maven/net.snowflake-snowflake-jdbc-3.27.1 branch from 2bb1b03 to 2453c05 Compare December 1, 2025 06:23
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

Bumps [net.snowflake:snowflake-jdbc](https://github.com/snowflakedb/snowflake-jdbc) from 3.26.1 to 3.27.1.
- [Release notes](https://github.com/snowflakedb/snowflake-jdbc/releases)
- [Changelog](https://github.com/snowflakedb/snowflake-jdbc/blob/master/CHANGELOG.md)
- [Commits](snowflakedb/snowflake-jdbc@v3.26.1...v3.27.1)

---
updated-dependencies:
- dependency-name: net.snowflake:snowflake-jdbc
  dependency-version: 3.27.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@ejeffrli ejeffrli force-pushed the dependabot/maven/net.snowflake-snowflake-jdbc-3.27.1 branch from 2453c05 to c22e007 Compare December 5, 2025 20:09
@ejeffrli ejeffrli self-requested a review December 5, 2025 20:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant