What's Changed
Added
Go Module
- Automated FFI library installer: New install command automatically downloads the correct FFI library for your platform from GitHub releases
- Run
go run github.com/kreuzberg-dev/kreuzberg/packages/go/v4/cmd/install@latestto install - Supports macOS ARM64, Linux x86_64/ARM64, and Windows x86_64
- Run
Fixed
Elixir
- Precompiled NIF checksums: Fixed Hex package publishing to include actual SHA256 checksums instead of generator script
- Users can now install kreuzberg from Hex without compilation errors
- Fixes "precompiled NIF file does not exist in the checksum file" error
See CHANGELOG.md for full details.