Fixed
- The Java binding compiles again. A method returning
Option<Vec<u8>>—Registry.sampleBytes
is the only one today — was generated declaringOptional<byte[]>while returning a bare
byte[], which javac rejects. 1.1.4 therefore published no Java artifact at all, and the
spring-ai integration was blocked waiting on it. Fixed upstream in alef 0.85.12; this release
regenerates on it.
Zig
Add to your build.zig.zon:
.dependencies = .{
.xberg-zig = .{\n .url = \"https://github.com/xberg-io/xberg/releases/download/v1.1.5/xberg-zig-v1.1.5.tar.gz\",\n .hash = \"xberg-1.1.5-iV1GrvucGBnYUxPwjVLLE8FduJyau_QIJfXxreCBEDBT\",\n },\n},\n```\n