NocoBase Weekly Updates: Optimization and Bug Fixes
Source: Dev.to

Summarize the weekly product update logs, and the latest releases can be checked on our blog.
NocoBase is currently updated with three branches: main, next and develop.
Branch Overview
| Branch | Description |
|---|---|
| main | The most stable version to date, recommended for installation. |
| next | Beta version, contains upcoming new features and has been preliminarily tested. May have known or unknown issues. Ideal for test users who want to experience new features early and give feedback. |
| develop | Alpha version, contains the latest feature code, may be incomplete or unstable. Suited for tech users interested in the product’s cutting‑edge, but not for production use. |
Main (main)

v1.9.24
Release date: 2025‑12‑09
Bug Fixes
- client – Fixed
RemoteSelectloading issue when value isnull(#8137). - Collection field: Sequence – Improved robustness of
plugin-field-sequencewhen handling the repair command (#8139). - Notification: Email – Fixed email notification connection limitation (#8119).
v1.9.23
Release date: 2025‑12‑09
Improvements
- auth – Patched CVE‑2025‑13877 (#8128).
- Action: Import records – Allowed selecting ID for import fields (#8132).
Bug Fixes
- server – Fixed workflow queue issue after data import, ensuring workflows run immediately (#8121).
v1.9.21
Release date: 2025‑12‑07
Improvements
- Audit logs – Updated unique identifier field to
textto prevent length overflow during bulk edits.
Bug Fixes
- Workflow: Approval – Fixed missing data when loading related approvals with ACL scope variables.
v1.9.20
Release date: 2025‑12‑05
New Features
- Collection field: Sequence – Automatically update sequence fields after data migration (#8063).
Improvements
- Migration manager – Automatically update sequence fields after data migration.
Bug Fixes
- Workflow – Fixed error thrown in execution canvas when a node is deleted (#8090).
- Workflow: Approval – Fixed error when loading related approval in “union only role” mode.
Next (next)

v1.9.0‑beta.18
Release date: 2025‑12‑09
New Features
- Collection field: Sequence – Automatically update sequence fields after data migration (#8063).
- Data source: REST API – Added
error message transformeroptions in RESTful API data source configuration. - Auth: OIDC – Support automatic redirection to the SSO URL when unauthenticated.
Improvements
- auth – Patched CVE‑2025‑13877 (#8128).
- client
- Show collapsed options on hover in Select component (#8029).
- Optimize validation messages for subtable (#8001).
- Add loading state for update‑record and destroy‑record action buttons to avoid duplicate requests (#7964).
- Use triple brackets (
{{{and}}}) for variables in message content to prevent Handlebars escaping (#7972).
- Action: Import records – Allow selecting ID for import fields (#8132).
- Workflow – Added “main” data source context for
UserSelectto provide a reusable component (#8010). - Collection field: Markdown (Vditor) – Adjusted Vditor fullscreen content width (#7974).
- Async task manager – Enhanced error messages for asynchronous tasks with specific failure reasons (#7796).
- Action: Import records Pro – Enhanced error messages for asynchronous tasks.
- Workflow: Approval
- Fixed variable select in
AssigneeSelect; now only PK or FK of users collection can be selected. - Refactored to use a common component, reducing duplicated code.
- Made payload of manual execution (or sub‑flow trigger) compatible with record or primary key, avoiding consistency issues.
- Reduced associations loaded in approval popup for better performance.
- Fixed variable select in