Releases: ClickHouse/clickhouse-connect
Releases · ClickHouse/clickhouse-connect
v0.6.18 Fix Timeouts on Large Inserts
This reduces the block size for chunked inserts to avoid timeouts over HTTPS
v0.6.17. Fix Numpy/Pandas Date32 issue
v0.6.16 Fix RHEL builds
Fixes an import problem on some Python installations, including RHEL
v0.6.15 Python 3.12 support
Build and CI tests for Python 3.12
v0.6.14 Fix Python 3.7 Import
Fix Python 3.7 import issue, 0 length FixedString Inserts
0.6.13 Improve connection reset handling
What's Changed
- Add py.typed file (PEP 561) by @biggerfisch in #243
New Contributors
- @biggerfisch made their first contribution in #243
Full Changelog: v0.6.12...v0.6.13
v0.6.12 Fix Nested Empty Map Index Error
Fixes index error on nested empty maps using native protocol
v0.6.11 Pandas 2.1 compatibility
V0.6.10 Support for Object(Nullable('json'))
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
Improved insert error diagnostics, small packaging improvements.