Releases: ClickHouse/clickhouse-connect
Releases · ClickHouse/clickhouse-connect
v0.4.3 Allow custom HTTPAdapters
Allow setting http client HTTPAdapter, include VERSION in distributio…
v0.4.2 Settings Improvements, Pandas bug fixes
Clean up settings, minor fixes (#78) * Various settings rework * Fix arrow string setting * Change Pandas NaN handling
v0.4.1 Numpy improvements, Superset migration fix
Better support for Numpy arrays, including both object arrays and resizable matrices. Fix for an issue migrating Superset from clickhouse-sqlalchemy to clickhouse-connect
v0.4.0 InsertContext , Expanded Pandas Support
Insert context (#70) * Insert context checkpoint * Pandas rework * Handle internal error while streaming inserts * Add query result in column format * Reusable insert context work * Improve InsertContext, add pandas tests * Fix lint * Update changelog
v0.3.8 Fix read compression regression
Fix compression bug
v0.3.7 Chunked and Compressed Inserts
Improvs insert performance (and prevents timeouts) by using chunked transfer encoding and gzip compression (if compression is enabled)
v0.3.6 Fix QueryContext copy
Fix query_context.updated_copy method, add first examples (#66)
v0.3.5 Wheels for Python 3.11
Version 0.3.5 build Python 3.11 wheels
v0.3.4 SQLAlchemy updates
Fix insert into JSON column from SQLAlchemy, and fix some SQLAlchemy 1.4 issues.
v0.3.3 Fix command issues
Remove exists and explain from commands