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.