v3.2.1
Fixed
- Node.js Docker/cross-platform installs (#273) — platform-specific native packages now correctly published with
optionalDependenciesvia NAPI prepublish. - Homebrew formula (#304) — formula updated with correct source tarball SHA and bottle configuration.
- WASM type prefix restored (#303) —
WasmConversionOptions(notJsConversionOptions) via configurabletype_prefixin alef. - Ruby gem build — fixed
NodeContent::MetadataBlocktype mismatch in binding-to-core conversion. - Maven Central publish — aligned
pom.xmlwith kreuzberg (GPG plugin in main build, developer email, pluginManagement). - All binding compilation failures — fixed private module path, missing
Fromimpls, glob import conflicts, cbindgen compatibility. - Elixir NIF compilation — removed incompatible
compilers: [:rustler]directive for Rustler 0.34+. - FFI
from_json/to_jsonfunctions — now generated for all serde-compatible types, fixing Java and Go bindings. - PHP e2e tests — fixed function call generation.
- Python
pyproject.toml— corrected module-name and python-packages. docs/llms.txtmetadata defaults corrected (#276).
See CHANGELOG.md for full details.