From 9ed4da74b8e8cddacd9e55a07c1d7ad202481275 Mon Sep 17 00:00:00 2001 From: writinwaters <93570324+writinwaters@users.noreply.github.com> Date: Wed, 13 May 2026 19:35:55 +0800 Subject: [PATCH] Docs: Draft 0.25.3 release notes (#14898) ### What problem does this PR solve? A draft 0.25.3 release note. ### Type of change - [x] Documentation Update Co-authored-by: Jin Hai --- docs/release_notes.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/docs/release_notes.md b/docs/release_notes.md index fe4614b0fb..3d83f2aebe 100644 --- a/docs/release_notes.md +++ b/docs/release_notes.md @@ -9,6 +9,27 @@ sidebar_custom_props: { Key features, improvements and bug fixes in the latest releases. +## v0.25.3 + +Released on May 13, 2026. + +## New features + +- Enables assigning specific roles like content, metadata, and primary key, to table columns. [#13710](https://github.com/infiniflow/ragflow/pull/13710) + +## Improvements + +- API refactoring and security + - Continues the transition of web APIs to RESTful conventions, ensuring backward compatibility for all legacy endpoints. + - Binds the `user_id` in `POST /api/v1/messages` to the authenticated JWT principal. [#14745](https://github.com/infiniflow/ragflow/pull/14745) + - Secures the sandbox executor against dynamic and indirect code execution bypasses. [#14690](https://github.com/infiniflow/ragflow/pull/14690) +- Reduces ingestion server boot time. [#13894](https://github.com/infiniflow/ragflow/pull/14894) + +## Bug fixes + +- Images in multi-sheet Excel workbooks were not scoped by sheet, causing images to be incorrectly attributed across different worksheets. [#14120](https://github.com/infiniflow/ragflow/pull/14120) + + ## v0.25.2 Released on May 11, 2026.