Improved
v25.13.0rc1
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 https://github.com/mindsdb/mindsdb/pull/11950 - Hide sensitive info in logs by @StpMax in https://github.com/mindsdb/mindsdb/pull/11938
- MindsDB Editor Tabs Fail to Load by @setohe0909 in https://github.com/mindsdb/mindsdb/pull/11970
- Fix case sensitivity of CTEs by @StpMax in https://github.com/mindsdb/mindsdb/pull/11995
- Insert to not existed KB: change error message by @ea-rus in https://github.com/mindsdb/mindsdb/pull/11989
- Shared pgvector: delete table for if kb is removed by @ea-rus in https://github.com/mindsdb/mindsdb/pull/11987
- MongoDB Render updates by @tino097 in https://github.com/mindsdb/mindsdb/pull/11840
- Do not show warning for extra with no requirements by @StpMax in https://github.com/mindsdb/mindsdb/pull/11991
- MindsDB Lite version by @ZoranPandovski in https://github.com/mindsdb/mindsdb/pull/11962
- Create KB: check dimension in existed vector table by @ea-rus in https://github.com/mindsdb/mindsdb/pull/12001
- Add additional data to pid file by @StpMax in https://github.com/mindsdb/mindsdb/pull/11990
- Configurable pid file content by @StpMax in https://github.com/mindsdb/mindsdb/pull/12007
- docs -- naming of databases by @martyna-mindsdb in https://github.com/mindsdb/mindsdb/pull/12012
- Test initial action for verified handlers list coverage by @ZoranPandovski in https://github.com/mindsdb/mindsdb/pull/11996
Full Changelog: https://github.com/mindsdb/mindsdb/compare/v25.12.0...v25.13.0rc1