chore: release v1.0.32
Deploy / build-linux-web (push) Successful in 51s
Deploy / build-windows (push) Successful in 1m51s
Deploy / build-macos (push) Successful in 1m24s
Deploy / build-android (push) Successful in 1m28s
Deploy / build-ios (push) Successful in 6s
Deploy / release-deploy (push) Failing after 2m58s
Deploy / build-linux-web (push) Successful in 51s
Deploy / build-windows (push) Successful in 1m51s
Deploy / build-macos (push) Successful in 1m24s
Deploy / build-android (push) Successful in 1m28s
Deploy / build-ios (push) Successful in 6s
Deploy / release-deploy (push) Failing after 2m58s
This commit is contained in:
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [1.0.32] - 2026-06-11
|
||||
|
||||
### 修复
|
||||
- 修复库存可用量检查在数据库查询失败时误报所有商品库存不足的问题
|
||||
- 修复授权信息页面设备数量统计不准确的问题
|
||||
- 修复对账接口在数据库查询出错时静默返回空结果、掩盖异常的问题
|
||||
- 修复 license 验证缺少门店隔离过滤,提升多租户安全性
|
||||
- 官网联系入口调整为微信咨询(填写微信号后自动生效),隐藏尚未申请的备案号
|
||||
- 修复各接口分页大小未设上限,防止超大请求拖慢服务
|
||||
|
||||
### 改进
|
||||
- 后端启动不再执行拼音回填,已改为独立工具(`cmd/backfill-pinyin`),避免大库存量时延长启动时间
|
||||
- 数据库连接池参数(最大空闲连接数、最大打开连接数)改为配置项,支持按环境调整
|
||||
|
||||
## [1.0.31] - 2026-06-10
|
||||
|
||||
### 修复
|
||||
|
||||
Reference in New Issue
Block a user