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

0.7.19

Bug Fix
- Insertion of large strings was triggering an exception. This has been fixed.

0.7.18

Bug Fix
- In some cases retrieving the os_user as part of the `client data` in the HTTP User-Agent header could throw an exception. This
has been fixed (os_user will not be sent in those cases). Closes https://github.com/ClickHouse/clickhouse-connect/issues/380.

0.7.17

Bug Fix
- The client server_tz was not being correctly set if the server timezone was not UTC. This should close https://github.com/ClickHouse/clickhouse-connect/issues/377

Improvement
- The os user can now be sent as part of the User-Agent HTTP header. To disable this functionality for privacy reasons,
set the new common/global setting `send_os_user` to False. Closes https://github.com/ClickHouse/clickhouse-connect/issues/371.

0.7.16

Improvement
- Added the `AsyncClient` wrapper which is intended for `asyncio` environment usage. `AsyncClient` has the same methods
with the same parameters as the standard `Client`, but they are coroutines when applicable. Internally, these methods
from the `Client` that perform I/O operations are wrapped in a
[run_in_executor](https://docs.python.org/3/library/asyncio-eventloop.html#asyncio.loop.run_in_executor) call.
See also the updated [run_async example](./examples/run_async.py).

0.7.15

Bug Fix
- If the ClickHouse server was behind an https proxy that required mutual TLS authentication, the client would incorrectly
attempt to use ClickHouse mutual TLS instead and authentication would fail. It should now be possible to authenticate
correctly in this situation by settings the `verify` parameter to `proxy`. This should close https://github.com/ClickHouse/clickhouse-connect/issues/370

0.7.14

Bug Fix
- Fix insert of UUID strings including dashes. Closes 368

Page 4 of 20

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.