TL;DR
Performance Improvements
- Faster Docker Builds: Optimizations have been made to speed up the Docker build process, improving development efficiency.
- Build AMD Images Only in Dev: The development environment now builds only AMD images, reducing build complexity and improving resource usage.
Integrations & Features
- Salesforce Integration: All Salesforce resources have been mapped to the integration, enabling broader functionality and improved connectivity.
- Jira Integration Documentation: Added documentation for the Jira integration, helping users understand and utilize this feature effectively.
- Improved SQL Support:
LATERAL JOINandDISTINCT ONare now supported in the render function, enhancing query capabilities. - GitHub Handler Update: The GitHub handler is now generated from the SDK, streamlining its development and maintenance.
Documentation Updates
- Timescale Documentation Update: The documentation and README for Timescale have been updated, improving clarity and usability.
- MindsDB Project Configuration: Added documentation on how to change the default MindsDB project, helping users customize their setup more easily.
Code & Testing Improvements
- Case Handling in Input Dataframe: If the case of a target column mismatches in an input dataframe, it will now be automatically adjusted, reducing errors and improving user experience.
- Timescale & PostgreSQL Unit Tests: New unit tests have been added for Timescale and PostgreSQL, enhancing test coverage and reliability.
- Removed Changed-Files Action: The
changed-filesGitHub action has been removed, simplifying the CI/CD pipeline.
Release Update
- Version 25.3.3.0: This release includes the above improvements, ensuring a better and more efficient MindsDB experience.
What's Changed
- build only amd images in dev by @hamishfagg in #10560
- Mapped All Salesforce Resources to Integration by @MinuraPunchihewa in #10561
- Speed up docker builds by @hamishfagg in #10547
- Added the Documentation for Changing the Default MindsDB Project by @MinuraPunchihewa in #10517
- Remove changed-files action by @hamishfagg in #10568
- Update docs and readme for Timescale by @ZoranPandovski in #10570
- Added the Documentation for the Jira Integration by @MinuraPunchihewa in #10573
- Change case of target in input dataframe if it mismatches by @ea-rus in #10562
- Support
lateral joinanddistinct onin render by @ea-rus in #10575 - Github handler generated from sdk by @ea-rus in #10503
- Release 25.3.3.0 by @MinuraPunchihewa in #10577
- Timescale and PostgreSQL Unit tests by @ZoranPandovski in #10576
Full Changelog: v25.3.2.0...v25.3.3.0