ruvector/crates
rUv 2b18b6985e fix: Fix case sensitivity bug preventing native module from loading
Critical fix for v0.1.7 that resolves native module loading failure.

Changes:
- Fixed case sensitivity: VectorDB → VectorDb in type checks
- Native module exports VectorDb (lowercase 'b')
- Code was checking for VectorDB (uppercase 'B')
- Re-export as VectorDB for API consistency
- Version bump: 0.1.6 → 0.1.7

This fix resolves the error:
"Native module loaded but VectorDB not found"

Related commits:
- Database pooling: already in storage.rs (commit 44ca725)
- Package name fixes: already applied (ruvector-core)

Next steps:
- Rebuild platform packages with pooling code
- Publish platform packages v0.1.2

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-21 21:34:52 +00:00
..
profiling Reorganize repository structure 2025-11-19 20:53:37 +00:00
ruvector-bench feat: Phase 3 - WASM architecture with in-memory storage 2025-11-21 13:40:34 +00:00
ruvector-cli feat: Phase 3 - WASM architecture with in-memory storage 2025-11-21 13:40:34 +00:00
ruvector-core fix: Resolve database locking and package loading issues 2025-11-21 21:00:23 +00:00
ruvector-node feat: Phase 3 - WASM architecture with in-memory storage 2025-11-21 13:40:34 +00:00
ruvector-router-cli chore: Rename router-* crates to ruvector-router-* and publish all 2025-11-21 15:13:26 +00:00
ruvector-router-core chore: Rename router-* crates to ruvector-router-* and publish all 2025-11-21 15:13:26 +00:00
ruvector-router-ffi chore: Rename router-* crates to ruvector-router-* and publish all 2025-11-21 15:13:26 +00:00
ruvector-router-wasm chore: Rename router-* crates to ruvector-router-* and publish all 2025-11-21 15:13:26 +00:00
ruvector-tiny-dancer-core fix: Fix case sensitivity bug preventing native module from loading 2025-11-21 21:34:52 +00:00
ruvector-tiny-dancer-node fix: Fix case sensitivity bug preventing native module from loading 2025-11-21 21:34:52 +00:00
ruvector-tiny-dancer-wasm fix: Fix case sensitivity bug preventing native module from loading 2025-11-21 21:34:52 +00:00
ruvector-wasm feat: Phase 3 - WASM architecture with in-memory storage 2025-11-21 13:40:34 +00:00