github-actions[bot]
f946911848
chore: Update NAPI-RS binaries for all platforms
...
Built from commit 44828ad56f
Platforms updated:
- linux-x64-gnu
- linux-arm64-gnu
- darwin-x64
- darwin-arm64
- win32-x64-msvc
🤖 Generated by GitHub Actions
2025-12-09 16:56:42 +00:00
github-actions[bot]
31cdf538a6
chore: Update NAPI-RS binaries for all platforms
...
Built from commit 31bb996d29
Platforms updated:
- linux-x64-gnu
- linux-arm64-gnu
- darwin-x64
- darwin-arm64
- win32-x64-msvc
🤖 Generated by GitHub Actions
2025-12-06 14:40:34 +00:00
github-actions[bot]
b0caa23091
chore: Update NAPI-RS binaries for all platforms
...
Built from commit d5b138dcc8
Platforms updated:
- linux-x64-gnu
- linux-arm64-gnu
- darwin-x64
- darwin-arm64
- win32-x64-msvc
🤖 Generated by GitHub Actions
2025-12-03 23:53:12 +00:00
github-actions[bot]
82c448baa0
chore: Update NAPI-RS binaries for all platforms
...
Built from commit ef0374893e
Platforms updated:
- linux-x64-gnu
- linux-arm64-gnu
- darwin-x64
- darwin-arm64
- win32-x64-msvc
🤖 Generated by GitHub Actions
2025-12-01 18:44:14 +00:00
github-actions[bot]
5e65e1f12d
chore: Update NAPI-RS binaries for all platforms
...
Built from commit f62e7dded2
Platforms updated:
- linux-x64-gnu
- linux-arm64-gnu
- darwin-x64
- darwin-arm64
- win32-x64-msvc
🤖 Generated by GitHub Actions
2025-11-30 21:35:09 +00:00
github-actions[bot]
2cd8cb4a3b
chore: Update NAPI-RS binaries for all platforms
...
Built from commit b337d3b85e
Platforms updated:
- linux-x64-gnu
- linux-arm64-gnu
- darwin-x64
- darwin-arm64
- win32-x64-msvc
🤖 Generated by GitHub Actions
2025-11-27 22:14:52 +00:00
github-actions[bot]
e7123fbc86
chore: Update NAPI-RS binaries for all platforms
...
Built from commit ca42bc0c45
Platforms updated:
- linux-x64-gnu
- linux-arm64-gnu
- darwin-x64
- darwin-arm64
- win32-x64-msvc
🤖 Generated by GitHub Actions
2025-11-27 03:21:50 +00:00
rUv
ff87ffc086
fix: Export new NAPI functions in native wrapper
...
- Added CollectionManager, getMetrics, getHealth exports to index.cjs
- Fixed VectorDB/VectorDb naming inconsistency in TypeScript
- Added docker test script
All exports now working:
- VectorDB (vector operations)
- CollectionManager (multi-collection support)
- getHealth() (health status)
- getMetrics() (Prometheus metrics)
- version(), hello() (utils)
Tested in Docker container: PASSED
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-26 19:05:00 +00:00
rUv
69fda3e54d
chore: Update NAPI-RS binaries for all platforms
...
Built from CI workflow run #19714285543
Platform binaries updated:
- linux-x64-gnu: 5.3 MB
- linux-arm64-gnu: 4.4 MB
- darwin-x64: 4.7 MB
- darwin-arm64: 4.1 MB
- win32-x64-msvc: 4.6 MB (NEW)
All binaries include new features:
- CollectionManager for multi-collection support
- getMetrics() for Prometheus metrics
- getHealth() for health status
- Filter for metadata-based search
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-26 18:56:03 +00:00
rUv
f7506f812d
feat: Update NAPI-RS bindings with new capabilities (v0.1.15)
...
New features exposed to Node.js:
- CollectionManager: Multi-collection support with aliases
- getMetrics(): Prometheus metrics endpoint
- getHealth(): Health status with uptime tracking
- Filter: Metadata-based search filtering
Updates:
- Rebuilt Linux x64 and ARM64 binaries with new features
- Updated all package versions to 0.1.15
- Enhanced TypeScript definitions with new interfaces
- Added commit-binaries job to CI workflow
- Fixed macos-15-intel -> macos-13 in CI matrix
- Added build scripts in scripts/build/
Note: macOS and Windows binaries will be built by CI
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-26 18:47:48 +00:00
rUv
eefcc5322b
feat: Add multi-platform GitHub Actions workflow for native module builds
...
Phase 2: Multi-Platform Native Builds
This commit adds comprehensive GitHub Actions CI/CD for building native
NAPI modules across all major platforms:
✨ Features:
- GitHub Actions workflow with 5-platform matrix build:
- Linux (x64, ARM64)
- macOS (x64 Intel, ARM64 Apple Silicon)
- Windows (x64)
- Parallel builds complete in 7-10 minutes
- Automated artifact uploads and publishing
- Platform-specific npm packages with smart detection
📦 Package Structure:
- @ruvector/core - Main package with platform detection
- @ruvector/core-{platform} - Platform-specific binaries
- Smart loader with automatic platform selection
- Optional dependencies ensure minimal install size
🔧 Developer Tools:
- scripts/publish-platforms.js - Automated publishing
- Comprehensive TypeScript definitions
- Smoke tests for each platform
- Local build support with napi build
📚 Documentation:
- docs/BUILD_PROCESS.md - Complete build guide
- docs/PHASE2_MULTIPLATFORM_COMPLETE.md - Phase summary
- README for @ruvector/core package
- Troubleshooting and cross-compilation guides
🚀 Publishing Workflow:
1. Tag release (git tag v0.1.1)
2. Push to GitHub
3. CI builds all platforms
4. Publishes platform packages
5. Publishes main packages
Next: Phase 3 - WASM support with architectural refactoring
🤖 Generated with Claude Code
2025-11-21 13:19:13 +00:00