Skip to content

v25.2.4.0

Choose a tag to compare

@ZoranPandovski ZoranPandovski released this 25 Feb 12:23
· 1493 commits to main since this release
9fcbe4a

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

Full Changelog: v25.2.3.0...v25.2.4.0