Releases: ultram4rine/sqltools-clickhouse-driver
Releases · ultram4rine/sqltools-clickhouse-driver
v0.9.0
31 Dec 13:59
Compare
Sorry, something went wrong.
No results found
Added
Add JWT auth option (#656 ). This is a ClickHouse Cloud feature.
Changed
Improved connection test (#655 ).
Updated dependencies.
v0.8.0
11 Nov 18:14
Compare
Sorry, something went wrong.
No results found
Added
Add role parameter (#644 ). Read more in documentation .
This feature added in ClickHouse 24.4, older versions will throw an error.
Changed
v0.7.0
29 Sep 13:36
Compare
Sorry, something went wrong.
No results found
Added
Add request timeout option (#632 ).
Changed
Updated connection schema, Server now in uri format. That's mean you need
to specify protocol (#634 ).
Removed useHTTPS option. If you need a HTTPS connection,
specify it in server, e.g. https://node01.clickhouse.cloud.
Updated dependencies.
v0.6.0
03 Aug 19:49
Compare
Sorry, something went wrong.
No results found
Changed
Updated dependencies. As @clickhouse/client is v1 now, incompatibility
with ClickHouse < 23.3 is possible, according to the doc .
Fixed
Fix work with tables with special characters in name (#544 ).
v0.5.0
24 Dec 13:59
Compare
Sorry, something went wrong.
No results found
Added
Added passwordMode property to connection schema. It can be set to use
sqltools-driver-credentials authentication provider.
Changed
Refactor TLS options in connection schema.
Updated dependencies.
v0.4.2
30 Aug 22:31
Compare
Sorry, something went wrong.
No results found
Fixed
Fix Show Table Records and Describe Table explorer commands.
v0.4.1
19 Jun 21:04
Compare
Sorry, something went wrong.
No results found
Fixed
Check TLS config for undefined.
v0.4.0
17 Jun 17:44
Compare
Sorry, something went wrong.
No results found
Added
Added TLS configuration option in connection schema.
Changed
Change icons and colors to match new ClickHouse design.
v0.3.1
14 Apr 12:36
Compare
Sorry, something went wrong.
No results found
Fixed
Fix empty output from queries that should return output.
v0.3.0
09 Apr 19:11
Compare
Sorry, something went wrong.
No results found
Added
Changed
Moved to official client . Incompatibility with ClickHouse < 22.8 possible, according to the doc .
Use new official ClickHouse icon.
Updated dependencies.
Fixed
Correctly display page size.