Skip to content

Releases: ClickHouse/clickhouse-connect

v0.4.3 Allow custom HTTPAdapters

22 Nov 17:54
6d97b04
Compare
Choose a tag to compare
Allow setting http client HTTPAdapter, include VERSION in distributio…

v0.4.2 Settings Improvements, Pandas bug fixes

22 Nov 12:44
b32a73b
Compare
Choose a tag to compare
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

14 Nov 16:25
aaec52b
Compare
Choose a tag to compare

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

07 Nov 21:31
228b8c3
Compare
Choose a tag to compare
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

04 Nov 14:11
Compare
Choose a tag to compare

v0.3.7 Chunked and Compressed Inserts

04 Nov 11:35
8fe36c0
Compare
Choose a tag to compare

Improvs insert performance (and prevents timeouts) by using chunked transfer encoding and gzip compression (if compression is enabled)

v0.3.6 Fix QueryContext copy

02 Nov 17:21
c3abfe5
Compare
Choose a tag to compare
Fix query_context.updated_copy method, add first examples (#66)

v0.3.5 Wheels for Python 3.11

28 Oct 22:16
Compare
Choose a tag to compare
Version 0.3.5 build Python 3.11 wheels

v0.3.4 SQLAlchemy updates

27 Oct 20:05
Compare
Choose a tag to compare

Fix insert into JSON column from SQLAlchemy, and fix some SQLAlchemy 1.4 issues.

v0.3.3 Fix command issues

21 Oct 12:34
Compare
Choose a tag to compare
Remove exists and explain from commands