Skip to content

Releases: ClickHouse/clickhouse-connect

v0.6.18 Fix Timeouts on Large Inserts

25 Oct 23:52
7413c56
Compare
Choose a tag to compare

This reduces the block size for chunked inserts to avoid timeouts over HTTPS

v0.6.17. Fix Numpy/Pandas Date32 issue

21 Oct 04:51
15e88b2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.16...v0.6.17

v0.6.16 Fix RHEL builds

18 Oct 21:45
28829ba
Compare
Choose a tag to compare

Fixes an import problem on some Python installations, including RHEL

v0.6.15 Python 3.12 support

17 Oct 00:38
997d7d2
Compare
Choose a tag to compare

Build and CI tests for Python 3.12

v0.6.14 Fix Python 3.7 Import

22 Sep 16:12
4061d21
Compare
Choose a tag to compare

Fix Python 3.7 import issue, 0 length FixedString Inserts

0.6.13 Improve connection reset handling

20 Sep 08:32
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.12...v0.6.13

v0.6.12 Fix Nested Empty Map Index Error

16 Sep 22:57
Compare
Choose a tag to compare

Fixes index error on nested empty maps using native protocol

v0.6.11 Pandas 2.1 compatibility

30 Aug 21:52
b575840
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.10...v0.6.11

V0.6.10 Support for Object(Nullable('json'))

27 Aug 22:40
cb4c1a1
Compare
Choose a tag to compare

Allow use of the Object(Nullable('json')) type, which is sometimes generated as a result of schema inference.

v0.6.9 -- Insert error handling and packaging

22 Aug 00:57
02e0c05
Compare
Choose a tag to compare

Improved insert error diagnostics, small packaging improvements.