Releases: Wave-RF/chtypes
Releases · Wave-RF/chtypes
Release list
ts/v0.1.0 — @wavehouse/chtypes (npm)
npm install @wavehouse/chtypes@0.1.0 # Node >= 22, ESM onlyFirst release, published to npm from the tag ts/v0.1.0.
- Speaks ABI revision 4 of the frozen
chs_*C ABI
(include/chtypes.h, 28 functions). The bindingdlopens a per-version
artifact and reimplements no ClickHouse semantics;Transformedis the one
derived result. - Verified against the public golden set (
goldens/cases.json, schema 1,
31 cases), whose expectations were generated on ClickHouse
24.8, 25.3, 25.8, 25.10, 26.5, 26.6 and 26.7 — every case answered
identically on all seven lines, and any case that did not was refused by
the generator. - Pre-1.0: the artifact name
libchtypes, thechs_prefix and the
enum chs_formatnumbers are frozen. Function signatures freeze at this tag.
rust/v0.1.0 — chtypes (crates.io)
cargo add chtypes@0.1.0crates.io · docs.rs · CHANGELOG
First release, published to crates.io from the tag rust/v0.1.0.
- Speaks ABI revision 4 of the frozen
chs_*C ABI
(include/chtypes.h, 28 functions). The bindingdlopens a per-version
artifact and reimplements no ClickHouse semantics;Transformedis the one
derived result. - Verified against the public golden set (
goldens/cases.json, schema 1,
31 cases), whose expectations were generated on ClickHouse
24.8, 25.3, 25.8, 25.10, 26.5, 26.6 and 26.7 — every case answered
identically on all seven lines, and any case that did not was refused by
the generator. - Pre-1.0: the artifact name
libchtypes, thechs_prefix and the
enum chs_formatnumbers are frozen. Function signatures freeze at this tag.
python/v0.1.0 — chtypes (PyPI)
pip install chtypes==0.1.0 # or: uv pip install chtypesFirst release, published to PyPI from the tag python/v0.1.0.
- Speaks ABI revision 4 of the frozen
chs_*C ABI
(include/chtypes.h, 28 functions). The bindingdlopens a per-version
artifact and reimplements no ClickHouse semantics;Transformedis the one
derived result. - Verified against the public golden set (
goldens/cases.json, schema 1,
31 cases), whose expectations were generated on ClickHouse
24.8, 25.3, 25.8, 25.10, 26.5, 26.6 and 26.7 — every case answered
identically on all seven lines, and any case that did not was refused by
the generator. - Pre-1.0: the artifact name
libchtypes, thechs_prefix and the
enum chs_formatnumbers are frozen. Function signatures freeze at this tag.
go/v0.1.0 — github.com/wave-rf/chtypes/go
go get github.com/wave-rf/chtypes/go@v0.1.0First release. A Go module publishes by being tagged: go/v0.1.0 is the
whole release, and proxy.golang.org serves it on first fetch. There is no
manifest — the tag is the version.
- Speaks ABI revision 4 of the frozen
chs_*C ABI
(include/chtypes.h, 28 functions). The bindingdlopens a per-version
artifact and reimplements no ClickHouse semantics;Transformedis the one
derived result. - Verified against the public golden set (
goldens/cases.json, schema 1,
31 cases), whose expectations were generated on ClickHouse
24.8, 25.3, 25.8, 25.10, 26.5, 26.6 and 26.7 — every case answered
identically on all seven lines, and any case that did not was refused by
the generator. - Pre-1.0: the artifact name
libchtypes, thechs_prefix and the
enum chs_formatnumbers are frozen. Function signatures freeze at this tag.