NocoBase Weekly Updates: Optimization and Bug Fixes

This weekโ€™s updates include: support for filtering workflows by more fields, addition of the environment variable to control audit log output methods, and more.

NocoBase team |

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.

version.png

  • 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

main.png

v1.7.9

Release date: 2025-06-11

๐Ÿ› Bug Fixes

  • [client] Fix block error issues (#7048) by @gchust

v1.7.8

Release date: 2025-06-10

๐ŸŽ‰ New Features

  • [Audit logs] Add the environment variable AUDIT_LOGGER_TRANSPORT to control the audit log output method by @2013xile

๐Ÿš€ Improvements

  • [Calendar] support setting week start day in calendar block (#7032) by @katherinehhh
  • [Collection field: Many to many (array)] Permission-related errors when displaying many-to-many(many) fields in data tables. (#7028) by @aaaaaajie

๐Ÿ› Bug Fixes

  • [client]

    • auto-closing issue when configuring fields in the secondary popup form (#7042) by @katherinehhh
    • select field options not working in filter form linkage rules (#7035) by @katherinehhh
    • Filter form validation rules cause the filter button to become ineffective (#6975) by @zhangzhonghe
    • Fix fields not displaying in block templates caused by duplicate API requests (#6985) by @zhangzhonghe
  • [Action: Import records] Fix child table import failurewhen relational fields are involved (#7039) by @aaaaaajie

  • [Data visualization] Checkbox group fields in charts should display labels instead of raw values (#7033) by @2013xile

  • [Workflow] Fix error thrown in manual execute action when trigger not configured correctly (#7036) by @mytharcher

  • [Workflow: Approval]

    • To avoid undefined field error by @mytharcher
    • Fix API error when refresh detail page by @mytharcher
  • [WeCom] Add check for callback path in gateway middleware by @2013xile

v1.7.6

Release date: 2025-06-09

๐Ÿš€ Improvements

  • [client] Prohibit moving a group menu into itself (#7005) by @zhangzhonghe

๐Ÿ› Bug Fixes

  • [client]

    • Resolved an issue where block failed to read view data from external data sources. (#7017) by @aaaaaajie
    • Fix the filter block parameter error issue (#6966) by @zhangzhonghe
    • Current object variable is invalid in linkage rules (#7008) by @zhangzhonghe
    • Unable to clear the required field indicator of sub-table using linkage rules (#7022) by @zhangzhonghe
  • [undefined] Remove database dependency for possibleTypes, enforce API-driven configuration by @aaaaaajie

  • [Mobile] Optimize mobile popup lag issues (#7029) by @zhangzhonghe

  • [Data source manager] Remove database dependency for possibleTypes, enforce API-driven configuration (#7019) by @aaaaaajie

  • [Action: Import records] Fixed errors occurring during batch editing when importing XLSX tree table data (#7013) by @aaaaaajie

  • [Workflow] Fix UI error when workflow not exists (#7023) by @mytharcher

  • [Workflow: JavaScript] Fix require for relative path by @mytharcher

  • [Workflow: Approval]

    • Fix error thrown when workflow deleted by @mytharcher
    • Reload file association from snapshot to avoid URL expires by @mytharcher
    • Fix trigger variables by @mytharcher

v1.7.5

Release date: 2025-06-07

๐Ÿ› Bug Fixes

  • [client] Use independent variable scope for each field (#7012) by @mytharcher
  • [database] fix: add missing creator and updater fields in import xlsx (#7011) by @aaaaaajie
  • [Workflow] Fix collection event on create or update mode not triggering when create without changed field (#7015) by @mytharcher
  • [Action: Export records Pro] Fix the error that occurs when exporting attachments with conditions. by @aaaaaajie

v1.7.4

Release date: 2025-06-07

๐Ÿ› Bug Fixes

  • [client]

    • Association fields shows sub-table and sub-form on hover in read-pretty mode (#7002) by @zhangzhonghe
    • markdown block linkage rules not working when triggered by popup action (#7007) by @katherinehhh
  • [Localization] Resolve error caused by empty texts (#7010) by @2013xile

  • [Async task manager] Fixed multiple execution issue during async import (#7006) by @aaaaaajie

  • [Action: Export records Pro] Fixed multiple execution issue during async import by @aaaaaajie

  • [Workflow: Approval] Fix delegated approval can not continue when approved by others by @mytharcher

v1.7.3

Release date: 2025-06-06

๐Ÿš€ Improvements

  • [Workflow] Support to filter more fields of workflow (#6995) by @mytharcher

๐Ÿ› Bug Fixes

  • [client]
    • switching page in subtable of detail block within modal triggers unsaved changes warning (#7004) by @katherinehhh
    • missing field title when setting a variable in the assignment component (#7001) by @katherinehhh
    • field style linkage rules not working (#7003) by @katherinehhh

v1.7.2

Release date: 2025-06-05

๐Ÿš€ Improvements

  • [Action: Batch edit] Use filterByTk instead of filter under selected mode (#6994) by @mytharcher
  • [Action: Import records Pro] Optimze performance issues when processing large XLSX files (high-row/column datasets), preventing system crashes or freezes. by @aaaaaajie

๐Ÿ› Bug Fixes

  • [client]

    • missing field title in assignedField component (#6987) by @katherinehhh
    • The last menu item cannot be selected in the move menu list (#6997) by @zhangzhonghe
  • [Workflow]

    • Fix filter not updated when switching categories tabs (#6989) by @mytharcher
    • Fix workflow stats not auto created (#6993) by @mytharcher

next

next.png

v1.8.0-beta.5

Release date: 2025-06-07

๐Ÿš€ Improvements

  • [Workflow] Support to filter more fields of workflow (#6995) by @mytharcher

๐Ÿ› Bug Fixes

  • [client]

    • markdown block linkage rules not working when triggered by popup action (#7007) by @katherinehhh
    • Association fields shows sub-table and sub-form on hover in read-pretty mode (#7002) by @zhangzhonghe
    • field style linkage rules not working (#7003) by @katherinehhh
    • missing field title when setting a variable in the assignment component (#7001) by @katherinehhh
    • switching page in subtable of detail block within modal triggers unsaved changes warning (#7004) by @katherinehhh
  • [Async task manager] Fixed multiple execution issue during async import (#7006) by @aaaaaajie

  • [Localization] Resolve error caused by empty texts (#7010) by @2013xile

  • [Action: Export records Pro] Fixed multiple execution issue during async import by @aaaaaajie

  • [Workflow: Approval] Fix delegated approval can not continue when approved by others by @mytharcher

v1.8.0-beta.4

Release date: 2025-06-05

๐Ÿš€ Improvements

  • [Action: Batch edit] Use filterByTk instead of filter under selected mode (#6994) by @mytharcher
  • [Action: Import records Pro] Optimze performance issues when processing large XLSX files (high-row/column datasets), preventing system crashes or freezes. by @aaaaaajie

๐Ÿ› Bug Fixes

  • [client]

    • missing field title in assignedField component (#6987) by @katherinehhh
    • The last menu item cannot be selected in the move menu list (#6997) by @zhangzhonghe
  • [Workflow]

    • Fix filter not updated when switching categories tabs (#6989) by @mytharcher
    • Fix workflow stats not auto created (#6993) by @mytharcher

develop

develop.png

v1.8.0-alpha.4

Release date: 2025-06-07

๐Ÿš€ Improvements

  • [Workflow] Support to filter more fields of workflow (#6995) by @mytharcher
  • [Email manager] supports the default sending value in pop-up, supports fuzzy search for recipients, and fixes problems by @jiannx

๐Ÿ› Bug Fixes

  • [database] fix: add missing creator and updater fields in import xlsx (#7011) by @aaaaaajie

  • [client]

    • missing field title when setting a variable in the assignment component (#7001) by @katherinehhh
    • Association fields shows sub-table and sub-form on hover in read-pretty mode (#7002) by @zhangzhonghe
    • markdown block linkage rules not working when triggered by popup action (#7007) by @katherinehhh
    • switching page in subtable of detail block within modal triggers unsaved changes warning (#7004) by @katherinehhh
    • field style linkage rules not working (#7003) by @katherinehhh
  • [Async task manager] Fixed multiple execution issue during async import (#7006) by @aaaaaajie

  • [Localization] Resolve error caused by empty texts (#7010) by @2013xile

  • [Action: Export records Pro] Fixed multiple execution issue during async import by @aaaaaajie

  • [Workflow: Approval] Fix delegated approval can not continue when approved by others by @mytharcher

  • [Email manager]

    • multiple primary keys for table โ€œmailmessagelabels_mailmessagesโ€ by @jiannx
    • setting pop-up not to display by @jiannx
    • mail fuzzy search to make unique filters by @jiannx
    • recipient fuzzy search supports associated fields by @jiannx
    • add the โ€œidโ€ field to the mailmessagelabelsMailmessages by @jiannx

v1.8.0-alpha.3

Release date: 2025-06-06

๐Ÿš€ Improvements

  • [Action: Batch edit] Use filterByTk instead of filter under selected mode (#6994) by @mytharcher
  • [Action: Import records Pro] Optimze performance issues when processing large XLSX files (high-row/column datasets), preventing system crashes or freezes. by @aaaaaajie

๐Ÿ› Bug Fixes

  • [client]

    • missing field title in assignedField component (#6987) by @katherinehhh
    • The last menu item cannot be selected in the move menu list (#6997) by @zhangzhonghe
    • The content displayed incorrectly on pages opened through popup links (#6990) by @zhangzhonghe
  • [Workflow]

    • Fix filter not updated when switching categories tabs (#6989) by @mytharcher
    • Fix workflow stats not auto created (#6993) by @mytharcher
× View Image