Skip to content

Latest commit

 

History

History
84 lines (46 loc) · 2.77 KB

CHANGELOG.md

File metadata and controls

84 lines (46 loc) · 2.77 KB

1.0.4

New features

  • Adds a new "Scan all databases" UI toggle (disabled by default), which tells the driver to scan all available databases (excluding system and information_schema) instead of only the database it is connected to.
  • Database input moved below host/port/username/password in the UI.

1.0.3

Bug fixes

  • Fixed NPE that could be thrown by the driver in case of empty database name input.

1.0.2

Bug fixes

  • As the underlying JDBC driver version does not support columns with (Simple)AggregationFunction type, these columns are now excluded from the table metadata and data browser result sets to prevent sync or data browsing errors.

1.0.1

Bug fixes

  • Boolean base type inference fix by @s-huk (see #134)

1.0.0

Formal stable release milestone.

New features

  • Added HTTP User-Agent (via clickhouse-jdbc client_name setting) with the plugin info according to the language client spec

0.9.2

New features

  • Allow to bypass system-wide proxy settings #120

It's the first plugin release from the ClickHouse organization.

From now on, the plugin is distributed under the Apache 2.0 License.

0.9.1

New features

  • Metabase 0.45.x compatibility #107
  • Added SSH tunnel option #116

0.9.0

New features

Bug fixes

  • URLs with underscores #23
  • now() timezones issues #81
  • Boolean errors #88

NB: there are messages like this in the Metabase logs

2022-12-07 11:20:58,056 WARN internal.ClickHouseConnectionImpl :: [JDBC Compliant Mode] Transaction is not supported. You may change jdbcCompliant to false to throw SQLException instead.
2022-12-07 11:20:58,056 WARN internal.ClickHouseConnectionImpl :: [JDBC Compliant Mode] Transaction [ce0e121a-419a-4414-ac39-30f79eff7afd] (0 queries & 0 savepoints) is committed.

Unfortunately, this is the behaviour of the underlying JDBC driver now.

Please consider raising the log level for com.clickhouse.jdbc.internal.ClickHouseConnectionImpl to ERROR.

0.8.3

New features

  • Enable additional options for ClickHouse connection

0.8.2

New features

  • Compatibility with Metabase 0.44