v1.34.18
📦 weaviateView on GitHub →
✨ 1 features🐛 6 fixes🔧 3 symbols
Summary
This release introduces file-based incremental backups and includes several bug fixes related to debugging, testing, tombstone cleanup, and RBAC caching. Dependency updates for Google Cloud Storage and OpenTelemetry were also performed.
Migration Steps
- If you rely on sensitive data being skipped in the debug/config endpoint, be aware that this information is now exposed.
✨ New Features
- Implemented file based incremental backups.
🐛 Bug Fixes
- Removed skipping sensitive information from the debug/config endpoint.
- Added WaitersLen method to DynamicWeighted and improved FIFO ordering test.
- Delayed tombstone cleanup until cache is fully prefilled.
- Fixed primary key check in getBySec.
- Avoided writing empty deleted keys.
- Added a lifetime to the RBAC cache.