TL;DR:
Bug Fixes and Improvements
- Fixed issues on release testing, enhancing the process of releasing newer versions.
- Enhanced staging test failure messages and added new release messages, leading to a more smooth and informed development process.
- Improved file buffer closing during file upload, adding to the reliability of file operations.
- Handled the Transformer to be optional. This provides more flexibility when utilizing transformers in our projects.
- Improved stream fetching of data from the data handler, providing a more efficient data handling solution.
- Fixed import issues of Handler Utilities, leading to a smoother start of your projects.
- Fixed bugs and perfections related to the integration of Handler Utilities.
Changes to SQL
- Provided support variables in SQL, making SQL execution more dynamic and flexible.
- Further improvements have been made to our SQL version, aligning it with industry standards and modern SQL features.
- Allowed
INSERTwithout a column list, providing more flexibility in SQL operations. - Register inserts from selects in queries table integrating, this helps in tracing and optimizing DB operations.
- Introduced 'Create index' altering the table query to set the table's dimension for index creation.
Changes to Integrations
- Added an A2A server. This will provide better interactive and collaborative capabilities for the MindsDB ecosystem.
- Implemented token-based auth for the MCP server. This improves security features and safeguards user data more effectively.
Changes to Knowledge Bases
- Updated the knowledge base docs example, making it easier for users to understand and use MindsDB's knowledge base.
- Added JSON chunking support for the knowledge base, which will allows for more efficient storage and retrieval of data.
Changes to Documentation
- Conducted a major refactoring of the MindsDB docs. The documentation is now much more navigable and user-friendly.
- Updated the mindsdb and minds docs, ensuring they provide accurate and updated information.
- Included many updates to the documentation files and also included new copies to specific doc pages.
What's Changed
- Fix testing on release by @hamishfagg in #10842
- Fix staging test fail msg, and add release msg by @hamishfagg in #10843
- Support variables in sql by @ea-rus in #10829
- Ensure file buffer is flushed before closing in file upload by @ZoranPandovski in #10845
- Transformers optional by @ZoranPandovski in #10847
- Stream fetching data from data handler by @ea-rus in #10724
- Set uv in deploy action by @ZoranPandovski in #10846
- kb docs example update by @martyna-mindsdb in #10853
- docs for agents and chatbots updates by @martyna-mindsdb in #10816
- docs refactor to merge mindsdb and minds docs by @martyna-mindsdb in #10783
- add codeowners by @hamishfagg in #10850
- Fixed Imports of Handler Utilities by @MinuraPunchihewa in #10856
- Add transformers to main requirements by @ZoranPandovski in #10859
- Register inserts from selects in queries table by @ea-rus in #10840
- Adding create index by @fshabashev in #10854
- added copy to doc pages by @martyna-mindsdb in #10868
- docs into connect/unify/respond sections by @martyna-mindsdb in #10865
- Add 'checkpoint' migration by @StpMax in #10863
- docs files updates by @martyna-mindsdb in #10871
- docs langchain updates by @martyna-mindsdb in #10870
- temp hide agents docs by @martyna-mindsdb in #10877
- Update README.md by @torrmal in #10849
- A2A server by @dusvyat in #10857
- Allow
INSERTwithout columns list by @StpMax in #10872 - bugfix: adding alter table query to set table dimension for index cre… by @fshabashev in #10886
- Update sample-database.mdx by @martyna-mindsdb in #10901
- Add JSON chunking support for KB by @dusvyat in #10823
- Testing cleanup by @hamishfagg in #10793
- Remove flake8 exceptions and fix issues by @hamishfagg in #10896
- Token based auth for MCP server by @StpMax in #10874
- Improvements of column type mapping in the MySQL API. by @StpMax in #10716
- Add back A2A unit tests and remove outdated A2A HTTP endpoint tests. by @dusvyat in #10909
- Update SQL version by @ZoranPandovski in #10910
Full Changelog: v25.5.3.0...v25.5.4.0