Vearch Version | Python SDK Version | Go SDK Version |
---|---|---|
v3.5.7 | v3.5.4 | v3.5.3 |
What's Changed
Added
- feat: Add incremental backup support for RocksDB storage
- feat: rebuild index
- feat: Add cluster health promethues metric
- feat: support "=" filter and "OR" filter operator
- feat: Add zstd compression for backup files and implement decompressi…
- feat: add region parameter to S3 configuration for backup service
Changed
- ci: split cluster ci
- refactor: Move the compilation of faiss to env to improve CI speed
- refactor: Update metric handling in profiler and monitor service
- chore: update faiss version to v1.10.0
Fixed
- fix: update objectName format to include clusterName in backup handler
- fix: add nil checks for monitoring system initialization in Profiler …
- fix: restore from checkpoint snapshot instead of raw data
- fix: destory column family handle before close database
New Contributors
Full Changelog: v3.5.6...v3.5.7