github mindsdb/minds v25.4.2.0

latest releases: v26.1.0, v26.1.0rc1, v26.0.1...
14 months ago

TL;DR

Changes to SQL

  • Added the TO_MARKDOWN() Function: Introduces a new SQL function that allows converting query results into Markdown format, making it easier for users to export and present data in readable formats for reports or documentation.
  • Return affected rows with OK packet: Enhances SQL responses by including the number of rows affected by a query, which improves visibility for users on the impact of their data operations.
  • Fix: don't parse native query view: Ensures native query views are handled properly without unintended parsing, increasing reliability and compatibility with complex SQL logic.

Changes to Knowledge Bases

  • KB join table: Adds support for join operations in knowledge base queries, expanding the analytical capabilities when working with multiple KB sources.
  • KB integration tests: Introduces tests to verify KB integration functionalities, ensuring robustness and preventing regressions in KB-related features.
  • Refactor chunk ID generation and add additional chunking tests: Improves how data chunks are identified and handled, increasing efficiency and reliability in large-scale or streamed data processing.
  • Added filtering_threshold in the query: Adds the ability to apply a relevance threshold to filtered queries, enhancing control and precision when retrieving data from integrated sources.
  • Relevance score4: Updates the relevance scoring mechanism to improve the quality of results returned from queries that involve ranked or sorted data.

Changes to Documentation

  • mcp api docs linked: Enhances discoverability of the MCP API documentation by linking it within the project.
  • added info about mcp api to github readme: Adds MCP API details directly to the README, improving onboarding and understanding for new users.
  • mcp api docs -- docker command: Includes Docker command usage in the MCP API docs, aiding users in deploying and using the API with containerization.
  • docs mcp ports fix: Fixes documentation around MCP port usage to prevent confusion during setup and deployment.

Bug Fixes and Improvements

  • Fixed the Action for Enhancing Release Notes: Resolves issues with the automated release notes generation process, improving clarity and reliability of release documentation.
  • Make pushing docker cache a separate step: Optimizes the CI/CD pipeline by isolating Docker cache pushing, resulting in faster and more reliable build processes.
  • Fix MySQL bin API test: Addresses and fixes issues with MySQL binary API tests, ensuring compatibility and reliability with MySQL-based integrations.

What's Changed

Full Changelog: v25.4.1.0...v25.4.2.0

Don't miss a new minds release

NewReleases is sending notifications on new releases.