NocoBase Weekly Updates: Optimization and Bug Fixes

Published: (December 10, 2025 at 10:06 PM EST)
3 min read
Source: Dev.to

Source: Dev.to

Cover image for NocoBase Weekly Updates: Optimization and Bug Fixes

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

BranchDescription
mainThe most stable version to date, recommended for installation.
nextBeta 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.
developAlpha 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)

main branch screenshot

v1.9.24

Release date: 2025‑12‑09

Bug Fixes

  • client – Fixed RemoteSelect loading issue when value is null (#8137).
  • Collection field: Sequence – Improved robustness of plugin-field-sequence when handling the repair command (#8139).
  • Notification: Email – Fixed email notification connection limitation (#8119).

v1.9.23

Release date: 2025‑12‑09

Improvements

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 text to 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)

next branch screenshot

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 transformer options 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 UserSelect to 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.
Back to Blog

Related posts

Read more »

The Cost of a Closure in C

Article URL: https://thephd.dev/the-cost-of-a-closure-in-c-c2y Comments URL: https://news.ycombinator.com/item?id=46228597 Points: 7 Comments: 0...