新增结构化 AI 使用记录:开源无代码 / 低代码平台 NocoBase

汇总一周产品更新日志,最新发布可前往 [我们的博客](https://www.nocobase.com/cn/blog/timeline) 查看。
**NocoBase 目前更新包括三个分支:** `main`、`next` 和 `develop`。

`main`:截至目前最稳定的版本,推荐安装此版本。
`next`:包含即将发布的新功能,经过初步测试的版本,可能存在部分已知或未知问题。主要面向测试用户,用于收集反馈和进一步优化功能。适合愿意提前体验新功能并提供反馈的测试用户。
`develop`:开发中的版本,包含最新的功能代码,可能尚未完成或存在较多不稳定因素,主要用于内部开发和快速迭代。适合对产品功能前沿发展感兴趣的技术用户,但可能存在较多问题或不完整功能,不建议在生产环境中使用。
## main

### v2.1.23
*发布日期: 2026-07-10*
### 🐛 修复
- **[client-v2]**
- 修复 v2 扫码录入在 Safari 中选择上传二维码图片时识别失败的问题。 ([#10011](https://github.com/nocobase/nocobase/pull/10011)) by @katherinehhh
- 修复 `webpack_public_path` 以不带尾随 `/` 的形式注入时客户端运行时静态资源基础路径归一化不一致的问题,并补充了该边界场景的测试覆盖。 ([#10040](https://github.com/nocobase/nocobase/pull/10040)) by @chenos
- 修复表格区块按钮联动规则翻页后可能存在状态污染。 ([#10038](https://github.com/nocobase/nocobase/pull/10038)) by @gchust
- **[app]** 修复 `CDN_BASE_URL` 为空时异步资源错误使用外部脚本地址的问题。 ([#10052](https://github.com/nocobase/nocobase/pull/10052)) by @Molunerfinn
- **[flow-engine]** 修复 JS bock 中覆盖 ctx.api 会造成 Maximum call stack size exceeded 的问题。 ([#10051](https://github.com/nocobase/nocobase/pull/10051)) by @gchust
- **[工作流:延时节点]** 阻止通过 API 为延时节点设置小于 1 的数值时长 ([#10057](https://github.com/nocobase/nocobase/pull/10057)) by @mytharcher
- **[表单草稿]** 修复表单草稿在连续刷新页面后丢失的问题 ([#10059](https://github.com/nocobase/nocobase/pull/10059)) by @gchust
- **[数据源:主数据库]** 禁止保存无效的多对多关系字段配置 ([#10044](https://github.com/nocobase/nocobase/pull/10044)) by @2013xile
- **[数据表:树]** 修复树路径集合创建时将内部字段模型元数据传入集合配置的问题。 ([#10035](https://github.com/nocobase/nocobase/pull/10035)) by @cgyrock
- **[工作流]** 修复子流程在目标工作流执行记录创建前失败时父节点可能一直等待的问题 ([#10043](https://github.com/nocobase/nocobase/pull/10043)) by @mytharcher
### v2.1.22
*发布日期: 2026-07-09*
### 🐛 修复
- **[client-v2]**
- 修复筛选表单关系字段显示默认操作符配置的问题 ([#10025](https://github.com/nocobase/nocobase/pull/10025)) by @zhangzhonghe
- 修复手机端表格快速编辑和选择字段弹窗底部间距问题 ([#10020](https://github.com/nocobase/nocobase/pull/10020)) by @zhangzhonghe
- **[cli]** 修复了 NocoBase CLI 在镜像仓库回退、内置数据库镜像、环境信息显示和提示默认值初始化方面的问题。 ([#10027](https://github.com/nocobase/nocobase/pull/10027)) by @chenos
- **[用户认证]** 修复重置密码链接打开后进入登录页的问题 ([#10006](https://github.com/nocobase/nocobase/pull/10006)) by @zhangzhonghe
### v2.1.21
*发布日期: 2026-07-08*
### 🎉 新功能
- **[AI 员工]** 新增 OrcaRouter 作为 LLM 提供商。 ([#10003](https://github.com/nocobase/nocobase/pull/10003)) by @jinhaosong-source
### 🚀 优化
- **[工作流]** 移除条件节点中基础运算引擎的算术运算操作符 ([#10019](https://github.com/nocobase/nocobase/pull/10019)) by @mytharcher
### 🐛 修复
- **[client-v2]**
- 修复运行态编辑弹窗切换记录时联动字段状态残留的问题。 ([#10010](https://github.com/nocobase/nocobase/pull/10010)) by @katherinehhh
- 修复筛选表单关系字段设置默认值后无法被清空的问题。 ([#10022](https://github.com/nocobase/nocobase/pull/10022)) by @gchust
- **[文件管理器]** 上传文件时拒绝未被存储 MIME type 规则显式允许的主动内容文件名。 ([#10021](https://github.com/nocobase/nocobase/pull/10021)) by @mytharcher 参考文档:[本地存储](https://docs.nocobase.com/cn/file-manager/storage/local), [安全指南](https://docs.nocobase.com/cn/security/guide)
- **[数据源管理]** 在 V2 数据表新增字段菜单中隐藏历史的附件字段接口。 ([#10018](https://github.com/nocobase/nocobase/pull/10018)) by @katherinehhh
### v2.1.20
*发布日期: 2026-07-07*
### 🚀 优化
- **[cli]** 改进 Docker CLI 安装体验,支持配置默认的 NocoBase 镜像仓库和变体,修复代理与 `no-nginx` 镜像端口兼容性,并补充 Docker Nginx/Caddy 安装文档。 ([#9972](https://github.com/nocobase/nocobase/pull/9972)) by @chenos
- 重构 CLI 的 setup 启动流程以复用 `nb app start`,统一 API base path 的重定向行为,持久化 env 的共享代理默认配置,并在 Docker 代理端口变化时自动重建容器。 ([#9997](https://github.com/nocobase/nocobase/pull/9997)) by @chenos
### 🐛 修复
- **[client-v2]**
- 修复生产环境下 Vditor 静态资源加载路径,改为基于实际生效的 webpack public path 解析插件 CDN 路径。 ([#10008](https://github.com/nocobase/nocobase/pull/10008)) by @chenos
- 修复切换页面时可能出现无法利用快捷编辑切换下拉选项的问题。 ([#10007](https://github.com/nocobase/nocobase/pull/10007)) by @gchust
### next

### v2.2.0-beta.13
*发布日期: 2026-07-12*
### 🐛 修复
- **[Redis worker ID 分配器]** 修复未配置 Worker ID Redis 时单机模式无法启动的问题 by @2013xile
### v2.2.0-beta.12
*发布日期: 2026-07-11*
### 🐛 修复
- **[server]** 修复未启用多应用插件时自定义工作区不显示的问题 ([#10055](https://github.com/nocobase/nocobase/pull/10055)) by @2013xile
- **[app]** 修复 Redis 缓存配置忽略专用缓存地址的问题 ([#10065](https://github.com/nocobase/nocobase/pull/10065)) by @2013xile
- **[Redis worker ID 分配器]** 改进 Redis Worker ID 隔离与故障诊断 by @2013xile
### develop

### v2.2.0-alpha.8
*发布日期: 2026-07-13*
### 🎉 新特性
- **[公开表单]** 在 v1 公开表单中支持创建 v2 的表单,禁止创建 v1 的表单 ([#10045](https://github.com/nocobase/nocobase/pull/10045)) by @zhangzhonghe
### 🚀 优化
- **[工作流]** 工作流 v2 画布中暂不支持的节点现在会保留普通节点卡片操作,并将节点类型显示为暂不支持 ([#10054](https://github.com/nocobase/nocobase/pull/10054)) by @mytharcher
- **[前端流引擎]** UI 搭建 API 支持多工作区 ([#10072](https://github.com/nocobase/nocobase/pull/10072)) by @gchust
- **[AI 员工]** 改进 AI 员工工具设置、数据查询约束、关联字段查询,以及异常工具调用的诊断信息保留 ([#10042](https://github.com/nocobase/nocobase/pull/10042)) by @cgyrock
- **[数据表: SQL]** 非用户可见变更;为已迁移插件补充 client-v2 单元测试覆盖 ([#9967](https://github.com/nocobase/nocobase/pull/9967)) by @katherinehhh
---
原文链接:[点击查看](https://www.oschina.net/news/471685)
汇总一周产品更新日志,最新发布可前往 [我们的博客](https://www.nocobase.com/cn/blog/timeline) 查看。
**NocoBase 目前更新包括三个分支:** `main`、`next` 和 `develop`。

`main`:截至目前最稳定的版本,推荐安装此版本。
`next`:包含即将发布的新功能,经过初步测试的版本,可能存在部分已知或未知问题。主要面向测试用户,用于收集反馈和进一步优化功能。适合愿意提前体验新功能并提供反馈的测试用户。
`develop`:开发中的版本,包含最新的功能代码,可能尚未完成或存在较多不稳定因素,主要用于内部开发和快速迭代。适合对产品功能前沿发展感兴趣的技术用户,但可能存在较多问题或不完整功能,不建议在生产环境中使用。
## main

### v2.1.23
*发布日期: 2026-07-10*
### 🐛 修复
- **[client-v2]**
- 修复 v2 扫码录入在 Safari 中选择上传二维码图片时识别失败的问题。 ([#10011](https://github.com/nocobase/nocobase/pull/10011)) by @katherinehhh
- 修复 `webpack_public_path` 以不带尾随 `/` 的形式注入时客户端运行时静态资源基础路径归一化不一致的问题,并补充了该边界场景的测试覆盖。 ([#10040](https://github.com/nocobase/nocobase/pull/10040)) by @chenos
- 修复表格区块按钮联动规则翻页后可能存在状态污染。 ([#10038](https://github.com/nocobase/nocobase/pull/10038)) by @gchust
- **[app]** 修复 `CDN_BASE_URL` 为空时异步资源错误使用外部脚本地址的问题。 ([#10052](https://github.com/nocobase/nocobase/pull/10052)) by @Molunerfinn
- **[flow-engine]** 修复 JS bock 中覆盖 ctx.api 会造成 Maximum call stack size exceeded 的问题。 ([#10051](https://github.com/nocobase/nocobase/pull/10051)) by @gchust
- **[工作流:延时节点]** 阻止通过 API 为延时节点设置小于 1 的数值时长 ([#10057](https://github.com/nocobase/nocobase/pull/10057)) by @mytharcher
- **[表单草稿]** 修复表单草稿在连续刷新页面后丢失的问题 ([#10059](https://github.com/nocobase/nocobase/pull/10059)) by @gchust
- **[数据源:主数据库]** 禁止保存无效的多对多关系字段配置 ([#10044](https://github.com/nocobase/nocobase/pull/10044)) by @2013xile
- **[数据表:树]** 修复树路径集合创建时将内部字段模型元数据传入集合配置的问题。 ([#10035](https://github.com/nocobase/nocobase/pull/10035)) by @cgyrock
- **[工作流]** 修复子流程在目标工作流执行记录创建前失败时父节点可能一直等待的问题 ([#10043](https://github.com/nocobase/nocobase/pull/10043)) by @mytharcher
### v2.1.22
*发布日期: 2026-07-09*
### 🐛 修复
- **[client-v2]**
- 修复筛选表单关系字段显示默认操作符配置的问题 ([#10025](https://github.com/nocobase/nocobase/pull/10025)) by @zhangzhonghe
- 修复手机端表格快速编辑和选择字段弹窗底部间距问题 ([#10020](https://github.com/nocobase/nocobase/pull/10020)) by @zhangzhonghe
- **[cli]** 修复了 NocoBase CLI 在镜像仓库回退、内置数据库镜像、环境信息显示和提示默认值初始化方面的问题。 ([#10027](https://github.com/nocobase/nocobase/pull/10027)) by @chenos
- **[用户认证]** 修复重置密码链接打开后进入登录页的问题 ([#10006](https://github.com/nocobase/nocobase/pull/10006)) by @zhangzhonghe
### v2.1.21
*发布日期: 2026-07-08*
### 🎉 新功能
- **[AI 员工]** 新增 OrcaRouter 作为 LLM 提供商。 ([#10003](https://github.com/nocobase/nocobase/pull/10003)) by @jinhaosong-source
### 🚀 优化
- **[工作流]** 移除条件节点中基础运算引擎的算术运算操作符 ([#10019](https://github.com/nocobase/nocobase/pull/10019)) by @mytharcher
### 🐛 修复
- **[client-v2]**
- 修复运行态编辑弹窗切换记录时联动字段状态残留的问题。 ([#10010](https://github.com/nocobase/nocobase/pull/10010)) by @katherinehhh
- 修复筛选表单关系字段设置默认值后无法被清空的问题。 ([#10022](https://github.com/nocobase/nocobase/pull/10022)) by @gchust
- **[文件管理器]** 上传文件时拒绝未被存储 MIME type 规则显式允许的主动内容文件名。 ([#10021](https://github.com/nocobase/nocobase/pull/10021)) by @mytharcher 参考文档:[本地存储](https://docs.nocobase.com/cn/file-manager/storage/local), [安全指南](https://docs.nocobase.com/cn/security/guide)
- **[数据源管理]** 在 V2 数据表新增字段菜单中隐藏历史的附件字段接口。 ([#10018](https://github.com/nocobase/nocobase/pull/10018)) by @katherinehhh
### v2.1.20
*发布日期: 2026-07-07*
### 🚀 优化
- **[cli]** 改进 Docker CLI 安装体验,支持配置默认的 NocoBase 镜像仓库和变体,修复代理与 `no-nginx` 镜像端口兼容性,并补充 Docker Nginx/Caddy 安装文档。 ([#9972](https://github.com/nocobase/nocobase/pull/9972)) by @chenos
- 重构 CLI 的 setup 启动流程以复用 `nb app start`,统一 API base path 的重定向行为,持久化 env 的共享代理默认配置,并在 Docker 代理端口变化时自动重建容器。 ([#9997](https://github.com/nocobase/nocobase/pull/9997)) by @chenos
### 🐛 修复
- **[client-v2]**
- 修复生产环境下 Vditor 静态资源加载路径,改为基于实际生效的 webpack public path 解析插件 CDN 路径。 ([#10008](https://github.com/nocobase/nocobase/pull/10008)) by @chenos
- 修复切换页面时可能出现无法利用快捷编辑切换下拉选项的问题。 ([#10007](https://github.com/nocobase/nocobase/pull/10007)) by @gchust
### next

### v2.2.0-beta.13
*发布日期: 2026-07-12*
### 🐛 修复
- **[Redis worker ID 分配器]** 修复未配置 Worker ID Redis 时单机模式无法启动的问题 by @2013xile
### v2.2.0-beta.12
*发布日期: 2026-07-11*
### 🐛 修复
- **[server]** 修复未启用多应用插件时自定义工作区不显示的问题 ([#10055](https://github.com/nocobase/nocobase/pull/10055)) by @2013xile
- **[app]** 修复 Redis 缓存配置忽略专用缓存地址的问题 ([#10065](https://github.com/nocobase/nocobase/pull/10065)) by @2013xile
- **[Redis worker ID 分配器]** 改进 Redis Worker ID 隔离与故障诊断 by @2013xile
### develop

### v2.2.0-alpha.8
*发布日期: 2026-07-13*
### 🎉 新特性
- **[公开表单]** 在 v1 公开表单中支持创建 v2 的表单,禁止创建 v1 的表单 ([#10045](https://github.com/nocobase/nocobase/pull/10045)) by @zhangzhonghe
### 🚀 优化
- **[工作流]** 工作流 v2 画布中暂不支持的节点现在会保留普通节点卡片操作,并将节点类型显示为暂不支持 ([#10054](https://github.com/nocobase/nocobase/pull/10054)) by @mytharcher
- **[前端流引擎]** UI 搭建 API 支持多工作区 ([#10072](https://github.com/nocobase/nocobase/pull/10072)) by @gchust
- **[AI 员工]** 改进 AI 员工工具设置、数据查询约束、关联字段查询,以及异常工具调用的诊断信息保留 ([#10042](https://github.com/nocobase/nocobase/pull/10042)) by @cgyrock
- **[数据表: SQL]** 非用户可见变更;为已迁移插件补充 client-v2 单元测试覆盖 ([#9967](https://github.com/nocobase/nocobase/pull/9967)) by @katherinehhh
---
原文链接:[点击查看](https://www.oschina.net/news/471685)
评论
暂无评论。