github kreuzberg-dev/kreuzberg v4.0.2

11 hours ago

Highlights

This patch release fixes Go module installation and Elixir publish workflow issues.

Fixed

Go Module Installation

  • Fixed Go module tag format: Go modules now install correctly with go get github.com/kreuzberg-dev/kreuzberg/packages/go/v4@v4.0.2 (#264)
    • Changed tag format from packages/go/v4/v4.x.x to packages/go/v4.x.x to match Go module path requirements
    • Updated publish script to use correct format for future releases

CI Stability

  • Go CI Windows builds: Made choco install pkgconfiglite step non-blocking since MSYS2 provides pkg-config as fallback
  • Rust tooling cache: Extended cargo-llvm-cov cache clearing to all platforms to prevent corrupted binary issues on ARM64 Linux
  • Bumped cache key version: Invalidated potentially corrupted cargo-llvm-cov caches

Elixir Publish Workflow

  • Fixed macOS native library extension: Elixir NIF packaging now correctly uses .dylib extension on macOS instead of .so

Installation

Go

```bash
go get github.com/kreuzberg-dev/kreuzberg/packages/go/v4@v4.0.2
```

See CHANGELOG.md for full details.

Don't miss a new kreuzberg release

NewReleases is sending notifications on new releases.