Skip to content

v0.3.0-rc.37

Pre-release
Pre-release

Choose a tag to compare

@Goldziher Goldziher released this 28 May 05:34
· 219 commits to main since this release
v0.3.0-rc.37
7f52813

What's in this release

Bumps alef 0.19.24 → 0.20.0 and regenerates bindings/e2e against it.

alef v0.20.0

  • vendor: inner crate manifest now gets an empty [workspace] when no outer manifest is generated, unblocking Publish Elixir Hex package.
  • generate_service_api now lands for six more backends (ffi/extendr/jni/csharp/dart/go/swift/zig); not exercised by kreuzcrawl yet but emitter is in place.
  • c-e2e Makefile FFI prerequisite is conditional so make no longer hard-fails without staged FFI.

Post-rc.36 fixes (already in main)

  • Docker COPY of kreuzcrawl-browser for Alpine workspace load
  • CI E2E FFI staging into e2e/c/ffi/ to skip 404-prone download

Zig

Add to your build.zig.zon:

.dependencies = .{
    .kreuzcrawl-zig = .{\n        .url = \"https://github.com/kreuzberg-dev/kreuzcrawl/releases/download/v0.3.0-rc.37/kreuzcrawl-zig-v0.3.0-rc.37.tar.gz\",\n        .hash = \"kreuzcrawl-0.3.0-rc.37-l-oqNpfRAADdvhCpfcP7UfnNavPVBQqBI86QlvoGeNj4\",\n    },\n},\n```\n