Skip to content

v1.1.5

Latest

Choose a tag to compare

@Goldziher Goldziher released this 10 Sep 04:29
· 1 commit to main since this release

Fixed

  • The Java binding compiles again. A method returning Option<Vec<u8>>Registry.sampleBytes
    is the only one today — was generated declaring Optional<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