v1.34.16
📦 weaviateView on GitHub →
✨ 1 features🐛 9 fixes🔧 1 symbols
Summary
This release focuses on stability and performance improvements, including better tombstone cleanup, fixes related to replication and Elastic Clustering, and the introduction of non-blocking segment deletions.
✨ New Features
- Non-blocking segments' deletions implemented.
🐛 Bug Fixes
- Backported Claude's settings.
- Improved tombstone cleanup (part 2).
- Fixed issue in Elastic Clustering (EC) when updating a tenant by avoiding calls to the leader.
- Reverted behavior that caused retries on node loading shard.
- Corrected the type of returned error when shard is nil to retry on non-existence during replication.
- Improved check for document deletion.
- Handled tenant offloading correctly in case of an empty tenant.
- Made property lens atomic.
- Updated method calls to use ForEachLoadedShard for vector index config updates.