From 06055e9e39345988b2f1613ffe047b30a2b829cb Mon Sep 17 00:00:00 2001 From: yangj1211 Date: Wed, 31 Dec 2025 17:39:10 +0800 Subject: [PATCH 1/2] 4.1.4 --- .../MatrixOne-Intelligence/Release-Notes/2025.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/MatrixOne-Intelligence/Release-Notes/2025.md b/docs/MatrixOne-Intelligence/Release-Notes/2025.md index 35d0820..7367c2c 100644 --- a/docs/MatrixOne-Intelligence/Release-Notes/2025.md +++ b/docs/MatrixOne-Intelligence/Release-Notes/2025.md @@ -1,5 +1,21 @@ # **MatrixOne Intelligence 2025 发布报告** +## 2025 年 12 月 31 日 + +**功能** + +- 工作流 API 支持 GIF / WebP 文件格式 + +通过工作流 API 支持处理 GIF、WebP 格式文件,提升对多媒体文件的兼容性,满足更多自动化处理场景需求。 + +- 私有化部署支持按文件页数配置超时时间 + +私有化部署支持按文件页数灵活配置处理超时时间(如 xx 秒 / 页),有效降低大文件处理超时风险,提升任务执行稳定性。 + +**错误修复** + +- 修复了部分场景下文件解析重复的问题 + ## 2025 年 12 月 18 日 **功能** From 2d9152d2a7bea4e13b0bd5e13b826d7216071eef Mon Sep 17 00:00:00 2001 From: yangj1211 Date: Wed, 31 Dec 2025 17:56:02 +0800 Subject: [PATCH 2/2] fix --- docs/MatrixOne-Intelligence/Release-Notes/2025.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/MatrixOne-Intelligence/Release-Notes/2025.md b/docs/MatrixOne-Intelligence/Release-Notes/2025.md index 7367c2c..d5a154e 100644 --- a/docs/MatrixOne-Intelligence/Release-Notes/2025.md +++ b/docs/MatrixOne-Intelligence/Release-Notes/2025.md @@ -4,9 +4,10 @@ **功能** -- 工作流 API 支持 GIF / WebP 文件格式 +- API 功能扩展 -通过工作流 API 支持处理 GIF、WebP 格式文件,提升对多媒体文件的兼容性,满足更多自动化处理场景需求。 + - 工作流 API 新增对 GIF、WebP 格式文件的处理能力,提升多媒体文件兼容性,拓展自动化处理场景。 + - 新增处理结果下载 API,支持获取包含原始文件的完整结果,便于结果校验、问题回溯及后续处理。 - 私有化部署支持按文件页数配置超时时间