Download Latest Version v4.3.0 source code.zip (9.3 MB)
Email in envelope

Get an email when there's a new version of chDB

Home / v4.2.1
Name Modified Size InfoDownloads / Week
Parent folder
chdb-4.2.1-py3-none-any.whl 2026-07-13 1.6 MB
README.md 2026-07-13 1.2 kB
v4.2.1 source code.tar.gz 2026-07-13 8.8 MB
v4.2.1 source code.zip 2026-07-13 9.1 MB
Totals: 4 Items   19.5 MB 2

chdb 4.2.1

Requires chdb-core>=26.5.0.

New

  • clickhouse-connect backend (#593) — use chDB as a drop-in execution backend for clickhouse-connect: clickhouse_connect.get_client("chdb://memory") (in-memory) or get_client("chdb:///path/to/data.db") (on-disk) returns a client backed by the embedded engine instead of an HTTP server. Ships as chdb.cc_backend plus a clickhouse_connect.backends entry point; install with pip install "chdb[clickhouse-connect]". End-to-end usage requires a clickhouse-connect release that includes the pluggable-backend mechanism (ClickHouse/clickhouse-connect#811).
  • chdb.agents contract 0.2.0 (#602) — descriptors as the single source of truth, capabilities(), acall(), hardened descriptor and dispatch edges, external-session probing, allowlist scanner fixes.

Docs

  • llms.txt / llms-full.txt — LLM-friendly index for chDB, gated in CI (#598, [#599], [#600]).

CI

  • Pin pyarrow<25 in the Linux arm64 DataStore test environment to work around a pyarrow 25.0.0 parquet read corruption on linux-aarch64; the pin will be removed once a fixed pyarrow release is out (#605).
Source: README.md, updated 2026-07-13