Skip to content

v25.7.1.0

Compare
Choose a tag to compare
@ZoranPandovski ZoranPandovski released this 02 Jul 15:15
· 96 commits to main since this release
a26ce23

TL;DR

Changes to SQL

  • Processing for queries containing INTERSECT has been added. This enables the users to find common entries from different sets of data.
  • Fixed error with show columns from information_schema.{table}. This provides users with the correct information about the table's structure and content.
  • Improved error message formatting for the database. This will give users a clearer understanding of any issues that arise during the database operation.
  • Updated config options for file upload via URL. This change gives users more flexibility and more secure methods to upload files.

Changes to Integrations

  • Fixed a bug regarding subscription in PostgreSQL. This fix will result in better and more reliable mechanisms for real-time syncing and publishing data.
  • Important fixes were done on Big Query Data Catalog enhancing seamless integration with Google's BigQuery.

Changes to Knowledge Bases

  • Notable improvements have been made in terms of functionality and performance of Knowledge Bases (KB). Including search and evaluate features improvements, metadata updates, filter restriction by unknown metadata keys, algebra operations, and more. Such changes are expected to improve user experience with KB in terms of search accuracy, metadata handling, and manipulation.
  • The creation agent now supports wildcards in table/KB names which increases usability, efficiency, and flexibility in defining database schemas.

Bug Fixes and Improvements

  • The agent can now handle wrong quoting table names more effectively. This reduces the error rate when handling table names.
  • Temporary disable huggingface_handler. This might contribute to better resource allocation and overall performance.
  • Parameters in Google Gemini model examples have been updated for consistency which led to improved model performance and usability.

Changes to Documentation

  • A considerable amount of updates have been provided on the documentation end. Updates include Docker installation with APIs, mindsDB variables, evaluate docs, Data Catalogue, and more. This strengthens the reference for users and helps them understand all aspects of MindsDB in better detail.

What's Changed

New Contributors

Full Changelog: v25.6.4.0...v25.7.1.0