v1.32.18
📦 weaviateView on GitHub →
✨ 5 features🐛 8 fixes🔧 5 symbols
Summary
This release introduces new debug endpoints for memory and CPU limits, adds zstd compression for backups, and includes various fixes related to module batching, error logging, and S3 uploads.
✨ New Features
- Added debug endpoint to get+set gomemlimit dynamically.
- Added debug endpoint for setting max CPUs dynamically.
- Added naive batch logic for text2vec and multi2vec modules.
- Added retry logic to usage GCS module during metrics upload.
- Added zstd compression for backups.
🐛 Bug Fixes
- Fixed log message to use correct variable for file metadata reception error.
- Fixed action in backup restore log line.
- Fixed query vectorizing on batch clip vectorizer.
- Removed backup chunksize.
- Fixed potential panic with batch simple logic.
- Fixed multipart s3 uploads (though this was reverted, the initial fix is noted here).
- Improved error returns for GCS.
- Added lost backup producer error logs.
🔧 Affected Symbols
text2vec modulemulti2vec moduleGCS modulebackup restorebatch clip vectorizer