v25.4.1.0
TL;DR
MindsDB has deprecated the support for Python 3.9 version. From now on, MindsDB supports Python version >= 3.10.
Fixes and Improvements
-
Reranker issue fixed in controller: A fix has been applied to the reranker functionality within the controller. This improvement ensures that the reranker now works correctly, leading to more accurate decision-making and better performance.
-
Concurrency settings for deploys fixed: Concurrency settings related to deploys have been adjusted for improved efficiency. This change reduces potential issues with resource management, allowing for more stable and reliable deployments.
Documentation and Configuration Updates
-
Web crawler documentation updated: The documentation for the web crawler has been improved. These updates provide clearer and more detailed instructions, helping users understand how to properly configure and use the web crawler.
-
Release notes configuration fix: A fix has been added to the
release_notes.ymlconfiguration file. This change ensures that the release notes are properly structured and displayed, offering a better experience when reviewing changes.
Feature Enhancements
-
Renamed Knowledge Base (KB) columns: The columns in the Knowledge Base (KB) have been renamed for clarity. This improves the overall usability of the KB, making it easier for users to navigate and understand the data.
-
KB added to the projects tree list: The Knowledge Base (KB) is now included in the projects tree list. This makes it more accessible, allowing users to quickly find and interact with the KB alongside their other projects.
-
MCP API added: The addition of the MCP API enables new possibilities for interacting with the MindsDB system. This feature enhances integration capabilities and provides users with more flexibility in their workflows.
-
Version bumped: The version has been bumped to a new release, ensuring that users are working with the most up-to-date features and fixes.
What's Changed
- Fixed the reranker issue in controller by @ala12326571 in #10607
- updated web crawler docs by @martyna-mindsdb in #10619
- added a fix to release_notes.yml by @martyna-mindsdb in #10624
- Rename KB columns by @ea-rus in #10630
- fix concurrency settings for deploys by @hamishfagg in #10631
- Add KB to the projects tree list by @ea-rus in #10628
- MCP API by @torrmal in #10629
- Bump version by @ZoranPandovski in #10636
New Contributors
- @ala12326571 made their first contribution in #10607
Full Changelog: v25.3.4.2...v25.4.1.0