|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
| 5 | +## [0.2.6] - 2025-12-29 |
| 6 | + |
| 7 | +### 🚀 New Features |
| 8 | +- **NEW**: Custom Agent System |
| 9 | + - Support for creating, configuring, and selecting custom agents |
| 10 | + - Agent feature indicators display with MCP service capability support |
| 11 | + - Built-in agent sorting logic ensuring multi-turn conversation auto-enabled in agent mode |
| 12 | + - Agent knowledge base selection modes: all/specified/disabled |
| 13 | + |
| 14 | +- **NEW**: Helm Chart for Kubernetes Deployment |
| 15 | + - Complete Helm chart for Kubernetes deployment |
| 16 | + - Neo4j template support for GraphRAG functionality |
| 17 | + - Versioned image tags and official images compatibility |
| 18 | + |
| 19 | +- **NEW**: Enhanced FAQ Management |
| 20 | + - FAQ entry retrieval API supporting single entry query by ID |
| 21 | + - FAQ list sorting by update time (ascending/descending) |
| 22 | + - Enhanced FAQ search with field-specific search (standard question/similar questions/answer/all) |
| 23 | + - Batch update exclusion for FAQ entries in ByTag operations |
| 24 | + - Tag deletion with content_only mode to delete only tag contents |
| 25 | + |
| 26 | +- **NEW**: Multi-Platform Model Adaptation |
| 27 | + - Support for multiple platform model configurations |
| 28 | + - Title generation model configuration |
| 29 | + - Knowledge base selection mode without mandatory rerank model check |
| 30 | + |
| 31 | +- **NEW**: Korean Language Support |
| 32 | + - Added Korean (한국어) internationalization support |
| 33 | + |
| 34 | +### ⚡ Improvements |
| 35 | +- **IMPROVED**: Knowledge Base Operations |
| 36 | + - Async knowledge base deletion with background cleanup via ProcessKBDelete |
| 37 | + - Multi-knowledge base search support with specified file ID filtering |
| 38 | + - Optimized knowledge chunk pagination with type-specific search and sorting logic |
| 39 | + - Enhanced SearchKnowledgeRequest structure with backward compatibility |
| 40 | + |
| 41 | +- **IMPROVED**: Prompt Template System |
| 42 | + - Restructured prompt template system with multi-scenario template configuration |
| 43 | + - Unified system prompts with optimized agent selector interface |
| 44 | + |
| 45 | +- **IMPROVED**: Tag Management |
| 46 | + - Enhanced tag deletion with ID exclusion support |
| 47 | + - Async index deletion task for optimized deletion flow |
| 48 | + - Batch TagID update functionality |
| 49 | + - Optimized tag name batch queries for improved efficiency |
| 50 | + |
| 51 | +- **IMPROVED**: API Documentation |
| 52 | + - Updated API documentation links to new paths |
| 53 | + - Added knowledge search API documentation |
| 54 | + - Enhanced FAQ and tag deletion interface documentation |
| 55 | + - Removed hardcoded host configuration from Swagger docs |
| 56 | + |
| 57 | +### 🐛 Bug Fixes |
| 58 | +- **FIXED**: Tag ID handling logic for empty strings and UntaggedTagID conditions |
| 59 | +- **FIXED**: JSON query compatibility for different database types (MySQL/PostgreSQL) |
| 60 | +- **FIXED**: GORM batch insert issue where zero-value fields (IsEnabled, Flags) were ignored |
| 61 | +- **FIXED**: Helm chart versioned image tags and runAsNonRoot compatibility |
| 62 | + |
| 63 | +### 🔧 Refactoring |
| 64 | +- **REFACTORED**: Removed security validation and length limits, simplified input processing logic |
| 65 | +- **REFACTORED**: Enhanced agent configuration with improved selection and state management |
| 66 | + |
5 | 67 | ## [0.2.5] - 2025-12-22 |
6 | 68 |
|
7 | 69 | ### 🚀 New Features |
@@ -397,6 +459,7 @@ All notable changes to this project will be documented in this file. |
397 | 459 | - Docker Compose for quick startup and service orchestration. |
398 | 460 | - MCP server support for integrating with MCP-compatible clients. |
399 | 461 |
|
| 462 | +[0.2.6]: https://github.com/Tencent/WeKnora/tree/v0.2.6 |
400 | 463 | [0.2.5]: https://github.com/Tencent/WeKnora/tree/v0.2.5 |
401 | 464 | [0.2.4]: https://github.com/Tencent/WeKnora/tree/v0.2.4 |
402 | 465 | [0.2.3]: https://github.com/Tencent/WeKnora/tree/v0.2.3 |
|
0 commit comments