From d4147efc66688d2118f17bf1d867bf64faec0752 Mon Sep 17 00:00:00 2001 From: writinwaters <93570324+writinwaters@users.noreply.github.com> Date: Wed, 29 Apr 2026 20:29:58 +0800 Subject: [PATCH] Docs: (#14492) ### What problem does this PR solve? Added v0.25.1 release notes ### Type of change - [x] Documentation Update --- docs/release_notes.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/docs/release_notes.md b/docs/release_notes.md index 844b6a5e6c..c098ab5f63 100644 --- a/docs/release_notes.md +++ b/docs/release_notes.md @@ -9,6 +9,32 @@ sidebar_custom_props: { Key features, improvements and bug fixes in the latest releases. +## v0.25.1 + +Released on April 29, 2026. + +### Improvements + +- API refactoring and unification: Migrated web apis to RESTful architecture across all endpoints. unified document creation and indexing flows while maintaining backward compatibility for legacy apis. +- Parsing optimizations: Integrated opendataloader pdf backend and improved docling routing. implemented lazy loading and chunking for large pdfs to reduce memory usage. +- Introduced lazy loading and chunked parsing for large pdfs to significantly lower the memory footprint. + +### Data source + +Added bitbucket, gmail, google drive, and airtable with automated file deletion synchronization. + +### Model support + +- DeepSeek v4 + +### Model provider + +- UCloud + +### Bug fixes + +Resolved metadata visibility issues during v0.24.0 to v0.25.0 upgrades and fixed duplicate chat output. + ## v0.25.0 Released on April 21, 2026.