v1.36.10
📦 weaviateView on GitHub →
🐛 13 fixes🔧 7 symbols
Summary
This release focuses on stability and security, fixing several bugs related to tenant state management, data filtering, and dependency updates. Key improvements include better handling of INACTIVE tenant backups and security vulnerability patches.
🐛 Bug Fixes
- Reject tenant updates during FREEZING/UNFREEZING transitional states.
- Use len check instead of nil check in compression preload loops.
- Allow updateStore to proceed on partial tenant update during raft-apply.
- Return error when trying to filter with float on int property.
- Update vulnerable black version.
- Update all dependencies with security issues.
- Add auto category for HFresh.
- Add support for compactv2 downgrades in HNSW.
- Return query profile data for GroupBy queries.
- Validate base backup id like normal id.
- Implement backup/restore of `INACTIVE` tenants.
- Upgrade libcrypto3, libssl3, openssl to latest versions in Dockerfile.
- Minor improvements to the codebase for INACTIVE tenant backups.