TL;DR
Changes to SQL
- Improved SQL renderer for the
INTERVAL
statement which improves the SQL functionality. - Fixed the
left outer join
renderer to provide more efficient SQL queries. - Fixed
LAST
in function with join, considerably improving the function's usability. - Improved agent work with the SQL skill, enhancing usability for SQL-related tasks.
Changes to Integrations
- Fixed main unit tests and KB integration tests, optimizing MindsDB's performance.
- Altered different duckdb dependency for windows, improving compatibility and performance.
- Fixed snowflake: now uses PUBLIC schema if it is not set, increasing user flexibility.
Changes to Knowledge Bases
- Removed unused manual approval for forks, thus enhancing system efficiency.
Bug Fixes and Improvements
- Fixed vllm connection error message to aid user troubleshooting.
- Fixed a typo.
- Added more debug logs for better problem diagnosis and solution.
- Trial PR for testing has been set to ignore.
- Use of bigger limit for reranker, increasing system efficiency.
- Silenced Pydantic 'model_' namespace warning, reducing unnecessary notifications.
Changes to Documentation
- Updated mindsdb objects naming in the documentation for better clarity.
- Updated
mintlify
docs dependency which keeps the MindsDB documentation up-to-date.
Miscellaneous changes
- Added API Metadata to the Config Endpoint, enabling easy access to important information.
- Workflows for the develop branch and docker tags have been updated.
- Reduced the number of warnings on MindsDB start-up, enhancing user experience.
- Corrected the db URI.
- Update developed from main to streamline MindsDB progression.
- 11431 delete files API has been fixed.
- Increased MySQL API connection queue length to manage high-volume queries better.
What's Changed
- docs -- mindsdb objects naming by @martyna-mindsdb in #11519
- Fix SQL renderer for
INTERVAL
statement by @StpMax in #11518 - Update
mintlify
docs dependency by @StpMax in #11526 - run unit tests on push to main by @hamishfagg in #11521
- Fix main unit tests by @hamishfagg in #11534
- Fix KB integration tests by @ea-rus in #11480
- Unit tests in CI: cover python from 3.10 to 3.13 by @ea-rus in #11524
- Fix vllm connection error message by @StpMax in #11537
- Added API Metadata to Config Endpoint by @MinuraPunchihewa in #11492
- Fix: different duckdb dependency for windows by @ea-rus in #11557
- Fix workflows for develop branch by @hamishfagg in #11559
- Feat/update workflows, docker tags by @hamishfagg in #11560
- typo by @hamishfagg in #11567
- Test PR plz ignore by @hamishfagg in #11566
- Fix agent work with sql skill by @ea-rus in #11536
- Additional debug logging by @StpMax in #11555
- Fix
left outer join
renderer by @StpMax in #11547 - Fix snowflake: use PUBLIC schema if is not set by @ea-rus in #11575
- fix db uri by @hamishfagg in #11585
- Use bigger limit for reranker by @ea-rus in #11581
- Silence Pydantic 'model_' namespace warning by @Raahim-Lone in #11365
- remove unused manual approval for forks by @hamishfagg in #11586
- Reduce amount of warnings on mindsdb start up by @ea-rus in #11556
- Fix LAST in function with join by @ea-rus in #11588
- Fix windows tests: numba dependency by @ea-rus in #11591
- Update develop from main (2) by @ea-rus in #11604
- 11431 delete files api fix by @tino097 in #11485
- Increase mysql api connection queue length by @StpMax in #11594
- Replace starlette wsgi wrapper to
a2wsgi
by @StpMax in #11592 - Rollback disabled ci test by @ea-rus in #11603
- Improve logging messages by @StpMax in #11572
- Speed up parallel queries that use not thread-safe handlers by @StpMax in #11593
New Contributors
- @Raahim-Lone made their first contribution in #11365
Full Changelog: v25.9.1.2...v25.9.3_rc.1