awslabs / aws-athena-query-federation

The Amazon Athena Query Federation SDK allows you to customize Amazon Athena with your own data sources and code.
Apache License 2.0
551 stars 283 forks source link

build(deps): bump com.clickhouse:clickhouse-jdbc from 0.6.0 to 0.6.1 #2048

Closed dependabot[bot] closed 6 days ago

dependabot[bot] commented 6 days ago

Bumps com.clickhouse:clickhouse-jdbc from 0.6.0 to 0.6.1.

Release notes

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

Release v0.6.1

New Features

Bug Fixes

Release v0.6.0-patch5

Bug Fixes

  • Roles (memorized by client) can be reset with 'SET ROLE NONE' query (ClickHouse/clickhouse-java#1647)
  • MaxBufferSize can be greater than internal MAX value now
  • Updated example project to use the latest version of the client

Release v0.6.0-patch4

New Features

  • Added possibility to set client ID in Referer HTTP Header (ClickHouse/clickhouse-java#1572)
  • [HTTP] Persistence of a role after it is set by SET ROLE <role>

Bug Fixes

  • Change RowBinaryWithDefaults settings. Output is changed from true to false
  • Fix fail over for Apache HTTP client. Connect timeout error is not detected correctly
  • Fix password logging in DEBUG (ClickHouse/clickhouse-java#1571)
  • Fix handling "NoHttpResponseException" in Apache HTTP client
  • Fix param error in ByteUtils#equals in java9

Release v0.6.0-patch3

Bug Fixes

  • Not detecting correctly ClickHouse error code
  • Fix JDBC read error - Multidimensional empty errors raise a java.lang.ArrayStoreException

Release v0.6.0-patch2

Reason: Vulnerability in dependencies

Dependencies update:

  • org.apache.commons:commons-compress from 1.23.0 to 1.26.1
  • org.postgresql:postgresql from 42.6.0 to 42.6.1

Release v0.6.0-patch1

Bug Fixes

  • Fix decompress bug in NonBlockingPipedOutputStream (#1542)
    • Fix decompress bug in NonBlockingPipedOutputStream & extra logging
    • Use StringUtils to make large content
    • Move test to http client test
Changelog

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

0.6.1

New Features

Bug Fixes

0.6.0-patch5

Bug Fixes

  • Roles (memorized by client) can be reset with 'SET ROLE NONE' query (ClickHouse/clickhouse-java#1647)
  • MaxBufferSize can be greater than internal MAX value now
  • Updated example project to use the latest version of the client

0.6.0-patch4

New Features

  • Added possibility to set client ID in Referer HTTP Header (ClickHouse/clickhouse-java#1572)
  • [HTTP] Persistence of a role after it is set by SET ROLE <role>

Bug Fixes

  • Change RowBinaryWithDefaults settings. Output is changed from true to false
  • Fix fail over for Apache HTTP client. Connect timeout error is not detected correctly
  • Fix password logging in DEBUG (ClickHouse/clickhouse-java#1571)
  • Fix handling "NoHttpResponseException" in Apache HTTP client
  • Fix param error in ByteUtils#equals in java9

0.6.0-patch3

Bug Fixes

  • Not detecting correctly ClickHouse error code
  • Fix JDBC read error - Multidimensional empty errors raise a java.lang.ArrayStoreException

0.6.0-patch2

Dependency Updates

  • org.apache.commons:commons-compress from 1.23.0 to 1.26.1
  • org.postgresql:postgresql from 42.6.0 to 42.6.1

0.6.0-patch1

Bug Fixes

  • Fix buffering issue caused by decompress flag not to work when working with HTTP Client.
Commits
  • 5be856e Merge pull request #1686 from ClickHouse/fixing-proxy-support
  • 3241b1b Update Client.java
  • 4a3eaa8 Update pom.xml
  • d98c55c Fixing proxy support and added a test to cover
  • d1356d8 Merge pull request #1684 from ClickHouse/pre_release_change_log
  • 324d815 Update CHANGELOG.md
  • 02665ed Merge pull request #1683 from ClickHouse/add_metrics_to_recrods
  • fa65363 Rename v2-feedback to v2-feedback.md
  • ead6ac9 Merge pull request #1682 from ClickHouse/Paultagoras-patch-1
  • eebce2a added metrics to the Records class
  • 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 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)