Changes
Fixed
CI
- Deno E2E tests failing due to double-slash in document paths: Fixed the E2E test generator producing
WORKSPACE_ROOTwith a trailing slash, causing//test_documents/paths that broke all Deno test file resolution. - CLI
test_extract_with_chunkingtest failure: Fixed test passing--chunkwithout a required value (true/false), causingtest-system-pdfiumjob to fail. - Rust CI job timeouts: Increased all Rust CI job timeouts from 90 to 180 minutes to accommodate the full test suite.
Python Bindings
- CLI binary missing from all platform wheels: Fixed the publish workflow not building the CLI binary before running maturin, causing the
kreuzberg-cliexecutable to be absent from wheels on all platforms (Windows, macOS, Linux). The CI workflow had this step but the publish workflow did not. (#349)
Dependencies
- Updated
time0.3.45 → 0.3.47 (RUSTSEC-2026-0009) - Updated
zip7.3.0 → 7.4.0
Full Changelog: v4.2.10...v4.2.11