Download Latest Version v0.4.0 source code.tar.gz (1.7 MB)
Email in envelope

Get an email when there's a new version of Zvec

Home / v0.4.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-05-08 3.4 kB
v0.4.0 source code.tar.gz 2026-05-08 1.7 MB
v0.4.0 source code.zip 2026-05-08 2.5 MB
Totals: 3 Items   4.1 MB 0

🚀 Zvec v0.4.0 Release Notes

📦 New Features

  • Dart/Flutter SDK (Android & iOS): Published the official zvec Flutter package, providing Dart/Flutter FFI bindings for Zvec. Supports Android (arm64-v8a) and iOS (arm64). Prebuilt native libraries are automatically downloaded at build time — no manual native compilation required for end users. (Issue [#192])
  • Enlarged topK Limit: Relaxed the upper bound on topK results to support larger-scale recall scenarios. (#348)
  • iOS Build Support: Added support for building on iOS platforms, further expanding cross-platform coverage. (#321)

🐞 Bug Fixes

  • SQ8 Quantizer Recall Drop: Fixed a recall degradation caused by incorrect handling of int8 rounding in SQ8 quantizer metadata. (#329)
  • query_params Type Validation: Added stricter type checking on user-supplied query parameters to prevent runtime errors from invalid inputs. (#351)
  • Windows Path Handling: Fixed MakePath behavior at drive root on Windows; added GetLastErrorString() helper for more accurate OS error messages. (#337#341)
  • Relaxed Collection Path Restriction: Removed overly strict validation constraints on the collection storage path. (#340)
  • Remove Redundant Python Index Type Validation: Removed duplicated vector index type validation on the Python side in create_index. (#297)
  • Sparse vector indices is now sorted before feeding to core vector index engine. (#382)
  • Other minor bug fixes. (#370)

🔧 Refactoring & Cleanup

  • Remove Legacy HNSW Builder/Searcher: Cleaned up the legacy HNSW builder/searcher, and hnsw-rabitq builder/searcher. (#356#367)
  • Fix C Example CMake & C++ Dynamic Library Build: Corrected the CMake configuration for C language examples and improved the C++ shared library build scripts. (#347)

🤖 CI & Build Improvements

  • Refactored Android CI, enhanced iOS CI stability, and fixed code coverage reporting. (#330#332#331)
  • clang-tidy in CI: Integrated clang-tidy static analysis into the CI pipeline for changed C/C++ files, strengthening code quality enforcement. (#116)

👋 New Contributors

Thanks to all first-time contributors in this release:


Full Changelogv0.3.0...v0.4.0

Source: README.md, updated 2026-05-08