| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-10-23 | 2.1 kB | |
| v25.10.0 source code.tar.gz | 2025-10-23 | 102.0 MB | |
| v25.10.0 source code.zip | 2025-10-23 | 103.5 MB | |
| Totals: 3 Items | 205.5 MB | 0 | |
TL;DR
Changes to SQL
- Improved the SQL renderer for the
INTERVALstatement, enhancing its performance. - Fixed an issue with the
left outer joinsyntax in SQL.
Changes to Integrations
- Fixed an issue in Shopify handler - error handling and message display is improved.
- Fixed a streaming request that returned a 400 Error in Respond Tab.
Changes to Knowledge Bases
- Removed hard coded variables and better class extraction from Knowledge Bases.
- Added new knowledge bases - Ollama and Bedrock.
Bug Fixes and Improvements
- Several main unit tests received fixes to correct their performance, and now unit tests run on push to main branch. Additionally, the unit test coverage has been expanded for python from 3.10 to 3.13.
- Fixed an issue with GitHub Actions failing when sending a fail message on closed PRs. There was a staging workflow error that has been fixed.
- Windows tests have been fixed by pinning the Numba version.
- Memory leaks were fixed, thus improving the overall performance of the application.
Changes to Documentation
- Various documentation updates provided better directions and clarity on MindsDB objects naming, mintlify docs dependency, config files, environment variables, a2wsgi config, gui updates, and bring your own model (byom) docs.
- Released documents enriched with main image update, linking fixes, and detailed guide on contribution.
- API Metadata has been added to Config Endpoint for better understanding.
- Two main document folders have been created. One document includes the readme for Hacktoberfest and another contains use cases for various industries.
What's Changed
- docs -- mindsdb objects naming by @martyna-mindsdb in https://github.com/mindsdb/mindsdb/pull/11519
- Fix SQL renderer for
INTERVALstatement by @StpMax in https://github.com/mindsdb/mindsdb/pull/11518 - Update
mintlifydocs dependency by @StpMax in https://github.com/mindsdb/mindsdb/pull/11526 - ... [Full list of changes]
Full Changelog: https://github.com/mindsdb/mindsdb/compare/v25.9.1.2...v25.10.0