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 #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 coverage for integrations and action for verified handlers by @ZoranPandovski in #11996
- Fix rest params: json variables by @ea-rus in #12016
- Prevent errors when read/delete service files by @StpMax in #12043
- added kb video to docs by @martyna-mindsdb in #12050
- Re-enabled the Pre-load Step in Docker Build by @MinuraPunchihewa in #12051
- Release 25.13.0 by @MinuraPunchihewa in #12052
Full Changelog: v25.12.0...v25.13.0