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 <haijin.chn@gmail.com>
This commit is contained in:
writinwaters
2026-05-13 19:35:55 +08:00
committed by GitHub
parent 0a4b733b2a
commit 9ed4da74b8

View File

@@ -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.