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.
main
v1.8.29
Release date: 2025-10-15
🚀 Improvements
- [Workflow: Approval] Refactor branch configuration to adapt to kernel changes by @mytharcher
🐛 Bug Fixes
- [Workflow: Approval] Fix the issue of migration script errors due to non-existent tables when the application is not installed by @mytharcher
v1.8.28
Release date: 2025-10-14
🚀 Improvements
- [client] In order to get more accurate MIME type of file, use
mime
package to detect MIME type of file in client (#7551) by @mytharcher - [Workflow]
- [Workflow: Loop node] Support to limit the maximum number of cycles for loop nodes through environment variables (#7543) by @mytharcher
- [Workflow: Approval] Add print button to detail popup in custom approval blocks by @mytharcher
🐛 Bug Fixes
- [client]
- [Public forms] Fix the issue where the upload rules for file fields in public forms were incorrect (#7553) by @mytharcher
- [Calendar] fix data query issue caused by unique identifier in calendar block (#7562) by @katherinehhh
- [Auth: LDAP] Fix LDAP bind failure with non-ASCII (UTF-8) DNs in Active Directory by @2013xile
next
v1.9.0-beta.12
Release date: 2025-10-11
🐛 Bug Fixes
- [server] Primary key migration error (#7568) by @2013xile
- [Calendar] fix data query issue caused by unique identifier in calendar block (#7562) by @katherinehhh
develop
v2.0.0-alpha.8
Release date: 2025-10-14
🎉 New Features
- [AI employees] Improve web search function of plugin-ai (#7580) by @cgyrock
🚀 Improvements
- [client] In order to get more accurate MIME type of file, use
mime
package to detect MIME type of file in client (#7551) by @mytharcher - [flow-engine]
- support popup variable (#7583) by @gchust
- Enhance the code editing experience with richer snippets and context-aware code completions for various scenarios (#7559) by @gchust
- Standardized automatic workflows to be consistently triggered by the “beforeRender” event, ensuring predictable and unified operation across processes. (#7577) by @gchust
- [Workflow] Add
keepBranch
option when deleting node (#7571) by @mytharcher - [Data visualization] Expand chart types; Optimize UI and interactive experience. (#7581) by @heziqiang
- [Workflow: Approval] Refactor branch configuration to adapt to kernel changes by @mytharcher
🐛 Bug Fixes
- [client]
- [Workflow: Approval] Fix the issue of migration script errors due to non-existent tables when the application is not installed by @mytharcher
- [Auth: LDAP] Fix LDAP bind failure with non-ASCII (UTF-8) DNs in Active Directory by @2013xile
v2.0.0-alpha.7
Release date: 2025-10-13
🎉 New Features
- [client] Add “Current device type” variable (#7576) by @zhangzhonghe
v2.0.0-alpha.6
Release date: 2025-10-11