Clickhouse-connect

Latest version: v0.8.16

Safety actively analyzes 723650 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 20

0.8.11

Improvement
- Support of ISO8601 strings for inserting values to columns with DateTime64 type was added. If the driver detects
that the inserted data for a DateTime64 is a string, it will attempt to parse an ISO-8601 datetime from that string.
Other string formats are not currently supported. Thanks to [Nikita Reznikov](https://github.com/rnv812) for the PR!

Bug Fix
- Correctly handled native format column prefixes and insert names for Variant/Dynamic/JSON.
Fixes https://github.com/ClickHouse/clickhouse-connect/issues/441 and likely some other issues with experimental types Variant,Dynamic, and JSON.

0.8.10

Bug Fixes
- The experimental JSON type would break in some circumstances with ClickHouse server version 24.10 and later. This has
been fixed. The fix is incompatible with ClickHouse version 24.8 and 24.9 however, so see the above WARNING about
mixing JSON types
- Experimental JSON types within a Tuple was broken. This has been fixed; however, the fix fails on ClickHouse server
versions 24.8 and 24.9. If you need Tuple(JSON) support, you must use ClickHouse server version 24.10 or later.
Closes https://github.com/ClickHouse/clickhouse-connect/issues/436.

0.8.9

Bug Fix
- Roll back some timezone changes that caused incorrect usage of "local time" objects for some ClickHouse queries. Note that
has deprecated "naive" timestamps; however converting everything to timezone aware objects (with the UTC timezone as appropriate)
causes some numpy and possibly Pandas side effects. Eventually naive datetime object support will be deprecated/eliminated,
but it will take some time to ensure no breaking changes. Fixes https://github.com/ClickHouse/clickhouse-connect/issues/433

0.8.8

Improvement
- Handle low level HTTP errors as "Stream Complete". This provides better compatibility with the most recent
ClickHouse version when the HTTP stream is abruptly closed after a server error.

0.8.7

Improvement
- Added basic support for ClickHouse geometric types Ring, Polygon, MultiPolygon, LineString, and MultiLineString.
Closes https://github.com/ClickHouse/clickhouse-connect/issues/427

Bug Fix
- Settings/parameters from one Client will no longer leak into later client instantiations. Fixes
https://github.com/ClickHouse/clickhouse-connect/issues/426

0.8.6

Bug Fixes
- Correctly stream unchunked HTTP responses. Fixes https://github.com/ClickHouse/clickhouse-connect/issues/417.
- Don't use `wait_end_of_query` for any streaming requests. Fixes https://github.com/ClickHouse/clickhouse-connect/issues/416

Page 2 of 20

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.