Releases: xberg-io/xberg
Releases · xberg-io/xberg
Release list
v1.0.0-rc.17
Regenerated with alef 0.34.3. Fixes the red publish/e2e jobs:
- ruby (magnus)
max_sim_score/max_sim_ranknow returnResult(E0277 fix). - elixir (rustler) one NIF per name (fixes on_load 'Duplicate NIF entry').
- python (windows wheel)
late-interaction-presetsadded towindows-targetso the pyo3 wrappers resolve (E0425 fix). - dart (pub.dev)
include-hidden-fileson the package artifacts so.pubignoresurvives and publish no longer bundles ~270MB of natives.
v1.0.0-rc.16
What's Changed
- fix: cap hf-hub model downloads with a wall-clock watchdog by @naamanhirschfeld-armis in #1228
New Contributors
- @naamanhirschfeld-armis made their first contribution in #1228
Full Changelog: v1.0.0-rc.12...v1.0.0-rc.16
v1.0.0-rc.15
v1.0.0-rc.14
v1.0.0-rc.13
v1.0.0-rc.12
Release candidate 1.0.0-rc.12.
- Fresh rc: bindings compile against the rc.12 core (resolves the rc.11-republish DocumentCounts version skew).
- Hunyuan-OCR weights re-hosted at xberg-io/hunyuan-ocr (fetched via hf-hub, sha256-verified).
- OCR self-heal helpers feature-gated; EmbeddingConfig.max_sequence_length threaded through all bindings.
- Regenerated with alef 0.32.11 (poly.toml generator fix).
v1.0.0-rc.10
What's Changed
- feat(chunking): let callers size chunks with their own tokenizer by @tobocop2 in #1196
- test(pdf): vertical-text pages must return text, not a guarded per-page error by @tobocop2 in #1201
- fix(candle-ocr): fix the failing GPU OCR jobs (Hunyuan-OCR + DeepSeek-OCR) by @tobocop2 in #1205
Full Changelog: benchmark-run-28716612990...v1.0.0-rc.10
v1.0.0-rc.9
Release candidate 9. Bindings regenerated on alef 0.32.6.
Publish pipeline
- Build gnu CLI on native ubuntu-24.04 (glibc 2.39) instead of manylinux_2_28 containers
- Per-platform npm packages (avoids the 413 payload limit on the combined tarball)
- Drop the redundant release-triggered Docker publish (fired explicitly via repository_dispatch)
- Remove the .cargo rustc-wrapper.sh that broke Windows publish-prepare (os error 193)
- Dockerfile.core on rust 1.95
Fixes
- candle-ocr: net_3 v2 conv outputs 1024 channels to match the DeepSeek-OCR checkpoint
- e2e(go): pre-build the mock-server in CI to avoid the test-time build timeout
- Binding codegen: dart E0282, zig std.mem.span (0.16), swift Void bindings, kotlin JNI SNAKE_CASE, elixir NIF arity
v1.0.0-rc.8
v1.0.0-rc.7
What's Changed
- fix(ocr): plug tesseract memory leak at process exit by @tobocop2 in #1190
- docs(python): add MCP batch_extract_files snippet by @Ayush7614 in #1180
- docs(python): add MCP HTTP transport client snippet by @Ayush7614 in #1191
- feat(intel-mac): native Intel macOS (x86_64-apple-darwin) support by @tobocop2 in #1194
New Contributors
- @Ayush7614 made their first contribution in #1180
Full Changelog: benchmark-run-28447996063...v1.0.0-rc.7