From bfac0195dff6c42e7ad679c5ca3754fc89183cdb Mon Sep 17 00:00:00 2001 From: Jin Hai Date: Wed, 22 Apr 2026 10:47:43 +0800 Subject: [PATCH] Update release note (#14275) ### What problem does this PR solve? As title. ### Type of change - [x] Documentation Update Signed-off-by: Jin Hai --- docs/release_notes.md | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/docs/release_notes.md b/docs/release_notes.md index 3d700d71d4..1499fb794f 100644 --- a/docs/release_notes.md +++ b/docs/release_notes.md @@ -9,6 +9,46 @@ sidebar_custom_props: { Key features, improvements and bug fixes in the latest releases. +## v0.25.0 + +Released on April 21, 2026. + +### Ingestion pipeline +- Added 7 built-in pipeline templates aligned with RAGFlow’s native document parsers. +- Several new templates bring significant parsing improvements. +### Data source + - New data sources: Seafile, RSS, DingTalk AI Sheet. + - Added synchronization for file deletions from data sources. +### Agent + - Introduced agent publishing capability + - Sandboxed code execution and chart generation + - New template: Data Analysis Agent +### Memory + - User-level memory storage and retrieval. +### Language + - New language support: Arabic, Bulgarian, Turkish + +### Model provider + + - [avian.io](https://avian.io/) + - [ragcon.ai](https://ragcon.ai/) + +### Model support + + - MiniMax-M2.7 series models + - Perplexity embedding model: pplx-embed + - Tongyi rerank model + +### Improvements +- Improved DOCX parsing strategy with lazy-load support for images, reducing memory consumption. +- DocEngine: supports upgrade to Elasticsearch 9.x. +- Embedded chat pages in Chat / Agent / Search are now compatible with mobile devices. +- Due to MinIO’s official image no longer being maintained, the default object storage container has been changed to pgsty/minio. +- Database Upgrade: added database upgrade scripts. See documentation: https://github.com/infiniflow/ragflow/blob/main/tools/scripts/README.md. + +### Ecosystem +- RAGFlow can now be accessed via OpenClaw: https://clawhub.ai/yingfeng/ragflow-skill + ## v0.24.0 Released on February 10, 2026.