Ver Fonte

chore: auto bump version and changelog [skip ci]

iwt há 1 mês atrás
pai
commit
c15d9d7642

+ 1 - 1
cfc-web/.last_build_commit

@@ -1 +1 @@
-790863156eacb7e83f6b1ce96cef2666070feb50
+913754fc1b98140d19fff9bda194c35d6a2d527f

+ 1 - 1
cfc-web/package.json

@@ -1,6 +1,6 @@
 {
   "name": "cfc-web",
-  "version": "1.0.811",
+  "version": "1.0.812",
   "private": true,
   "scripts": {
     "dev": "vue-cli-service serve",

+ 19 - 0
cfc-web/public/CHANGELOG-v1.0.md

@@ -4,6 +4,25 @@
 
 ---
 
+## v1.0.812 (2026-08-05)
+
+### Bug 修复
+- gender枚举校验+MindFortuneController空值防御 - UserService.updateUserInfo: gender 仅接受 male/female,修复 Data truncated 错误 - FortuneServiceImpl: generatePlaceholderFortune/getFamilyFortune 添加 familyId 空值校验 - MindFortuneController: 三个端点添加 familyId 空值检查,返回友好提示
+- make LangGraph URL configurable via @Value + app.yml (IMPORTANT-3) + overview key normalization (BLOCKING-1) + Docker deployment TODO comment
+- normalize Chinese→English overview keys in ReportParseAgent (BLOCKING-1)
+- add audit logging for family_id/user_id + trailing newline
+- register report_parse router in main.py (missing include_router)
+
+### 新功能
+- 库存管理 - Mapper接口
+- 库存管理 - 实体类(5个新实体 + Product/ProductSku扩展)
+- parsePreview 先调 LangGraph 解析,失败回退 Java
+- 创建 POST /api/v1/report/parse 接口
+
+### 测试
+- 端到端测试 — report_parse API + ReportParseAgent + LLM非dict防护
+
+
 ## v1.0.811 (2026-08-05)
 
 ### Bug 修复

+ 20 - 1
cfc-web/public/CHANGELOG.md

@@ -1,6 +1,6 @@
 # 更新日志
 
-> 当前版本: v1.0.811
+> 当前版本: v1.0.812
 
 ## 历史版本
 
@@ -8,6 +8,25 @@
 
 ---
 
+## v1.0.812 (2026-08-05)
+
+### Bug 修复
+- gender枚举校验+MindFortuneController空值防御 - UserService.updateUserInfo: gender 仅接受 male/female,修复 Data truncated 错误 - FortuneServiceImpl: generatePlaceholderFortune/getFamilyFortune 添加 familyId 空值校验 - MindFortuneController: 三个端点添加 familyId 空值检查,返回友好提示
+- make LangGraph URL configurable via @Value + app.yml (IMPORTANT-3) + overview key normalization (BLOCKING-1) + Docker deployment TODO comment
+- normalize Chinese→English overview keys in ReportParseAgent (BLOCKING-1)
+- add audit logging for family_id/user_id + trailing newline
+- register report_parse router in main.py (missing include_router)
+
+### 新功能
+- 库存管理 - Mapper接口
+- 库存管理 - 实体类(5个新实体 + Product/ProductSku扩展)
+- parsePreview 先调 LangGraph 解析,失败回退 Java
+- 创建 POST /api/v1/report/parse 接口
+
+### 测试
+- 端到端测试 — report_parse API + ReportParseAgent + LLM非dict防护
+
+
 ## v1.0.811 (2026-08-05)
 
 ### Bug 修复