v1.35.20
📦 weaviateView on GitHub →
✨ 6 features🐛 5 fixes🔧 3 symbols
Summary
This release focuses heavily on CI/CD improvements, testing automation, and internal tooling updates, alongside adding basic auth for Raft endpoints and schema validation for reserved property suffixes.
Migration Steps
- The script 'release.sh' has been removed; use 'create_release.sh' instead.
✨ New Features
- Added support for basic auth on Raft cluster endpoints.
- Added possibility to pass e2e and chaos branch names to qa_pr.sh script.
- Created simple create_release.sh script.
- Added release.sh release driver in tools/dev.
- Added QA option to create_release.sh script.
- Added validation for reserved property name suffixes in schema.
🐛 Bug Fixes
- Removed EOL Anthropic models from generative-aws e2e tests.
- Disabled cloud info reporting when telemetry is disabled.
- Reduced log spam while waiting for the database.
- Relaxed vector storage bytes check to reduce flakiness in tests.
- Adjusted text2vec-google batch logic.