|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
| 5 | +## [0.2.10] - 2026-01-16 |
| 6 | + |
| 7 | +### 🚀 New Features |
| 8 | +- **NEW**: Support for deleting document type tags |
| 9 | +- **NEW**: Google provider for web search |
| 10 | +- **NEW**: Added multiple mainstream model providers including GPUStack |
| 11 | +- **NEW**: AgentQA request field support |
| 12 | +- **NEW**: FAQ batch import dry run functionality |
| 13 | +- **NEW**: Support tenant ID and keyword simultaneous search |
| 14 | +- **NEW**: FAQ import result persistence display |
| 15 | +- **NEW**: SeqID auto-increment tag support |
| 16 | +- **NEW**: Support adding similar questions to FAQ entries |
| 17 | +- **NEW**: FAQ import success entry details display |
| 18 | +- **NEW**: Enhanced task ID generator replacing UUID |
| 19 | + |
| 20 | +### ⚡ Improvements |
| 21 | +- **IMPROVED**: Chunk merge/split logic with validation |
| 22 | +- **IMPROVED**: FAQ index update and deletion performance optimization |
| 23 | +- **IMPROVED**: Batch indexing with concurrent save optimization |
| 24 | +- **IMPROVED**: Retriever engine checks and mapping exposure refactored |
| 25 | +- **IMPROVED**: FAQ import and validation logic merged |
| 26 | +- **IMPROVED**: Error handling and unused code removal |
| 27 | + |
| 28 | +### 🐛 Bug Fixes |
| 29 | +- **FIXED**: Disabled stdio transport to prevent command injection risks |
| 30 | +- **FIXED**: FAQ update duplicate check logic |
| 31 | +- **FIXED**: Migration script table name spelling error |
| 32 | +- **FIXED**: Unused tag cleanup ignoring soft-deleted records |
| 33 | +- **FIXED**: FAQ import tag cleanup logic |
| 34 | +- **FIXED**: FAQ entry tag change not updating issue |
| 35 | +- **FIXED**: Ensure "Uncategorized" tag appears first |
| 36 | +- **FIXED**: Potential crash from slice out of bounds |
| 37 | +- **FIXED**: Tag deletion using correct ID field |
| 38 | +- **FIXED**: FAQ tag filtering using seq_id instead of id type issue |
| 39 | +- **FIXED**: Critical vulnerability V-001 resolved |
| 40 | +- **FIXED**: Added EncodingFormat parameter for ModelScope embedding models |
| 41 | +- **FIXED**: Secure command execution with sandbox for doc_parser |
| 42 | + |
| 43 | + |
| 44 | +## [0.2.9] - 2026-01-10 |
| 45 | + |
| 46 | +### 🚀 New Features |
| 47 | +- **NEW**: Batch tag name supplement in search results |
| 48 | +- **NEW**: Return updated data when updating FAQ entries |
| 49 | +- **NEW**: Convert uncategorized FAQ entries to "Uncategorized" tag |
| 50 | + |
5 | 51 | ## [0.2.8] - 2025-12-31 |
6 | 52 |
|
7 | 53 | ### 🚀 New Features |
@@ -509,6 +555,9 @@ All notable changes to this project will be documented in this file. |
509 | 555 | - Docker Compose for quick startup and service orchestration. |
510 | 556 | - MCP server support for integrating with MCP-compatible clients. |
511 | 557 |
|
| 558 | +[0.2.10]: https://github.com/Tencent/WeKnora/tree/v0.2.10 |
| 559 | +[0.2.9]: https://github.com/Tencent/WeKnora/tree/v0.2.9 |
| 560 | +[0.2.8]: https://github.com/Tencent/WeKnora/tree/v0.2.8 |
512 | 561 | [0.2.7]: https://github.com/Tencent/WeKnora/tree/v0.2.7 |
513 | 562 | [0.2.6]: https://github.com/Tencent/WeKnora/tree/v0.2.6 |
514 | 563 | [0.2.5]: https://github.com/Tencent/WeKnora/tree/v0.2.5 |
|
0 commit comments