TL;DR
Changes to SQL
In this update, we've managed to fix the SQL renderer for the INTERVAL statement. This change makes SQL rendering more reliable and efficient.
Changes to Integrations
Two improvements have been made on the integrations front. First, we fixed the VLLM connection error message, ensuring clearer and accurate error communication for better troubleshooting. Secondly, the Knowledge Base integration tests have been fixed leading to improved reliability and stability during testing.
Changes to Documentation
We have updated the naming convention for MindDB objects in our documentation. This ensures coherence and ease of understanding for users. A change was also made to the mintlify docs dependency making the documentation more reliable.
Bug Fixes and Improvements
General fixes and improvements have been carried out to enhance the overall functionality and efficiency.
What's Changed
- docs -- mindsdb objects naming by @martyna-mindsdb in #11519
- Fix SQL renderer for
INTERVALstatement by @StpMax in #11518 - Update
mintlifydocs dependency by @StpMax in #11526 - Fix KB integration tests by @ea-rus in #11480
- Fix vllm connection error message by @StpMax in #11537
Full Changelog: v25.9.1.2...v25.9.2.0a1