Fixed
- Fix cancellation token not checked in WASM (non-tokio) path for Excel, DOC, PPT, Pages, Keynote, and Numbers extractors — cancellation was silently ignored in WASM builds
- Propagate
Cancellederror code (9) to all bindings — Go, C FFI, Python, TypeScript, Java, C#, and C API docs now include the new code - Fix PHP e2e embed tests calling instance methods statically — use procedural
\Kreuzberg\embed()functions - Fix TypeScript e2e embed tests using wrong field names (
type/name→modelType/value) for embedding model config - Fix Elixir e2e embed tests calling non-existent
embed_async/2— use syncembed/2 - Fix TypeScript e2e generator missing
html_outputconfig mapping for styled HTML tests - Fix
ORT_DYLIB_PATHon Windows CI pointing tolib/instead of the actual DLL location - Fix C# CI build conditional to require successful FFI build
- Add
libuv1-devto Linux CI system dependencies for R package builds