v1.37.4
📦 weaviateView on GitHub →
✨ 2 features🐛 3 fixes
Summary
This release introduces server-side usage limit guardrails and enables asynchronous replication via CompareDigests, alongside various CI and internal stability fixes.
✨ New Features
- Implemented server-side guardrails for objects, collections, tenants, and shards to enforce usage limits.
- Added asynchronous replication using CompareDigests.
🐛 Bug Fixes
- Prevented a race condition in the async replication scheduler's dispatch logic.
- Ensured correct draining of the dispatcher work channel.
- Updated async replication frequency handling.