v25.2.4.0
·
1493 commits
to main
since this release
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-miniando3-minimodels, 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.cleanthread 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
DELETEoperation 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 #10462
- updates to the release_notes workflow by @martyna-mindsdb in #10483
- fix: remove quick response by @lucas-koontz in #10489
- Output logs as JSON by @StpMax in #10480
- Del unused endpoints by @StpMax in #10447
- Allow to edit datasources list of demo agent by @StpMax in #10430
- Add support for o1-mini and o3-mini to agents by @dusvyat in #10490
- docs: changed predictor to model by @martyna-mindsdb in #10493
- Parquet by @dj013 in #10449
- docs(model-types): current path CardGroup links by @guspan-tanadi in #10465
- Added the Connection Arguments for the YouTube Integration by @MinuraPunchihewa in #10501
- Fix case sensitive
DELETEof skill and database by @StpMax in #10492 - Fix web handler by @ea-rus in #10452
- adding local context summarizer by @fshabashev in #10498
- Fix rendering of quoted alias by @ea-rus in #10502
- Fix ci error by @ea-rus in #10506
- Do not start
ProcessCache.cleanthread if it is not used by @StpMax in #10496 - Version bump by @ZoranPandovski in #10507
Full Changelog: v25.2.3.0...v25.2.4.0