v1.34.3
📦 weaviateView on GitHub →
🐛 4 fixes
Summary
This patch release focuses on stability and maintenance, including fixes for race conditions, compaction logic, and improvements to shard loading concurrency. It also backports support for the voyage-3-large module.
🐛 Bug Fixes
- Added cluster and Raft generate steps to gRPC regenerate script.
- Fixed potential race condition during remote search operations.
- Lazily fixed segments' levels during compaction when segments were out of descending order.
- Reduced lock contention when loading shards by utilizing an RWLock.