TL;DR
Changes to SQL
- The case sensitivity of CTEs has been fixed, addressing issues with SQL query execution.
Changes to Integrations
- The
numpydependency has been updated to v2+, which can provide performance improvements and additional features. - Some updates have been done regarding MongoDB Render, ensuring better compatibility and interaction with this popular NoSQL database.
Changes to Knowledge Bases
- Modifications have been made to error messages displayed when inserting to non-existent Knowledge Bases, enhancing clarity of errors for end users.
- The deletion of tables is now possible if a Knowledge Base is removed, ensuring the integrity and correctness of data.
- MindDB Lite version has some lighter feature set for easier onboarding and usage.
- Checks for dimension in existing vector tables are now performed when creating Knowledge Bases, ensuring the validity of user inputs and overall data quality.
Bug Fixes and Improvements
- Sensitive info is now hidden in logs, enhancing data security practices.
- MindsDB Editor Tabs' loading failure has been addressed and resolved.
- There is no more redundant warning for extra with no requirements, providing cleaner, less cluttered outputs.
- Additional data has been added to pid file and pid file content is now configurable, providing more flexibility and control for the users.
- The initial action for the verification of handlers list coverage has been tested and successfully implemented, ensuring the system's robustness.
Changes to Documentation
- The documentation now includes a section on the naming of databases, providing further clarity and guidance to users.
What's Changed
- Update
numpydependency to v2+ by @StpMax in #11950 - Hide sensitive info in logs by @StpMax in #11938
- MindsDB Editor Tabs Fail to Load by @setohe0909 in #11970
- Fix case sensitivity of CTEs by @StpMax in #11995
- Insert to not existed KB: change error message by @ea-rus in #11989
- Shared pgvector: delete table for if kb is removed by @ea-rus in #11987
- MongoDB Render updates by @tino097 in #11840
- Do not show warning for extra with no requirements by @StpMax in #11991
- MindsDB Lite version by @ZoranPandovski in #11962
- Create KB: check dimension in existed vector table by @ea-rus in #12001
- Add additional data to pid file by @StpMax in #11990
- Configurable pid file content by @StpMax in #12007
- docs -- naming of databases by @martyna-mindsdb in #12012
- Test initial action for verified handlers list coverage by @ZoranPandovski in #11996
Full Changelog: v25.12.0...v25.13.0rc1