Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions content/cn/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
versions:
- name: v2.0.30
date: '2026-08-10'
products:
cloud:
New Features:
- type: 云服务
changedInfo:
- 新增接口支持各个记忆视图通过custom_extract_prompt参数自定义抽取prompt
Improvements:
- type: 云服务
changedInfo:
- 实现每个worker独立异步写入日志
opensource:
Bug Fixes:
- type: 开源项目
changedInfo:
- 修复 vLLM 流式响应只保留最后一个 chunk,导致回答截断及空流报错的问题
- 修复 UniversalAPIEmbedder 忽略 embedding_dims、无法生成指定维度向量的问题,并为不支持该参数的服务提供自动降级
- 为 OpenAI-compatible 和 Azure 模型增加 enable_thinking 控制,避免思考内容破坏 JSON 等结构化输出
- name: v2.0.29
date: '2026-08-03'
products:
Expand Down
19 changes: 19 additions & 0 deletions content/en/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
versions:
- name: v2.0.30
date: '2026-08-10'
products:
cloud:
New Features:
- type: Cloud service
changedInfo:
- Added an interface to support customizing the extraction prompt for each memory view through the custom_extract_prompt parameter.
Improvements:
- type: Cloud service
changedInfo:
- Implemented independent asynchronous logging for each worker.
opensource:
Bug Fixes:
- type: Open Source
changedInfo:
- Fixed vLLM streaming responses retaining only the final chunk, which caused truncated answers and errors on empty streams.
- Fixed UniversalAPIEmbedder ignoring embedding_dims, enabling requested vector dimensions and automatic fallback for services that do not support the parameter.
- Added enable_thinking control for OpenAI-compatible and Azure models to prevent reasoning content from corrupting structured outputs such as JSON.
- name: v2.0.29
date: '2026-08-03'
products:
Expand Down