v2.1.33
nocobase/nocobasev2.1.33Jul 31, 2026by nocobase[bot]
AI Summary
Fixes JSON validation, backup limits, AI attachment checks, and workflow job saving performance.
Key Highlights
- Fixed JSON field save validation errors after reloading v2 forms.
- Validated the maximum backup retention count and display save errors.
- AI employee chat now validates attachment count and combined size before upload.
- Fixed workflow executions becoming blocked while saving a large number of jobs.
Full Release Notes
### 🐛 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