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.9.33
Release date: 2026-01-04
🎉 New Features
- [client] Support plugin-defined maintenance components when the app enters maintenance status (#8252) by @cgyrock
- [File manager] Support file renaming method configuration (#8231) by @JAVA-LW
- [File storage: S3(Pro)] Add rename mode option for S3 Pro storage by @mytharcher
🚀 Improvements
- [Migration manager] Improved migration checks, SQL download support, log formatting, and execution process visibility by @cgyrock
🐛 Bug Fixes
-
[database]
-
[client] Fix the issue where error thrown in in filter form block settings of m2m field (#8282) by @mytharcher
-
[Async task manager] Fix language of canceling background task (#8245) by @mytharcher
-
[File manager] Fix the issue where error thrown when upload file larger than 5MB to AWS S3 (#8275) by @mytharcher
-
[Workflow] Fixed database events becoming invalid after refreshing the external data source (#8207) by @cgyrock
-
[Collection: Tree] Update paths after bulk creating tree collection nodes (#8267) by @2013xile
-
[Data source: External PostgreSQL] Fixed database events becoming invalid after refreshing the external data source by @cgyrock
-
[Data source: External Oracle] Fixed database events becoming invalid after refreshing the external data source by @cgyrock
next

v2.0.0-beta.6
Release date: 2026-01-07
🚀 Improvements
- [Workflow: Approval] Simplify parameters in query, and improve performance by @mytharcher
🐛 Bug Fixes
- [sdk] Improve token sharing implementation (#8357) by @chenos
- [client] fix association fields from external data sources not loading association data in form blocks (#8356) by @katherinehhh
- [Workflow: Loop node] Fix the issue where failed node in condition branch cannot pass status to upper branching node (#8360) by @mytharcher
- [Access control] Allow association fields to associate using the target keys (#8352) by @2013xile
- [Workflow: Webhook] Fix the issue where 404 error thrown when post to webhook URL in sub-app by @mytharcher
- [Email manager] Fix Outlook reply link occasionally disconnected by @jiannx
v2.0.0-beta.5
Release date: 2026-01-06
🚀 Improvements
- [client] Auto-resize textarea in AI edit task form. (#8350) by @heziqiang
- [Workflow: Approval] Add repair logic for sync audiences after migration by @mytharcher
🐛 Bug Fixes
- [client] Fixed an issue where field and action permissions were not recalculated after pagination in details, list, and form blocks. (#8336) by @gchust
- [Workflow: Approval] Fix build error caused by missed dependencies by @mytharcher
v2.0.0-beta.4
Release date: 2026-01-05
🐛 Bug Fixes
- [Action: Import records] Fix incorrect error message when a unique constraint error is triggered during async XLSX import (#8342) by @cgyrock
- [Action: Export records Pro] Fix error when sub-applications execute async import/export tasks while the main application does not enable the import/export pro plugin by @cgyrock
- [Email manager] show reply all button and data scope supports filtering child messages. by @jiannx
v2.0.0-beta.3
Release date: 2026-01-05
🚀 Improvements
- [Access control] Improve permission checks when modifying nested association fields (#7856) by @2013xile
🐛 Bug Fixes
- [client] Fix the issue where association fields are not correct in
FilterActioncomponent (#8295) by @mytharcher - [Data source: Main] View collection metadata should include source field options (#8337) by @2013xile
- [Workflow: Approval] Fix the issue where filter fields not work correctly in tasks center by @mytharcher
v2.0.0-beta.2
Release date: 2026-01-04
🐛 Bug Fixes
- [flow-engine] Fix an issue where state pollution could occur when opening popups multiple times. (#8327) by @gchust
- [database] Fix object
appendsinOptionsParser, and increasearrayLimitfor parameters (#8328) by @mytharcher
develop

v2.0.0-alpha.63
Release date: 2026-01-07
🚀 Improvements
-
[client]
-
[Workflow: Approval]
- Add repair logic for sync audiences after migration by @mytharcher
- Simplify parameters in query, and improve performance by @mytharcher
🐛 Bug Fixes
-
[client]
-
[sdk] Improve token sharing implementation (#8357) by @chenos
-
[Access control] Allow association fields to associate using the target keys (#8352) by @2013xile
-
[Workflow: Loop node] Fix the issue where failed node in condition branch cannot pass status to upper branching node (#8360) by @mytharcher
-
[Workflow: Webhook] Fix the issue where 404 error thrown when post to webhook URL in sub-app by @mytharcher
-
[Workflow: Approval] Fix build error caused by missed dependencies by @mytharcher
-
[Email manager] Fix Outlook reply link occasionally disconnected by @jiannx
v2.0.0-alpha.62
Release date: 2026-01-05
🚀 Improvements
- [Access control] Improve permission checks when modifying nested association fields (#7856) by @2013xile
🐛 Bug Fixes
-
[client]
-
[flow-engine] Fix an issue where state pollution could occur when opening popups multiple times. (#8327) by @gchust
-
[database] Fix object
appendsinOptionsParser, and increasearrayLimitfor parameters (#8328) by @mytharcher -
[Action: Import records] Fix incorrect error message when a unique constraint error is triggered during async XLSX import (#8342) by @cgyrock
-
[Data source: Main] View collection metadata should include source field options (#8337) by @2013xile
-
[Action: Export records Pro] Fix error when sub-applications execute async import/export tasks while the main application does not enable the import/export pro plugin by @cgyrock
-
[Workflow: Approval] Fix the issue where filter fields not work correctly in tasks center by @mytharcher
-
[Email manager] show reply all button and data scope supports filtering child messages. by @jiannx
v2.0.0-alpha.59
Release date: 2025-12-25
🚀 Improvements
- [flow-engine]
🐛 Bug Fixes
- [client] Fix stack overflow caused by infinite loop in display association fields lazy loading (#8262) by @zhangzhonghe