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 19 of 20

0.2.8

New Features
* This release updates the build process to include binary wheels for the majority of platforms, include MacOS M1 and Linux Aarch64. This should also fix installation errors on lightweight platforms without build tools.
* Builds are now included for Python 3.11

Known issues
* Docker images built on MacOS directly from source do not correctly build the C extensions for Linux. However, installing the official wheels from PyPI should work correctly.

0.2.7

New Features
* The HTTP client now raises an OperationalError instead of a DatabaseError when the HTTP status code is 429 (too many requests), 503 (service unavailable), or 504 (gateway timeout) to make it easier to determine if it is a retryable exception
* Add `query_retries` client parameter (default 2) for "retryable" HTTP queries. Does not apply to "commands" like DDL or to inserts

0.2.6

Bug Fixes
* Fixed an SQLAlchemy dialect issue with SQLAlchemy 1.4 that would cause problems in the most recent Superset version

0.2.5

Bug Fixes
* Fixed an issue where DBAPI cursors returned an invalid description object for columns. This would cause `'property' object has no attribute 'startswith'` errors for some SqlAlchemy and SuperSet queries.
* Fixed an issue where datetime parameters would not be correctly rendered as ClickHouse compatible strings

New Features
* The "parameters" object passed to client query methods can now be a sequence instead of a dictionary, for compatibility with query strings that contain simple format unnamed format directives, such as `'SELECT * FROM table WHERE value = %s'`

0.2.4

Bug Fixes
* The wait_end_of_query parameter/setting was incorrectly being stripped. This is fixed

0.2.3

Bug Fixes
* Fix encoding insert of multibyte characters

New Features
* Improve identifier handling/quoting for Clickhouse column, table, and database names
* Add client arrow_insert method to directly insert a PyArrow Table insert ClickHouse using Arrow format

Page 19 of 20

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.