Skip to content

Bump com.clickhouse:clickhouse-jdbc from 0.9.1 to 0.9.4 in /modules/clickhouse - #2227

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/modules/clickhouse/com.clickhouse-clickhouse-jdbc-0.9.4
Open

Bump com.clickhouse:clickhouse-jdbc from 0.9.1 to 0.9.4 in /modules/clickhouse#2227
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/modules/clickhouse/com.clickhouse-clickhouse-jdbc-0.9.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Dec 1, 2025

Copy link
Copy Markdown

Bumps com.clickhouse:clickhouse-jdbc from 0.9.1 to 0.9.4.

Release notes

Sourced from com.clickhouse:clickhouse-jdbc's releases.

Release v0.9.4

New Features

Bug Fixes

Release v0.9.3

Important Changes

Improvements

Bug Fixes

  • [jdbc-v2] Fixed issue with maxRows in Statement when additional settings were used to limit result set size. It caused problems with read-only users because such users may not change settings in most cases. Now when maxRows is set then ResultSet will skip extra rows. (ClickHouse/clickhouse-java#2582)
  • [jdbc-v2] Fixed issue with driver version. Previously version of a library was converted to minor and major version. But this approach doesn't work well with 0.9.x versions. Now major and minor versions are combined by shifting major. Patch version becomes a minor version. (ClickHouse/clickhouse-java#2410)
  • [jdbc-v2, client-v2] Fixed converting different data types to a string. For example, there was an issue with IP address when toString() was used and returned \0.0.0.0 instead of 0.0.0.0. (ClickHouse/clickhouse-java#2575)
  • [jdbc-v2] Fixed issues around spatial data (GEO types). (ClickHouse/clickhouse-java#2577)
  • [client-v2] Fixed issue with current user name. If user name is set then it will be used event after reading server context. (ClickHouse/clickhouse-java#2247)
  • [client-v2] Fixed issue with network timeout settings when default value failed to be cast to Long. (ClickHouse/clickhouse-java#2597)
  • [jdbc-v2] Fixed getting metadata for nullable columns. (ClickHouse/clickhouse-java#2586)
  • [jdbc-v2, client-v2] Fixed issues related to reading JSON data type. Fixed reading JSON columns with arrays. Previously was causing exceptions like

... (truncated)

Changelog

Sourced from com.clickhouse:clickhouse-jdbc's changelog.

0.9.4

New Features

Bug Fixes

0.9.3

Important Changes

Improvements

Bug Fixes

  • [jdbc-v2] Fixed issue with maxRows in Statement when additional settings were used to limit result set size. It caused problems with read-only users because such users may not change settings in most cases. Now when maxRows is set then ResultSet will skip extra rows. (ClickHouse/clickhouse-java#2582)
  • [jdbc-v2] Fixed issue with driver version. Previously version of a library was converted to minor and major version. But this approach doesn't work well with 0.9.x versions. Now major and minor versions are combined by shifting major. Patch version becomes a minor version. (ClickHouse/clickhouse-java#2410)
  • [jdbc-v2, client-v2] Fixed converting different data types to a string. For example, there was an issue with IP address when toString() was used and returned \0.0.0.0 instead of 0.0.0.0. (ClickHouse/clickhouse-java#2575)
  • [jdbc-v2] Fixed issues around spatial data (GEO types). (ClickHouse/clickhouse-java#2577)
  • [client-v2] Fixed issue with current user name. If user name is set then it will be used event after reading server context. (ClickHouse/clickhouse-java#2247)
  • [client-v2] Fixed issue with network timeout settings when default value failed to be cast to Long. (ClickHouse/clickhouse-java#2597)

... (truncated)

Commits
  • 39bd998 Merge pull request #2648 from ClickHouse/pre_0.9.4
  • 901efac updated changelog
  • a14dd5c Merge pull request #2645 from ClickHouse/fix_http_compression
  • 6f6b2ca fix QBit to be not nested
  • 070a4bc fix QBit to be not nested
  • 77ec540 Merge branch 'main' into fix_http_compression
  • 98ab5cf Merge pull request #2647 from ClickHouse/fix_some_tests
  • e2cbf62 fixed tests fro QBit
  • 6c27f41 Merge branch 'main' into fix_http_compression
  • c8eae5d Merge pull request #2646 from ClickHouse/add_qbit_type_constant
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

Bumps [com.clickhouse:clickhouse-jdbc](https://github.com/ClickHouse/clickhouse-java) from 0.9.1 to 0.9.4.
- [Release notes](https://github.com/ClickHouse/clickhouse-java/releases)
- [Changelog](https://github.com/ClickHouse/clickhouse-java/blob/main/CHANGELOG.md)
- [Commits](ClickHouse/clickhouse-java@v0.9.1...v0.9.4)

---
updated-dependencies:
- dependency-name: com.clickhouse:clickhouse-jdbc
  dependency-version: 0.9.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 1, 2025
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.

0 participants