TL;DR
Changes to SQL
- "Soql prompt updates": improvements to the Soql prompt to increase its efficacy.
- "Fix CTE issue": addressed issues related to the CTE (Common Table Expressions) resolving them.
- "Map MySQL functions to DuckDB": MySQL functions are now mapped to DuckDB for improved interoperability.
Changes to Integrations
- "Remove anyscale": as part of our continuous integration review, AnyScale has been removed.
- "Db2 handler": support for Db2 databases has been added, extending the versatility of MindsDB.
- "Return
huggingfacehandler": thehuggingfacehandler was reintroduced after successful bug fixes, improving functionality.
Changes to Knowledge Bases
- "docs -- kb intro update & kb hybrid search": numerous updates were made to the knowledge base enhancing the accessibility and understandability of the information.
- "fix error message in knowledge base on non existing database": Error messages for non-existing databases have been improved for better exception handling and user guidance.
Bug Fixes and Improvements
- "Fix
huggingfacehandler import error message": Fixed a bug that caused an error message with thehuggingfacehandler import. - "Update the GUI during docker build": Amendments were done to update the GUI during Docker builds, enhancing the user interface.
- "Fix create view via REST-API: check sql": A bug fix was done for creating views via REST-API, by checking the SQL for errors.
- "Revert gui update in docker build": Reverted GUI updates in Docker builds to maintain stability.
- "Fix of calculation processed rows": Improved the accuracy of the processed rows calculation.
Changes to Documentation
- Multiple documentation updates have been made, introducing clarity, and ease of understanding for users, including but not limited to: intro updates, fixing langchain doc page, adding query params to agents, openai-compatible APIs with openai handler, minds data source snowflake params, kb with snowflake, rest api for login, kb docs via python sdk, updated page for building db handlers.
What's Changed
- docs -- kb intro update by @martyna-mindsdb in #11360
- Remove anyscale by @ZoranPandovski in #11382
...
Full Changelog: v25.7.4.0...v25.8.2.0