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 #11887
- Fix SQLite Threading error by @StpMax in #11884
- Bump mintlify to 4.2.211 by @ea-rus in #11940
- Releases/25.11.0 by @ea-rus in #11869
- Return using IN optimization by @ea-rus in #11826
- Fqe prune columns simplify by @ea-rus in #11881
- Allow to use
ONwithSETby @StpMax in #11908 - Pushdown IN operator by @ZoranPandovski in #11854
- Fix reranking=false in KB by @ea-rus in #11929
- KB: don't show api_key for ollama by @ea-rus in #11931
- Fix jira by @ZoranPandovski in #11883
- ChromaDB: clear storage on KB deletion by @StpMax in #11923
- Fix for undetectable encodings (#10884) by @trickster026 in #10905
- Bugfix/kb tablenames uppercase new by @tino097 in #11936
- Del
.icloudfiles by @StpMax in #11947 - Bump ray from 2.43.0 to 2.52.0 in /mindsdb/integrations/handlers/ludwig_handler by @dependabot[bot] in #11939
- Releases/25.11.1 by @ea-rus in #11941
New Contributors
- @trickster026 made their first contribution in #10905
Full Changelog: v25.11.0...v25.11.1