| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-12-03 | 3.3 kB | |
| v25.11.1 source code.tar.gz | 2025-12-03 | 102.1 MB | |
| v25.11.1 source code.zip | 2025-12-03 | 103.5 MB | |
| Totals: 3 Items | 205.6 MB | 0 | |
TL;DR
Changes to SQL
- There have been changes to SQL, including the fixing of SQLite Threading error, which ensures smooth operation of the system and eliminates potential crashes.
- Additionally, improvements have been made in the SQL syntax, which now allows users to use
ONwithSETwhich contributes to the code clarity and standardization.
Changes to Integrations
- A notable integration change is the update of ray from 2.43.0 to 2.52.0. This update translates to better performance and bug fixes ensuring a seamless user experience.
Changes to Knowledge Bases
- For Knowledge Bases, multiple changes have been made including fixing reranking=false in KB, not showing API keys for ollama for reinforced security, and ChromaDB now clears storage on KB deletion to optimize storage usage.
- Other improvements include a fix for undetectable encodings and the handling of uppercase table names to increase system resilience and ensure proper data handling across the platform.
Bug Fixes and Improvements
- Several bugs have been fixed which include the enhancement of the ChromaDB handler usage with persistent storage which ensures consistent data capture on your favorite databases.
- The Jira bug fix also contributes to a smoother user experience.
Changes to Documentation
- No significant changes were recorded under this section during this update.
What's Changed
- Fix ChromaDB handler usage with persistent storage by @StpMax in https://github.com/mindsdb/mindsdb/pull/11887
- Fix SQLite Threading error by @StpMax in https://github.com/mindsdb/mindsdb/pull/11884
- Bump mintlify to 4.2.211 by @ea-rus in https://github.com/mindsdb/mindsdb/pull/11940
- Releases/25.11.0 by @ea-rus in https://github.com/mindsdb/mindsdb/pull/11869
- Return using IN optimization by @ea-rus in https://github.com/mindsdb/mindsdb/pull/11826
- Fqe prune columns simplify by @ea-rus in https://github.com/mindsdb/mindsdb/pull/11881
- Allow to use
ONwithSETby @StpMax in https://github.com/mindsdb/mindsdb/pull/11908 - Pushdown IN operator by @ZoranPandovski in https://github.com/mindsdb/mindsdb/pull/11854
- Fix reranking=false in KB by @ea-rus in https://github.com/mindsdb/mindsdb/pull/11929
- KB: don't show api_key for ollama by @ea-rus in https://github.com/mindsdb/mindsdb/pull/11931
- Fix jira by @ZoranPandovski in https://github.com/mindsdb/mindsdb/pull/11883
- ChromaDB: clear storage on KB deletion by @StpMax in https://github.com/mindsdb/mindsdb/pull/11923
- Fix for undetectable encodings (#10884) by @trickster026 in https://github.com/mindsdb/mindsdb/pull/10905
- Bugfix/kb tablenames uppercase new by @tino097 in https://github.com/mindsdb/mindsdb/pull/11936
- Del
.icloudfiles by @StpMax in https://github.com/mindsdb/mindsdb/pull/11947 - Bump ray from 2.43.0 to 2.52.0 in /mindsdb/integrations/handlers/ludwig_handler by @dependabot[bot] in https://github.com/mindsdb/mindsdb/pull/11939
- Releases/25.11.1 by @ea-rus in https://github.com/mindsdb/mindsdb/pull/11941
New Contributors
- @trickster026 made their first contribution in https://github.com/mindsdb/mindsdb/pull/10905
Full Changelog: https://github.com/mindsdb/mindsdb/compare/v25.11.0...v25.11.1