From 630f05b8a1ecf4d0a00362de35604fff04ad0d21 Mon Sep 17 00:00:00 2001 From: writinwaters <93570324+writinwaters@users.noreply.github.com> Date: Tue, 10 Feb 2026 17:38:27 +0800 Subject: [PATCH] Docs: Added v0.24.0 release notes (#13096) ### What problem does this PR solve? Added v0.24.0 release notes. ### Type of change - [x] Documentation Update --- docs/release_notes.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/docs/release_notes.md b/docs/release_notes.md index fc779973af..e6dbdc4d83 100644 --- a/docs/release_notes.md +++ b/docs/release_notes.md @@ -9,6 +9,35 @@ sidebar_custom_props: { Key features, improvements and bug fixes in the latest releases. +## v0.24.0 + +Released on February 10, 2026. + +### New features + +- Memory + - Introduces APIs and an SDK for developer integration. + - Adds Memory extraction log display in the console for improved debugging and tracing. +- Dataset + - Added support for batch management of Metadata. + - Renamed "ToC (Table of Contents)" to "PageIndex". +- Agent + - Launches a new Chat-like Agent conversation management interface that retains Sessions and dialogue history. + - Introduces a multi-Sandbox mechanism, currently supporting local gVisor and Alibaba Cloud, with compatibility for mainstream Sandbox APIs (configurable in the Admin page). +- Chat + - Adds a new "Thinking" mode and removed the previous "Reasoning" configuration option. + - Optimizes retrieval strategies for deep-research scenarios, enhancing recall accuracy. +- Admin + - Adds support for configuring multiple Admin accounts. +- Model configuration center + - Adds a model connection test feature when adding new models. +- Ecosystem + - Adds support for OceanBase as a database alternative to MySQL. + - Adds support for PaddleOCR-VL. +- Model + - Adds new model support for Kimi 2.5, Stepfun 3, and doubao-embedding-vision, among others. +- Data sources + - Adds new data source integrations for Zendesk, Bitbucket, and others. ## v0.23.1