v4.2.5
📦 localaiView on GitHub →
✨ 2 features🐛 6 fixes🔧 2 symbols
Summary
This release focuses on bug fixes, particularly around ollama filtering and streaming compliance, alongside significant dependency updates to underlying C++ libraries and security patches.
Migration Steps
- Bumped dependency gomarkdown/markdown to address GHSA-77fj-vx54-gvh7.
✨ New Features
- Expose 12 missing common_params via options[] for llama-cpp.
- Update swagger documentation.
🐛 Bug Fixes
- Guard nil filter in ollama galleryop.ListModels.
- Honor output_modalities to skip TTS in text-only mode for realtime processing.
- Accept float-encoded integer options in ollama (fixes #9837).
- Comply with OpenAI usage / stream_options specification for streaming.
- Validate video image URLs before download.
- Validate archive member paths before extraction.