v0.25.4
datalab-to/markerv0.25.4May 14, 2026by github-actions[bot]
AI Summary
RAGFlow introduces a generic RESTful API connector, adds new GPT models (5.4-mini and 5.4-nano), and enhances widget customization and agent tag management.
Key Highlights
- New generic, configuration-driven RESTful API data source connector.
- Adds gpt-5.4-mini and gpt-5.4-nano to OpenAI model list.
- Improved widget customization and persistence.
- Agent tag management with filtering and sorting.
New Features
- Generic RESTful API connector
- GPT-5.4-mini and GPT-5.4-nano models
- Widget customization
- Agent tag management
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