Originally published at https://www.nocobase.com/en/blog/weekly-updates-20250912.
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
.
-
main
:The most stable version to date, recommended for installation; -
next
:Beta version, contains upcoming new features and has been preliminarily tested. There might be some known or unknown issues. It's mainly for test users to collect feedback and optimize functions further. 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, mainly for internal dev and rapid iteration. Suited for tech users interested in product's cutting-edge, but with potential issues and incomplete functions. Not for production use.
next
v1.9.0-beta.7
Release date: 2025-09-11
🎉 New Features
- [Workflow: Approval] Support to return to any nodes in approval process by @mytharcher
🚀 Improvements
- [client] Remove the ellipsis popover from file list (#7479) by @mytharcher
- [server] Use standard system logger for message queue (#7480) by @mytharcher
- [database] Optimized list API count query to reduce resource consumption. (#7453) by @aaaaaajie
- [Notification: In-app message] Support configuring the auto-close delay for in-app message notifications (#7472) by @mytharcher
-
[Workflow]
- Optimize the workflow preparation process to support using preloaded node data (#7476) by @mytharcher
- Optimize the query performance for retrieving queueing execution by using separate fields and indexes (#7448) by @mytharcher
- Adjust the workflow variable API to support presetting an additional variable list (#7439) by @mytharcher
[Workflow: notification node] Support to test the node of notification (#7470) by @mytharcher
-
[Workflow: Approval]
- Support using approval-related variables in custom notifications by @mytharcher
- Support updating the approval status after the end node terminates the execution by @mytharcher
🐛 Bug Fixes
-
[client]
- incorrect 'not empty' check for numeric fields in linkage rule (#7477) by @katherinehhh
- association field render error when switched to tag component in edit form block (#7468) by @katherinehhh
- readonly select/multiselect/date/richtext still editable on public form (#7484) by @katherinehhh
- time limit issue when selected date equals minDate (#7461) by @katherinehhh
- required validation not working for attachment fields in subtable (#7431) by @katherinehhh
- Fix an issue where, in certain scenarios, editing a record in the mobile record picker popup causes an error (#7444) by @zhangzhonghe
[undefined] Fixed issue with filtering by date field only in MySQL external source (#7422) by @aaaaaajie
-
[database]
[Mobile] mobile date field without timezone not showing date time correctly (#7473) by @katherinehhh
[Public forms] public form field default value not applied when using variables (#7467) by @katherinehhh
[Collection: Tree] Remove database events related to the collection after deleting a tree collection (#7459) by @2013xile
[File manager] Fix the error when editing the
storage
field in the file collection. (#7393) by @mytharcher-
[Action: Import records]
-
[Workflow]
- Complete the options for automatically deleting workflow execution status (#7436) by @mytharcher
- Fix the issue where the detail popup was not displayed due to an incorrect route configuration in the tasks center (#7452) by @mytharcher
- Fix issues related to the mobile menu in the workflow tasks (#7419) by @mytharcher
[Workflow: Parallel node] Fix the issue where incorrect status determination in parallel branch nodes under the "Run all branch" mode caused premature completion (#7445) by @mytharcher
[Action: Import records Pro] Fixed unexpected update result when using string primary key in xlsx import. by @aaaaaajie
[Workflow: Custom action event] Fix the issue where custom action events cannot be manually executed immediately after initialization by @mytharcher
[Workflow: Subflow] Fix the issue of subprocesses being resumed and executed multiple times by @mytharcher
-
[Workflow: Approval]
- Fix the issue where the status text in the approval completion notification was not translated by @mytharcher
- For users who are not the current approver, the corresponding view button in the process flow table will not be displayed by @mytharcher
- Add the status variable for custom templates in approval completion notifications by @mytharcher
develop
v1.9.0-alpha.14
Release date: 2025-09-10
🚀 Improvements
- [Email manager] supports batch synchronization by @jiannx
🐛 Bug Fixes
- [Workflow: Approval] Fix the issue where the status text in the approval completion notification was not translated by @mytharcher
v1.9.0-alpha.13
Release date: 2025-09-09
🎉 New Features
- [Workflow: Approval] Support to return to any nodes in approval process by @mytharcher
🚀 Improvements
- [client] Remove the ellipsis popover from file list (#7479) by @mytharcher
- [database] Optimized list API count query to reduce resource consumption. (#7453) by @aaaaaajie
-
[Workflow]
- Optimize the workflow preparation process to support using preloaded node data (#7476) by @mytharcher
- Optimize the query performance for retrieving queueing execution by using separate fields and indexes (#7448) by @mytharcher
- Adjust the workflow variable API to support presetting an additional variable list (#7439) by @mytharcher
[Notification: In-app message] Support configuring the auto-close delay for in-app message notifications (#7472) by @mytharcher
[Workflow: notification node] Support to test the node of notification (#7470) by @mytharcher
-
[Workflow: Approval]
- Support using approval-related variables in custom notifications by @mytharcher
- Support updating the approval status after the end node terminates the execution by @mytharcher
🐛 Bug Fixes
-
[client]
- incorrect 'not empty' check for numeric fields in linkage rule (#7477) by @katherinehhh
- association field render error when switched to tag component in edit form block (#7468) by @katherinehhh
- time limit issue when selected date equals minDate (#7461) by @katherinehhh
- Fix an issue where, in certain scenarios, editing a record in the mobile record picker popup causes an error (#7444) by @zhangzhonghe
- required validation not working for attachment fields in subtable (#7431) by @katherinehhh
- Fix the issue where the icon was displayed incorrectly when the URL in the attachment URL field contained query parameters (#7432) by @mytharcher
-
[database]
[undefined] Fixed issue with filtering by date field only in MySQL external source (#7422) by @aaaaaajie
[Mobile] mobile date field without timezone not showing date time correctly (#7473) by @katherinehhh
[Collection: Tree] Remove database events related to the collection after deleting a tree collection (#7459) by @2013xile
[Public forms] public form field default value not applied when using variables (#7467) by @katherinehhh
-
[Action: Import records]
-
[Workflow]
- Fix the issue where the detail popup was not displayed due to an incorrect route configuration in the tasks center (#7452) by @mytharcher
- Complete the options for automatically deleting workflow execution status (#7436) by @mytharcher
- Fix issues related to the mobile menu in the workflow tasks (#7419) by @mytharcher
[File manager] Fix the error when editing the
storage
field in the file collection. (#7393) by @mytharcher[Workflow: Parallel node] Fix the issue where incorrect status determination in parallel branch nodes under the "Run all branch" mode caused premature completion (#7445) by @mytharcher
[Workflow: Custom action event] Fix the issue where custom action events cannot be manually executed immediately after initialization by @mytharcher
[Action: Import records Pro] Fixed unexpected update result when using string primary key in xlsx import. by @aaaaaajie
[Workflow: Subflow] Fix the issue of subprocesses being resumed and executed multiple times by @mytharcher
-
[Workflow: Approval]
- Add the status variable for custom templates in approval completion notifications by @mytharcher
- For users who are not the current approver, the corresponding view button in the process flow table will not be displayed by @mytharcher
About NocoBase
NocoBase is a private, open-source, no-code platform offering total control and infinite scalability. It empowers teams to adapt quickly to changes while significantly reducing costs. Avoid years of development and substantial investment by deploying NocoBase in minutes.
Discover NocoBase in 3 Minutes!
Top comments (0)