New
v25.13.0
TL;DR
Changes to Dependencies
numpydependency has been updated to v2+, providing a performance upgrade and better stability.
Changes to Integrations
- Upgrades to the MongoDB Render bring enhanced functionality and better handling.
- The MindsDB Lite version is now available, offering a compact and optimized version of MindsDB.
Changes to Knowledge Bases (KBs)
- Error messages have been refined when inserting to a non-existing KB.
- Shared pgvector tables are deleted when a KB is removed, maintaining data integrity.
- Checks have been implemented to verify dimensions in existing vector tables during KB creation.
Bug Fixes and Improvements
- Hiding sensitive info in logs enhances security.
- A bug that caused failure to load MindsDB Editor Tabs has been fixed.
- Case sensitivity of CTEs has been fixed.
- A bug concerning non-existent 'extras' producing warnings is fixed.
- Additional data has been added to pid files and their content made configurable.
- Rest parameters have been fixed for JSON variables.
- Errors have been prevented when reading or deleting service files.
Changes to Documentation
- Document naming of databases for improved user guidance.
- KB video added to docs for visual learning.
- Test coverage for integrations and actions for verified handlers have been documented.
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 coverage for integrations and action for verified handlers by @ZoranPandovski in https://github.com/mindsdb/mindsdb/pull/11996
- Fix rest params: json variables by @ea-rus in https://github.com/mindsdb/mindsdb/pull/12016
- Prevent errors when read/delete service files by @StpMax in https://github.com/mindsdb/mindsdb/pull/12043
- added kb video to docs by @martyna-mindsdb in https://github.com/mindsdb/mindsdb/pull/12050
- Re-enabled the Pre-load Step in Docker Build by @MinuraPunchihewa in https://github.com/mindsdb/mindsdb/pull/12051
- Release 25.13.0 by @MinuraPunchihewa in https://github.com/mindsdb/mindsdb/pull/12052
Full Changelog: https://github.com/mindsdb/mindsdb/compare/v25.12.0...v25.13.0