Timeplus-connect

Latest version: v0.8.15

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

Scan your dependencies

Page 1 of 20

0.9.0

instead of being passed as ClickHouse server settings. This is in conjunction with some refactoring in Client construction.
The supported method of passing ClickHouse server settings is to prefix such arguments/query parameters with`ch_`.

0.8.14

Bug Fix
- Fix an edge case where a Pandas dataframe that contains _only_ Int64 (or smaller) values would cause an exception when
inserting into a ClickHouse "big int" table of U/Int128/256. Closes https://github.com/ClickHouse/clickhouse-connect/issues/452

0.8.13

Bug Fix
- Fix missing default for new access_token parameter. Thanks to [Lukas Thaler](https://github.com/lukasthalerINNIO) for the PR.

0.8.12

Improvement
- Added support for JWT authentication (ClickHouse Cloud feature).
It can be set via the `access_token` client configuration option for both sync and async clients.
The token can also be updated via the `set_access_token` method in the existing client instance.
NB: do not mix access token and username/password credentials in the configuration;
the client will throw an error if both are set.

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.

Page 1 of 20

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.