|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
| 5 | +## [0.3.2] - 2026-03-04 |
| 6 | + |
| 7 | +### 🚀 New Features |
| 8 | +- **NEW**: Knowledge Search — new "Knowledge Search" entry point with semantic retrieval, supporting bringing search results directly into the conversation window |
| 9 | +- **NEW**: Parser Engine Configuration — support configuring document parser engines and storage engines for different sources in settings, with per-file-type parser engine selection in knowledge base |
| 10 | +- **NEW**: Storage Provider Configuration — support configuring storage providers (local, MinIO, COS, Volcengine TOS) per data source with standardized configuration and backward compatibility |
| 11 | +- **NEW**: Milvus Vector Database — added Milvus as a new vector database backend for knowledge retrieval |
| 12 | +- **NEW**: Volcengine TOS — added Volcengine TOS object storage support |
| 13 | +- **NEW**: Mermaid Rendering — support mermaid diagram rendering in chat with fullscreen viewer, zoom, pan, toolbar and export |
| 14 | +- **NEW**: Batch Conversation Management — batch management and delete all sessions functionality |
| 15 | +- **NEW**: Remote URL Knowledge Creation — support creating knowledge entries from remote file URLs |
| 16 | +- **NEW**: Async Knowledge Re-parse — async API for re-processing existing knowledge documents |
| 17 | +- **NEW**: User Memory Graph Preview — preview of user-level memory graph visualization |
| 18 | +- **NEW**: Tenant Access Authorization — tenant access authorization in TenantHandler |
| 19 | +- **NEW**: Database Query Tool — built-in database query tool for agents with automatic tenant isolation and soft-delete filtering |
| 20 | + |
| 21 | +### ⚡ Improvements |
| 22 | +- Image rendering in local storage mode during conversations with optimized streaming image placeholders |
| 23 | +- Embedded document preview component for previewing user-uploaded original files |
| 24 | +- Knowledge base, agent, and shared space list page interaction redesign with improved UI elements |
| 25 | +- Storage configuration standardization with enhanced backward compatibility |
| 26 | +- Dynamic file service resolution for knowledge extraction |
| 27 | +- SSRF safety checks enhanced in MinerUCloudReader |
| 28 | +- Nginx configuration improved for file handling |
| 29 | +- Dockerfile and build scripts with customizable APT mirror support |
| 30 | +- System information display with database version |
| 31 | +- Path and filename validation security utilities |
| 32 | +- Vector embeddings indexing enhanced with TagID and IsRecommended fields |
| 33 | +- Korean (한국어) README translation |
| 34 | + |
| 35 | +### 🐛 Bug Fixes |
| 36 | +- Handle thinking content in Ollama chat responses |
| 37 | +- Batch manage dialog now loads all sessions independently from API |
| 38 | +- Prevent modal from closing when text selection extends beyond dialog boundary |
| 39 | +- Handle empty metadata case in Knowledge struct |
| 40 | +- Swagger interface documentation generation error resolved |
| 41 | +- Auth form validation check to handle non-boolean responses |
| 42 | +- Helm frontend APP_HOST env default value corrected |
| 43 | + |
| 44 | +### 🗑️ Removals |
| 45 | +- Removed Lite edition support and related configurations |
| 46 | + |
| 47 | +## [0.3.1] - 2026-02-10 |
| 48 | + |
| 49 | +### 🚀 New Features |
| 50 | +- **NEW**: Remote Backend Support — support remote backend and HTTPS proxy configuration |
| 51 | +- **NEW**: Enhanced Document Upload — expanded document upload capabilities in KnowledgeBase component |
| 52 | + |
| 53 | +### ⚡ Improvements |
| 54 | +- Enhanced resource management in ListSpaceSidebar and KnowledgeBaseList |
| 55 | + |
| 56 | +### 🐛 Bug Fixes |
| 57 | +- Add clipboard API fallback for non-secure contexts |
| 58 | +- DuckDB spatial extension not found error |
| 59 | +- Data analysis knowledge files loaded via presigned URLs |
| 60 | + |
5 | 61 | ## [0.3.0] - 2026-02-09 |
6 | 62 |
|
7 | 63 | ### 🚀 New Features |
@@ -590,6 +646,8 @@ All notable changes to this project will be documented in this file. |
590 | 646 | - Docker Compose for quick startup and service orchestration. |
591 | 647 | - MCP server support for integrating with MCP-compatible clients. |
592 | 648 |
|
| 649 | +[0.3.2]: https://github.com/Tencent/WeKnora/tree/v0.3.2 |
| 650 | +[0.3.1]: https://github.com/Tencent/WeKnora/tree/v0.3.1 |
593 | 651 | [0.3.0]: https://github.com/Tencent/WeKnora/tree/v0.3.0 |
594 | 652 | [0.2.10]: https://github.com/Tencent/WeKnora/tree/v0.2.10 |
595 | 653 | [0.2.9]: https://github.com/Tencent/WeKnora/tree/v0.2.9 |
|
0 commit comments