Skip to content

Releases: ClickHouse/clickhouse-connect

v0.2.2 Fix issue with 0 query_limit

07 Aug 14:06
8f4e8d8
Compare
Choose a tag to compare
Zero limit fix (#32)

* Fix sql comment issues in DBAPI cursor

* Fix 0 limit issue.

v0.2.1 Fix DBAPI issue with SQL comments

04 Aug 23:41
a4d3a99
Compare
Choose a tag to compare
Fix sql comment issues in DBAPI cursor (#29)

v0.2.0 JSON support, new format system

04 Aug 15:02
8c2e8ec
Compare
Choose a tag to compare

This release adds JSON support, fixes some SQLAlchemy related bugs, and introduces a new system for formatting query results.

V0.1.6. Nested Support and bug fixes

06 Jul 18:41
Compare
Choose a tag to compare

Add support for Nested columns, small bug fixes

v0.1.5 Minimal Arrow Support and Client Cleanup

27 Jun 21:38
1c5f375
Compare
Choose a tag to compare
Arrow and modest Client method refactoring (#22)

* Add arrow integration step 1

* Fix lint

* Add socket options for TCP keep alive to HTTP adapter

* Tight up filtering of query parameters/settings that are not server settings

* Fix lint

* modest cleanup and refactoring of client methods

* swap abstract method parameters

* Fix arrow doc strings

Readonly connection fix

17 Jun 23:51
91c9f6a
Compare
Choose a tag to compare

This fixes a breaking change where readonly settings would be sent to the ClickHouse server and cause queries to fail.

v0.1.3 Error Message Decode

17 Jun 08:33
0af2727
Compare
Choose a tag to compare
Decode ClickHouse Error Response to UTF-8 (#19)

* Return ClickHouse error messages as decoded UTF-8

* Return ClickHouse error messages as decoded UTF-8

v0.1.2 Fix timeouts and non latin character queries

16 Jun 21:10
cd7b0f1
Compare
Choose a tag to compare
Fix timeout and retry issues (#16)

* Only retry queries, not inserts or commands, and use progress headers as keep alive for long running queries

* Ensure string data is encoded as utf8

* Lint fixes

* Add chinese character test

V0.1.1 Entry point validator

11 Jun 23:10
Compare
Choose a tag to compare

V0.1.0 Beta

09 Jun 11:55
c9f25dd
Compare
Choose a tag to compare

Beta release with improvements to client.command allowing separation of query from data.