v2.0.45
stepfun-ai/Step-Audiov2.0.45Apr 27, 2026by nocobase[bot]
AI Summary
Upgraded Docker images and workflow JavaScript sandbox to Node.js 22 compatibility, fixed AI employee system prompt variable issues, and resolved multiple bugs in license settings and record import functionality.
Key Highlights
- Upgraded Docker images and Node.js 22 compatibility for workflows
- Fixed AI employee system prompt variables not taking effect
- Fixed import xlsx failures with header matching errors
- Fixed knowledge base document deletion removing associated vector data
Full Release Notes
### 🚀 Improvements - **[Workflow: JavaScript]** Upgrade Docker images, CI workflows, and the workflow JavaScript sandbox dependency for Node.js 22 compatibility. ([#9245](https://github.com/nocobase/nocobase/pull/9245)) by @Molunerfinn ### 🐛 Bug Fixes - **[AI employees]** Fixed the issue where variables in the system prompt of AI employees did not take effect ([#9256](https://github.com/nocobase/nocobase/pull/9256)) by @cgyrock - **[License settings]** update license save success message ([#9251](https://github.com/nocobase/nocobase/pull/9251)) by @jiannx - **[Action: Import records]** Fix the issue where import xlsx failed and throw no header matched error ([#9253](https://github.com/nocobase/nocobase/pull/9253)) by @mytharcher - **[Action: Import records Pro]** Fix the issue where import xlsx failed and throw no header matched error by @mytharcher - **[AI: Knowledge base]** Fix issue where deleting knowledge base documents did not delete associated vector data by @cgyrock