Skip to content

Releases: xberg-io/xberg

v1.0.0-rc.17

v1.0.0-rc.17 Pre-release
Pre-release

Choose a tag to compare

@Goldziher Goldziher released this 09 Jul 07:31
v1.0.0-rc.17
f1de4f2

Regenerated with alef 0.34.3. Fixes the red publish/e2e jobs:

  • ruby (magnus) max_sim_score/max_sim_rank now return Result (E0277 fix).
  • elixir (rustler) one NIF per name (fixes on_load 'Duplicate NIF entry').
  • python (windows wheel) late-interaction-presets added to windows-target so the pyo3 wrappers resolve (E0425 fix).
  • dart (pub.dev) include-hidden-files on the package artifacts so .pubignore survives and publish no longer bundles ~270MB of natives.

v1.0.0-rc.16

v1.0.0-rc.16 Pre-release
Pre-release

Choose a tag to compare

@Goldziher Goldziher released this 08 Jul 18:51

What's Changed

New Contributors

Full Changelog: v1.0.0-rc.12...v1.0.0-rc.16

v1.0.0-rc.15

v1.0.0-rc.15 Pre-release
Pre-release

Choose a tag to compare

@Goldziher Goldziher released this 08 Jul 05:47

v1.0.0-rc.14

v1.0.0-rc.14 Pre-release
Pre-release

Choose a tag to compare

@Goldziher Goldziher released this 07 Jul 18:59

v1.0.0-rc.13

v1.0.0-rc.13 Pre-release
Pre-release

Choose a tag to compare

@Goldziher Goldziher released this 07 Jul 12:15

v1.0.0-rc.12

v1.0.0-rc.12 Pre-release
Pre-release

Choose a tag to compare

@Goldziher Goldziher released this 07 Jul 07:32
v1.0.0-rc.12
29c0649

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

v1.0.0-rc.10 Pre-release
Pre-release

Choose a tag to compare

@Goldziher Goldziher released this 06 Jul 07:59

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

v1.0.0-rc.9 Pre-release
Pre-release

Choose a tag to compare

@Goldziher Goldziher released this 05 Jul 16:06

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.8 Pre-release
Pre-release

Choose a tag to compare

@Goldziher Goldziher released this 05 Jul 11:51

What's Changed

  • feat(chunking): let callers size chunks with their own tokenizer by @tobocop2 in #1196

Full Changelog: benchmark-run-28716612990...v1.0.0-rc.8

v1.0.0-rc.7

v1.0.0-rc.7 Pre-release
Pre-release

Choose a tag to compare

@Goldziher Goldziher released this 04 Jul 19:00

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

Full Changelog: benchmark-run-28447996063...v1.0.0-rc.7