TL;DR
Enhancements & New Features
- **Ray Serve Improvements**: Parameters can now be passed when creating a Ray Serve instance, enhancing flexibility in deployment.
- **Datasource Management**: Users can now edit the list of datasources in the demo agent, improving configurability.
- **Agent Support for New Models**: Added support for `o1-mini` and `o3-mini` models, expanding the range of available AI models.
- **YouTube Integration Enhancement**: Added connection arguments for YouTube integration, making it easier to configure.
Performance & Optimization
- **Process Optimization**: The `ProcessCache.clean` thread will no longer start if it is not needed, reducing unnecessary resource usage.
- **Removal of Unused Endpoints**: Unnecessary API endpoints have been deleted, leading to a leaner and more efficient system.
- **Parquet Improvements**: Enhancements made for better handling of Parquet data files.
Logging & Debugging
- **Structured Logging**: Logs are now outputted in JSON format, making them easier to parse and analyze.
- **Fixes for Web Handler**: Various web handling issues have been addressed, ensuring smoother operation.
Fixes & Bug Squashes
- **Quick Response Removal**: The quick response feature has been removed to prevent unexpected issues.
- **Case Sensitivity Fix**: The `DELETE` operation for skills and databases now properly handles case-sensitive entries.
- **Rendering Fixes**: Corrected an issue with rendering quoted aliases.
- **Local Context Summarizer**: Introduced an enhancement for local context summarization.
- **CI Pipeline Stability**: Fixed errors occurring in the CI process to improve build reliability.
Documentation Updates
- **Terminology Update**: Updated documentation to use “model” instead of “predictor” for consistency.
- **Link Fixes**: Corrected links in model-type documentation for better navigation.
---
What's Changed
* Pass params in ray serve create by dj013 in https://github.com/mindsdb/mindsdb/pull/10462
* updates to the release_notes workflow by martyna-mindsdb in https://github.com/mindsdb/mindsdb/pull/10483
* fix: remove quick response by lucas-koontz in https://github.com/mindsdb/mindsdb/pull/10489
* Output logs as JSON by StpMax in https://github.com/mindsdb/mindsdb/pull/10480
* Del unused endpoints by StpMax in https://github.com/mindsdb/mindsdb/pull/10447
* Allow to edit datasources list of demo agent by StpMax in https://github.com/mindsdb/mindsdb/pull/10430
* Add support for o1-mini and o3-mini to agents by dusvyat in https://github.com/mindsdb/mindsdb/pull/10490
* docs: changed predictor to model by martyna-mindsdb in https://github.com/mindsdb/mindsdb/pull/10493
* Parquet by dj013 in https://github.com/mindsdb/mindsdb/pull/10449
* docs(model-types): current path CardGroup links by guspan-tanadi in https://github.com/mindsdb/mindsdb/pull/10465
* Added the Connection Arguments for the YouTube Integration by MinuraPunchihewa in https://github.com/mindsdb/mindsdb/pull/10501
* Fix case sensitive `DELETE` of skill and database by StpMax in https://github.com/mindsdb/mindsdb/pull/10492
* Fix web handler by ea-rus in https://github.com/mindsdb/mindsdb/pull/10452
* adding local context summarizer by fshabashev in https://github.com/mindsdb/mindsdb/pull/10498
* Fix rendering of quoted alias by ea-rus in https://github.com/mindsdb/mindsdb/pull/10502
* Fix ci error by ea-rus in https://github.com/mindsdb/mindsdb/pull/10506
* Do not start `ProcessCache.clean` thread if it is not used by StpMax in https://github.com/mindsdb/mindsdb/pull/10496
* Version bump by ZoranPandovski in https://github.com/mindsdb/mindsdb/pull/10507
**Full Changelog**: https://github.com/mindsdb/mindsdb/compare/v25.2.3.0...v25.2.4.0