Releases: ClickHouse/clickhouse-connect
Releases · ClickHouse/clickhouse-connect
v0.2.2 Fix issue with 0 query_limit
Zero limit fix (#32) * Fix sql comment issues in DBAPI cursor * Fix 0 limit issue.
v0.2.1 Fix DBAPI issue with SQL comments
Fix sql comment issues in DBAPI cursor (#29)
v0.2.0 JSON support, new format system
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
Add support for Nested columns, small bug fixes
v0.1.5 Minimal Arrow Support and Client Cleanup
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
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
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
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
v0.1.1 Fix lint
V0.1.0 Beta
Beta release with improvements to client.command allowing separation of query from data.