Improved
- Query planner now prunes partitions on S3 sealed segments before issuing a single byte-range request — typical scan drops 38%, p99 down to
142 ms. - Tier-down writes are now durable in a single S3 PUT (was three). Cold-tier ingest cost down by
67%. - UI: the query console accepts paste-without-prompt and pretty-prints in-flight.
New
- Vector 0.40 integration — drop-in source, schema-on-read aware, no config rewrite needed.
- KQL dialect (preview). Compile to the same plan as CrQL and SQL. Toggle per workspace.
- New region · São Paulo (sao-01). 23 regions total.
- Audit log can now be sinked to a write-only bucket of your choice with separate KMS.
Breaking
- Removed the legacy
gRPC v1ingest endpoint deprecated in v3.4. Migrate to/v2/ingest. The CLI does this for you withcrucible migrate ingest.
Fixed
- Race condition in the hot-tier compactor under bursty writes >80 GB/s. Reported and fixed by Iro Tanaka.
summarizewith high-cardinality groupings (>5M groups) no longer spills to local disk in single-node mode.- Six smaller fixes — see GitHub release notes.