All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Add
JWT
auth option (#656). This is a ClickHouse Cloud feature.
- Improved connection test (#655).
- Updated dependencies.
- Add
role
parameter (#644). Read more here. This feature added in ClickHouse 24.4, older versions will throw an error.
- Updated dependencies.
- Add request timeout option (#632).
- Updated connection schema,
Server
now inuri
format. That's mean you need to specify protocol (#634). - Removed
useHTTPS
option. If you need aHTTPS
connection, specify it in server, e.g.https://node01.clickhouse.cloud
. - Updated dependencies.
- Updated dependencies. As
@clickhouse/client
isv1.0.0
now, incompatibility with ClickHouse < 23.3 is possible, according to the doc.
- Fix work with tables with special characters in name (#544).
- Added
passwordMode
property to connection schema. It can be set to usesqltools-driver-credentials
authentication provider.
- Refactor TLS options in connection schema.
- Updated dependencies.
- Fix
Show Table Records
andDescribe Table
explorer commands.
- Check TLS config for
undefined
.
- Added TLS configuration option in connection schema.
- Change icons and colors to match new ClickHouse design.
- Fix empty output from queries that should return output.
- Show query metrics.
- Moved to official client. Incompatibility with ClickHouse < 22.8 possible, according to the doc.
- Use new official ClickHouse icon.
- Updated dependencies.
- Correctly display page size.
- Updated dependencies.
- Bump
json5
to fix prototype pollution (#322).
- Updated dependencies.
- Fixed CI/CD badge.
- Updated dependencies.
- Extension now bundled with
esbuild
.
- Fixed driver loading.
- More keywords.
- Fixed problem with export/save result;
- Normal readme.
- Fixed driver host and username settings;
- Minimum functionality.