docs: update changelogs

This commit is contained in:
nocobase[bot]
2026-07-31 01:40:00 +00:00
parent fab5c3db04
commit 10456d2ffb
2 changed files with 24 additions and 0 deletions
+12
View File
@@ -5,6 +5,18 @@ 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).
## [v2.1.33](https://github.com/nocobase/nocobase/compare/v2.1.32...v2.1.33) - 2026-07-31
### 🐛 Bug Fixes
- **[client-v2]** Fix JSON field save validation errors after reloading v2 forms. ([#10206](https://github.com/nocobase/nocobase/pull/10206)) by @katherinehhh
- **[Backup manager]** Validate the maximum backup retention count and display save errors. ([#10189](https://github.com/nocobase/nocobase/pull/10189)) by @katherinehhh
- **[AI employees]** AI employee chat now validates attachment count and combined size before upload ([#10195](https://github.com/nocobase/nocobase/pull/10195)) by @cgyrock
- **[Workflow]** Fixed workflow executions becoming blocked while saving a large number of jobs in one database operation ([#10204](https://github.com/nocobase/nocobase/pull/10204)) by @mytharcher
## [v2.1.32](https://github.com/nocobase/nocobase/compare/v2.1.31...v2.1.32) - 2026-07-29
### 🚀 Improvements
+12
View File
@@ -5,6 +5,18 @@
格式基于 [Keep a Changelog](https://keepachangelog.com/zh-CN/1.0.0/),
并且本项目遵循 [语义化版本](https://semver.org/spec/v2.0.0.html)。
## [v2.1.33](https://github.com/nocobase/nocobase/compare/v2.1.32...v2.1.33) - 2026-07-31
### 🐛 修复
- **[client-v2]** 修复 v2 表单重载后 JSON 字段保存校验报错。 ([#10206](https://github.com/nocobase/nocobase/pull/10206)) by @katherinehhh
- **[备份管理器]** 校验最大备份保留数量并显示保存错误。 ([#10189](https://github.com/nocobase/nocobase/pull/10189)) by @katherinehhh
- **[AI 员工]** AI 员工聊天现在会在上传前校验附件数量和附件总大小 ([#10195](https://github.com/nocobase/nocobase/pull/10195)) by @cgyrock
- **[工作流]** 修复工作流执行在单次保存大量作业记录时可能阻塞的问题 ([#10204](https://github.com/nocobase/nocobase/pull/10204)) by @mytharcher
## [v2.1.32](https://github.com/nocobase/nocobase/compare/v2.1.31...v2.1.32) - 2026-07-29
### 🚀 优化