@@ -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
0 commit comments