v0.25.4
mantinedev/mantinev0.25.4May 14, 2026by github-actions[bot]
AI Summary
Released on May 14, 2026, this version introduces a generic RESTful API data source connector and improves agent management through tagging and widget customization. It also expands model support with new OpenAI variants and adds the Voyage AI provider.
Key Highlights
- Generic RESTful API data source connector
- Agent tag management with filtering and sorting
- Widget customization and persistence
- New OpenAI models (gpt-5.4-mini and gpt-5.4-nano)
- Voyage AI provider implementation
New Features
- Generic RESTful API data source connector
- Agent tag management with filtering and sorting
- Widget customization and persistence
- Voyage AI provider
Full Release Notes
## Summary ### New features - Adds a generic, configuration-driven RESTful API data source connector. ### Improvements - Agent tag management with filtering and sorting. - Widget customization and persistence. ### Model support - Adds gpt-5.4-mini and gpt-5.4-nano to the OpenAI model list ### Bug fixes Fixed dataset document download route. ## What's Changed * Feature/generic api connector by @ahmadintisar in https://github.com/infiniflow/ragflow/pull/13545 * fix: use context manager for pdfplumber to prevent resource leak by @gambletan in https://github.com/infiniflow/ragflow/pull/13512 * Add widget customization and persistence by @47NoahThompson in https://github.com/infiniflow/ragflow/pull/14603 * Docs: Editorial updates to the v0.25.3 release notes draft. by @writinwaters in https://github.com/infiniflow/ragflow/pull/14903 * feat: add tag management for Agents with filtering and sorting (#14774) by @plind-junior in https://github.com/infiniflow/ragflow/pull/14799 * Go: implement provider: Voyage AI by @tmimmanuel in https://github.com/infiniflow/ragflow/pull/14811 * Fix doc format by @yingfeng in https://github.com/infiniflow/ragflow/pull/14909 * Adds gpt-5.4-mini and gpt-5.4-nano by @sirj0k3r in https://github.com/infiniflow/ragflow/pull/14908 * Docs: Finalized v0.25.3 release notes by @writinwaters in https://github.com/infiniflow/ragflow/pull/14913 * Fix: dataset document download route by @buua436 in https://github.com/infiniflow/ragflow/pull/14910 * Docs: Update version references to v0.25.4 in READMEs and docs by @asiroliu in https://github.com/infiniflow/ragflow/pull/14912 * Docs: Added v0.25.4 release notes draft. by @writinwaters in https://github.com/infiniflow/ragflow/pull/14914 ## New Contributors * @47NoahThompson made their first contribution in https://github.com/infiniflow/ragflow/pull/14603 * @plind-junior made their first contribution in https://github.com/infiniflow/ragflow/pull/14799 * @sirj0k3r made their first contribution in https://github.com/infiniflow/ragflow/pull/14908 **Full Changelog**: https://github.com/infiniflow/ragflow/compare/v0.25.3...v0.25.4