Skip to content

Commit c399665

Browse files
committed
chore: update version to 0.2.10
1 parent e5baf69 commit c399665

File tree

5 files changed

+53
-4
lines changed

5 files changed

+53
-4
lines changed

CHANGELOG.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,52 @@
22

33
All notable changes to this project will be documented in this file.
44

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+
551
## [0.2.8] - 2025-12-31
652

753
### 🚀 New Features
@@ -509,6 +555,9 @@ All notable changes to this project will be documented in this file.
509555
- Docker Compose for quick startup and service orchestration.
510556
- MCP server support for integrating with MCP-compatible clients.
511557

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
512561
[0.2.7]: https://github.com/Tencent/WeKnora/tree/v0.2.7
513562
[0.2.6]: https://github.com/Tencent/WeKnora/tree/v0.2.6
514563
[0.2.5]: https://github.com/Tencent/WeKnora/tree/v0.2.5

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<img src="https://img.shields.io/badge/License-MIT-ffffff?labelColor=d4eaf7&color=2e6cc4" alt="License">
2323
</a>
2424
<a href="./CHANGELOG.md">
25-
<img alt="Version" src="https://img.shields.io/badge/version-0.2.6-2e6cc4?labelColor=d4eaf7">
25+
<img alt="Version" src="https://img.shields.io/badge/version-0.2.10-2e6cc4?labelColor=d4eaf7">
2626
</a>
2727
</p>
2828

README_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<img src="https://img.shields.io/badge/License-MIT-ffffff?labelColor=d4eaf7&color=2e6cc4" alt="License">
2323
</a>
2424
<a href="./CHANGELOG.md">
25-
<img alt="版本" src="https://img.shields.io/badge/version-0.2.6-2e6cc4?labelColor=d4eaf7">
25+
<img alt="版本" src="https://img.shields.io/badge/version-0.2.10-2e6cc4?labelColor=d4eaf7">
2626
</a>
2727
</p>
2828

README_JA.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<img src="https://img.shields.io/badge/License-MIT-ffffff?labelColor=d4eaf7&color=2e6cc4" alt="License">
2323
</a>
2424
<a href="./CHANGELOG.md">
25-
<img alt="バージョン" src="https://img.shields.io/badge/version-0.2.6-2e6cc4?labelColor=d4eaf7">
25+
<img alt="バージョン" src="https://img.shields.io/badge/version-0.2.10-2e6cc4?labelColor=d4eaf7">
2626
</a>
2727
</p>
2828

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.8
1+
0.2.10

0 commit comments

Comments
 (0)