v1.0.7
Republishes the Elixir NIF that 1.0.6 could not build, and regenerates all bindings with alef 0.38.0.
Fixed
- Elixir NIF now builds and publishes — the streaming-start NIF read-locks and clones the inner handle instead of calling a nonexistent method on the
Arc<RwLock<Handle>>(E0599). - Elixir
create_engine/1no longer double-encodes its config —niland pre-encodedJason.encode!(%CrawlConfig{})strings are forwarded as-is; only native maps are encoded. - Dart
freezeddev-dependency pinned back to^3.2.5sodart pub getresolves the stable SDK. - Ruby gemspec
required_ruby_versioncap removed (>= 3.2.0, no< 4.0upper bound).
Build
- Bindings, stubs, READMEs, docs, and e2e suites regenerated with alef 0.38.0 (up from 0.34.4).
Zig
Add to your build.zig.zon:
.dependencies = .{
.crawlberg-zig = .{\n .url = \"https://github.com/xberg-io/crawlberg/releases/download/v1.0.7/crawlberg-zig-v1.0.7.tar.gz\",\n .hash = \"crawlberg-1.0.7-IoY1CgPmpyBWYIn3duMsD6kj0w6RTcr1oEunOdHs1YgX\",\n },\n},\n```\n