v1.33.13
📦 weaviateView on GitHub →
✨ 1 features🐛 6 fixes
Summary
This release focuses on performance improvements and internal stability fixes, including optimizations in memtable operations and neighbor connection handling, alongside adding cloud provider telemetry.
✨ New Features
- Add cloud provider information to telemetry.
🐛 Bug Fixes
- Move node creation outside of lock in memtable.
- Reduce allocations in neighbour connection.
- Pass request's context to commit/abort calls of replicated operations.
- Check error.As storobj.ErrNotFound only if an error was found.
- Move memtable parts out of the locked block.
- Optimize flatten binary search tree.