TL;DR
Changes to SQL
- New MySQL datetime functions have been implemented, which will allow for more complex and sophisticated queries.
Changes to Integrations
- Bedrock provider support has been added to our Agent functionalities, enhancing integration and compatibility with different environments.
Changes to Knowledge Bases
- Default model settings now get stored in the Knowledge Base, providing a more stable and reliable model building process.
- Relevance filters in the Knowledge Base have been expanded to include a greater than function, helping users to refine their searches in an easier and more practical manner.
Bug Fixes and Improvements
- There's now better handling of uploaded file names, reducing errors and increasing the reliability of file uploads.
- The GUI autoupdate feature has been fixed, improving its functionality and usability.
- The software is now compatible with Python 3.13, welcoming users operating on this version.
- An environment variable has been added so MindsDB can run without GUI, giving more flexibility to those who prefer using the program in this way.
Changes to Documentation
- AWS has been removed from options on our official documentation, to keep the information updated and accurate, reflecting the current state of the product.
What's Changed
- Store default model setting in KB by @ea-rus in #11496
- Agent: added bedrock provider support by @ea-rus in #11494
- Mysql datetime functions by @ea-rus in #11476
- Better handling of uploaded file names by @StpMax in #11507
- Remove AWS from options on docs by @torrmal in #11511
- Add env var to run
mindsdbwithout GUI by @StpMax in #11502 - fix GUI autoupdate by @StpMax in #11512
- Python 3.13 support by @ea-rus in #11500
- Adding greater than filter to relevance on knowledge base by @fshabashev in #11395
Full Changelog: v25.9.1.0...v25.9.1.1