v25.4.2.0
·
1389 commits
to main
since this release
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 rowswith 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
- KB join table by @ea-rus in #10633
- Refactor chunk ID generation and add additional chunking tests by @dusvyat in #10646
- Relevance score4 by @ala12326571 in #10627
- mcp api docs linked by @martyna-mindsdb in #10643
- Return
affected rowswith OK packet by @StpMax in #10632 - added info about mcp api to github readme by @martyna-mindsdb in #10639
- mcp api docs -- docker command by @martyna-mindsdb in #10648
- Make pushing docker cache a separate step by @hamishfagg in #10654
- Added the TO_MARKDOWN() Function by @MinuraPunchihewa in #10608
- Fixed the Action for Enhancing Release Notes by @MinuraPunchihewa in #10660
- docs mcp ports fix by @martyna-mindsdb in #10664
- Fix: don't parse native query view by @ea-rus in #10662
- KB integration tests by @ea-rus in #10652
- Added filtering_threshold in the query by @ala12326571 in #10653
- Fix MySQL bin API test by @StpMax in #10674
Full Changelog: v25.4.1.0...v25.4.2.0