Skip to content

Commit d11c8f4

Browse files
committed
feat: update changelog for version 0.0.19
1 parent 4c5ca39 commit d11c8f4

File tree

2 files changed

+58
-0
lines changed

2 files changed

+58
-0
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,35 @@ Note - Additional remarks regarding the version.
2424
***************************************************
2525

2626
# Version Update History
27+
## [0.0.19] - 2025-11-17
28+
### Added
29+
- Added AWS Bedrock model support
30+
- Added ollama embedding component support
31+
- Added jina rerank component support
32+
- Added vector database component support
33+
- Faiss vector database support
34+
- Qdrant vector database support
35+
- Added a batch of new Reader data loading components
36+
- Added Notion, GoogleDoc, Confluence cloud document loading components
37+
- Added file format support for epub, rar, sevenzip, zip, xlsx
38+
- Added text extraction components for images and PDF files based on PaddleOCR
39+
- Added web page loading components based on playwright and bs4
40+
- Added GitHub and YouTube retrieval tools
41+
- Added async safe exit method for McpSessionManager
42+
- Added model Token consumption recording in the Otel-llm-instrumentor module
43+
44+
### Fixed
45+
- Fixed parameter naming error in the RecursiveCharacterTextSplitter component's splitter method
46+
- Fixed missing connection_kwargs parameter propagation in MCPToolkit
47+
- Fixed abnormal queue release issue when tasks exited exceptionally in RequestTask
48+
49+
### Note
50+
- Improved security for the SlsSender module's put method
51+
- Enhanced robustness of loop event handling in logging_util
52+
- Optimized reliability of the add_invocation_chain method in the Monitor module
53+
- Included some third-party community examples and tools
54+
- Performed additional code optimizations and documentation updates
55+
2756
## [0.0.18] - 2025-07-10
2857
### Added
2958
- Added observability capabilities for agent applications based on the OTel protocol

CHANGELOG_zh.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,35 @@ Note - 对于版本的额外说明。
2424
***************************************************
2525

2626
# 版本更新记录
27+
## [0.0.19] - 2025-11-17
28+
### Added
29+
- 新增AWS Bedrock模型支持
30+
- 新增ollama embedding组件支持
31+
- 新增jina rerank组件支持
32+
- 新增向量数据库组件支持
33+
- 新增Faiss向量数据库支持
34+
- 新增Qdrant向量数据库支持
35+
- 新增一批Reader数据加载组件支持
36+
- 新增Notion、GoogleDoc、Confluence云文档加载组件
37+
- 新增epub、rar、sevenzip、zip、xlsx等格式文件加载组件
38+
- 新增基于PaddleOCR的图像与pdf文件文字提取组件
39+
- 新增基于playwright、bs4的网页加载组件
40+
- 新增github、youtube检索工具
41+
- 新增McpSessionManager异步安全退出方法
42+
- 模块Otel-llm-instrumentor新增模型Token消耗记录
43+
44+
### Fixed
45+
- 修复RecursiveCharacterTextSplitter组件splitter方法参数命名错误问题
46+
- 修复MCPToolkit中connection_kwargs参数传递丢失问题
47+
- 修复RequestTask中任务异常退出队列释放异常问题
48+
49+
### Note
50+
- SlsSender模块put方法安全性优化
51+
- logging_util中loop event健壮性优化
52+
- Monitor模块add_invocation_chain方法健壮性优化
53+
- 部分第三方社区案例、工具收录
54+
- 其他代码优化与文档更新
55+
2756
## [0.0.18] - 2025-07-10
2857
### Added
2958
- 新增基于OTel协议的智能体应用可观测能力

0 commit comments

Comments
 (0)