Skip to content

v1.1.4

Latest

Choose a tag to compare

@Goldziher Goldziher released this 05 Aug 14:31

Fixed

  • The Dart package resolves its native library from its own installed location
    rather than a path derived from the crate name, so loading works from any
    working directory and under hardened runtimes (alef 0.54.x).
  • CI runs poly's whole-project lint phase. It was skipped entirely, so
    golangci-lint, rubocop, steep, dart-analyze, credo and checkstyle
    ran in the git hooks only and CI never saw them.
  • The Rust unit-test script no longer hides failures. A single
    if ! { cmd1; cmd2; } | tee log suppressed set -e and collapsed the exit
    status onto the last command, so ten failing test binaries reported green for
    weeks. Each cargo invocation is now checked via its own PIPESTATUS.

Changed

  • Regenerated all language bindings on alef 0.55.0.

Zig

Add to your build.zig.zon:

.dependencies = .{
    .crawlberg-zig = .{\n        .url = \"https://github.com/xberg-io/crawlberg/releases/download/v1.1.4/crawlberg-zig-v1.1.4.tar.gz\",\n        .hash = \"crawlberg-1.1.4-IoY1CjhxxSDAwcO1A4Z9MstHKZV7En62d4xi7AZ6dP6k\",\n    },\n},\n```\n