TL;DR
UI and Branding Enhancements
- Updated Logo: The application now features a refreshed logo, improving branding consistency and modernizing the interface.
Build and Deployment Improvements
- Optimized Cloud Image Builds: Cloud images are now only built for development builds, reducing unnecessary build times and improving CI/CD efficiency.
Documentation Updates
- Terminology Update: References to "AGI" have been updated to "AI" to maintain clarity and consistency.
- Improved Contributor Installation Guide: Missing steps for activating the virtual environment during installation have been added, making it easier for new contributors to set up their environment.
Codebase Cleanup and Performance Enhancements
- Removal of
distutils: Deprecateddistutilspackage usage has been eliminated, improving compatibility with modern Python versions. - Optimized Query Execution: The UNION step in DuckDB is now performed more efficiently, leading to faster query processing.
- Enhanced PGvector Handler: The PGvector handler now fully supports SQL, allowing for improved integration and usability.
- Jira Handler API Updates: The Jira handler API is now generated from OpenAPI, ensuring better maintainability and extensibility.
User Experience and Stability Fixes
- GUI Auto Update Fix: Issues with automatic updates in the GUI have been resolved, ensuring a smoother user experience.
- Slack Chatbot Default Table: A default table has been set for the Slack chatbot, enhancing its out-of-the-box usability.
Miscellaneous
- Version Bump: The application version has been incremented to reflect the latest changes and improvements.
What's Changed
- change logo by @hamishfagg in #10539
- only build cloud image for dev builds by @hamishfagg in #10546
- docs (agi to ai) by @martyna-mindsdb in #10551
- Docs: Add missing steps for activating the virtual environment in the installation guide for contributors. by @kevinrawal in #10550
- Delete usage of
distutilsby @StpMax in #10497 - Perform UNION step in duckdb by @ea-rus in #10540
- PGvector handler supports sql by @ea-rus in #10548
- Jira handler api generated from openapi by @ea-rus in #10532
- Fix GUI auto update by @StpMax in #10556
- Set default table for slack chatbot by @ea-rus in #10557
- Version bump by @ZoranPandovski in #10558
New Contributors
- @kevinrawal made their first contribution in #10550
Full Changelog: v25.3.1.0...v25.3.2.0