Timeplus-connect

Latest version: v0.8.15

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

Scan your dependencies

Page 6 of 20

0.7.5

Bug Fixes
- Fixed client side binding for Python format strings using `%d` (int) and `%f` (float) format patterns. Closes
https://github.com/ClickHouse/clickhouse-connect/issues/327
- Allows empty `data` argument in the initializer of `ExternalFile` / `ExternalData` objects. Thanks to
[martijnthe](https://github.com/martijnthe) for the PR!

0.7.4

Improvement
- Added the new client method `query_arrow_stream` for streaming PyArrow queries from ClickHouse. Big thanks to
[NotSimone](https://github.com/NotSimone) for the feature and tests! Closes https://github.com/ClickHouse/clickhouse-connect/issues/155.

0.7.3

Improvement
- Add summary field to Cursor object to retrieve the result of 'X-Clickhouse-Summary' header. Thanks to
[elchyn-cheliabiyeu](https://github.com/elchyn-cheliabiyeu) for the PR!

0.7.2

Bug Fixes
- Inserts into columns with multibyte UTF-8 names were broken. This has been fixed. https://github.com/ClickHouse/clickhouse-connect/issues/312
- If the result of applying the precedence of timezones to a column results in an explicit UTC timezone, the datetime object returned
should now be timezone naive. This should make the behavior consistent with the [documentation](https://clickhouse.com/docs/en/integrations/python#time-zones).
Closes https://github.com/ClickHouse/clickhouse-connect/issues/308 (except for a documentation update)
- Extraneous semicolons are automatically removed from the end of queries. Addresses the most basic behavior in https://github.com/ClickHouse/clickhouse-connect/issues/310.

Performance Improvement
- Pandas DataFrame returned from the client `query_df` method should be constructed somewhat faster in cases where the data returned in ClickHouse
is in many small blocks. Note that performance gains in this use case are somewhat limited because of the memory and copying cost of
building a large DataFrame from many smaller ClickHouse Native block structures, so such performance problems should normally be addressed at the
query or ClickHouse data storage level (by for example, reducing the number of partitions and/or shards referenced by the query). This may partially
address https://github.com/ClickHouse/clickhouse-connect/issues/307.

0.7.1

Bug Fixes
- Changed type hint of the `query` parameter in Client `query*` methods to `Optional[str]` to work correctly with type analyzers.
This also highlights that using a query_context instead of a query in these methods is supported (and preferred for repeated queries).
Thanks to [Avery Fischer](https://github.com/biggerfisch) for the PR!
- Fixed sending a full table name to the `insert_file` tools function. Closes https://github.com/ClickHouse/clickhouse-connect/issues/305

0.7.0

Breaking Change
- Python 3.7 builds are no longer part of the wheels deployed to PyPI

Bug Fix
- Due to a change in default ClickHouse settings, inserts with "named" Tuple types no longer worked with ClickHouse
version 24.1 and later. This has been fixed.

Improvements
- Some types of security and other proxies require additional query parameters on any call to ClickHouse server behind
such a proxy. Because the HTTPClient makes certain initialization queries to ClickHouse before any query parameters
are set, it was difficult or impossible to create a Client successfully. You can now modify the HTTPClient class level
properties `params` and `valid_transport_settings` before calling `get_client` so that such "special" query parameters will be
included even on initialization queries. Thanks to [Aleksey Astafiev](https://github.com/aastafiev) for highlighting
the problem and contributing a PR.
- In some cases the user make want to disable urllib3 timeout settings `connect_timeout` and `send_receive_timeout` by
setting them to none. The same PR from Aleksey Astafiev now allows setting to values to `None`
- Update to Cython 3.0.8

Page 6 of 20

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.