Skip to content

Releases: ruvnet/RuVector

v0.1.1: chore: Update NAPI-RS binaries for all platforms

30 Nov 22:18

Choose a tag to compare

  Built from commit a9c3d4abd994ac275480316b16333a717faa3942

  Platforms updated:
  - linux-x64-gnu
  - linux-arm64-gnu
  - darwin-x64
  - darwin-arm64
  - win32-x64-msvc

  🤖 Generated by GitHub Actions

v0.1.18: chore: Update NAPI-RS binaries for all platforms

30 Nov 20:48

Choose a tag to compare

  Built from commit 114a8d8bddae87cf1d1e9b5de49374e238491196

  Platforms updated:
  - linux-x64-gnu
  - linux-arm64-gnu
  - darwin-x64
  - darwin-arm64
  - win32-x64-msvc

  🤖 Generated by GitHub Actions

v0.1.17: chore: Update NAPI-RS binaries for all platforms

30 Nov 15:08

Choose a tag to compare

  Built from commit 114a8d8bddae87cf1d1e9b5de49374e238491196

  Platforms updated:
  - linux-x64-gnu
  - linux-arm64-gnu
  - darwin-x64
  - darwin-arm64
  - win32-x64-msvc

  🤖 Generated by GitHub Actions

v0.1.0: chore: Update NAPI-RS binaries for all platforms

30 Nov 21:10

Choose a tag to compare

  Built from commit 114a8d8bddae87cf1d1e9b5de49374e238491196

  Platforms updated:
  - linux-x64-gnu
  - linux-arm64-gnu
  - darwin-x64
  - darwin-arm64
  - win32-x64-msvc

  🤖 Generated by GitHub Actions

Release v0.1.16 - Graph Node with persistence support

27 Nov 21:38

Choose a tag to compare

Features:
- Persistence support using redb storage backend
- GraphDatabase.open() factory method for opening existing databases
- isPersistent() and getStoragePath() methods
- Node labels support
- Comprehensive benchmark suite

Performance:
- Batch Node Creation: 131K+ ops/sec
- Node Creation: 9.17K ops/sec
- Vector Search: 2.35K ops/sec

Platforms:
- Linux x64 (glibc)
- Linux arm64 (glibc)
- macOS x64
- macOS arm64 (M1/M2)
- Windows x64

v0.1.15: chore: Update NAPI-RS binaries for all platforms

27 Nov 02:56

Choose a tag to compare

  Built from commit 90705ff34adeb84711079f58f61693a1a9616793

  Platforms updated:
  - linux-x64-gnu
  - linux-arm64-gnu
  - darwin-x64
  - darwin-arm64
  - win32-x64-msvc

  🤖 Generated by GitHub Actions

Release v0.1.2

03 Dec 06:53

Choose a tag to compare

- Fix package version synchronization
- Fix Windows build compatibility
- Update macOS Intel runner to macos-15-intel
- All 5 platform builds passing