feat: update changelog for version 0.0.19

This commit is contained in:
Jerry Z H
2025-11-17 23:21:20 +08:00
parent 4c5ca390cd
commit d11c8f4e2f
2 changed files with 58 additions and 0 deletions

View File

@@ -24,6 +24,35 @@ Note - Additional remarks regarding the version.
*************************************************** ***************************************************
# Version Update History # Version Update History
## [0.0.19] - 2025-11-17
### Added
- Added AWS Bedrock model support
- Added ollama embedding component support
- Added jina rerank component support
- Added vector database component support
- Faiss vector database support
- Qdrant vector database support
- Added a batch of new Reader data loading components
- Added Notion, GoogleDoc, Confluence cloud document loading components
- Added file format support for epub, rar, sevenzip, zip, xlsx
- Added text extraction components for images and PDF files based on PaddleOCR
- Added web page loading components based on playwright and bs4
- Added GitHub and YouTube retrieval tools
- Added async safe exit method for McpSessionManager
- Added model Token consumption recording in the Otel-llm-instrumentor module
### Fixed
- Fixed parameter naming error in the RecursiveCharacterTextSplitter component's splitter method
- Fixed missing connection_kwargs parameter propagation in MCPToolkit
- Fixed abnormal queue release issue when tasks exited exceptionally in RequestTask
### Note
- Improved security for the SlsSender module's put method
- Enhanced robustness of loop event handling in logging_util
- Optimized reliability of the add_invocation_chain method in the Monitor module
- Included some third-party community examples and tools
- Performed additional code optimizations and documentation updates
## [0.0.18] - 2025-07-10 ## [0.0.18] - 2025-07-10
### Added ### Added
- Added observability capabilities for agent applications based on the OTel protocol - Added observability capabilities for agent applications based on the OTel protocol

View File

@@ -24,6 +24,35 @@ Note - 对于版本的额外说明。
*************************************************** ***************************************************
# 版本更新记录 # 版本更新记录
## [0.0.19] - 2025-11-17
### Added
- 新增AWS Bedrock模型支持
- 新增ollama embedding组件支持
- 新增jina rerank组件支持
- 新增向量数据库组件支持
- 新增Faiss向量数据库支持
- 新增Qdrant向量数据库支持
- 新增一批Reader数据加载组件支持
- 新增Notion、GoogleDoc、Confluence云文档加载组件
- 新增epub、rar、sevenzip、zip、xlsx等格式文件加载组件
- 新增基于PaddleOCR的图像与pdf文件文字提取组件
- 新增基于playwright、bs4的网页加载组件
- 新增github、youtube检索工具
- 新增McpSessionManager异步安全退出方法
- 模块Otel-llm-instrumentor新增模型Token消耗记录
### Fixed
- 修复RecursiveCharacterTextSplitter组件splitter方法参数命名错误问题
- 修复MCPToolkit中connection_kwargs参数传递丢失问题
- 修复RequestTask中任务异常退出队列释放异常问题
### Note
- SlsSender模块put方法安全性优化
- logging_util中loop event健壮性优化
- Monitor模块add_invocation_chain方法健壮性优化
- 部分第三方社区案例、工具收录
- 其他代码优化与文档更新
## [0.0.18] - 2025-07-10 ## [0.0.18] - 2025-07-10
### Added ### Added
- 新增基于OTel协议的智能体应用可观测能力 - 新增基于OTel协议的智能体应用可观测能力