新增默认空间配置,新用户自动加入默认空间:开源无代码 / 低代码平台 NocoBase

汇总一周产品更新日志,最新发布可前往[我们的博客](https://www.nocobase.com/cn/blog/timeline)查看。
**NocoBase 目前更新包括三个分支:**
- `main`:截至目前最稳定的版本,推荐安装此版本。
- `next`:包含即将发布的新功能,经过初步测试的版本,可能存在部分已知或未知问题。主要面向测试用户,用于收集反馈和进一步优化功能。适合愿意提前体验新功能并提供反馈的测试用户。
- `develop`:开发中的版本,包含最新的功能代码,可能尚未完成或存在较多不稳定因素,主要用于内部开发和快速迭代。适合对产品功能前沿发展感兴趣的技术用户,但可能存在较多问题或不完整功能,不建议在生产环境中使用。
## `main`

### v2.1.41
*发布日期: 2026-08-16*
### 🚀 优化
- **[lock-manager]** 新增本地锁租约续期能力,并确保通过 tryAcquire 获取的锁在复用和异常场景下安全释放 ([#10368](https://github.com/nocobase/nocobase/pull/10368)) by @jiannx
- **[Redis 分布式锁适配器]** 新增 Redis 锁租约续期能力,并确保可复用锁句柄在竞争和异常场景下安全释放 by @jiannx
### 🐛 修复
- **[文件管理器]** 修复单值字段选择已有文件时需要额外提交的问题 ([#10372](https://github.com/nocobase/nocobase/pull/10372)) by @zhangzhonghe
- **[数据表字段:Markdown(Vditor)]** 修复 v2 详情区块中 Markdown HTML 预览在暗黑主题下显示异常的问题。 ([#10370](https://github.com/nocobase/nocobase/pull/10370)) by @katherinehhh
- **[数据表字段:加密]** 修复集合包含加密字段时批量导入报错 `model.changed is not a function` 的问题 by @cgyrock
- **[工作流:Webhook 触发器]** 修复未填写请求头时手动执行 Webhook 工作流返回 400 错误的问题 by @mytharcher
### v2.1.40
*发布日期: 2026-08-14*
### 🚀 优化
- **[区块:树]** 树筛选区块现已支持配置默认排序。 ([#10339](https://github.com/nocobase/nocobase/pull/10339)) by @jiannx
### 🐛 修复
- **[client-v2]**
- 修复筛选表单在 UI 编辑模式下自动刷新数据的问题 ([#10356](https://github.com/nocobase/nocobase/pull/10356)) by @zhangzhonghe
- v2 筛选表单中的树形关系字段默认使用级联选择 ([#10357](https://github.com/nocobase/nocobase/pull/10357)) by @zhangzhonghe
- 修复移动端单选关联字段再次点击已选记录后无法清空的问题 ([#10346](https://github.com/nocobase/nocobase/pull/10346)) by @zhangzhonghe
- 修复筛选表单无法直接添加中国行政区字段的问题 ([#10333](https://github.com/nocobase/nocobase/pull/10333)) by @zhangzhonghe
- 修复表单字段联动规则操作中错误列出 JS item 的问题 ([#10363](https://github.com/nocobase/nocobase/pull/10363)) by @gchust
### v2.1.39
*发布日期: 2026-08-11*
### 🐛 修复
- **[client-v2]** 修复 ctx.form.submit 无法正确提交表单数据的问题。 ([#10063](https://github.com/nocobase/nocobase/pull/10063)) by @gchust
- **[database]** 修复启用数据库下划线命名时驼峰字段前缀索引创建失败的问题 ([#10329](https://github.com/nocobase/nocobase/pull/10329)) by @2013xile
### v2.1.38
*发布日期: 2026-08-10*
### 🚀 优化
- **[undefined]** 明确 JavaScript Worker 的默认并发行为,以及需要配置并发上限的场景 ([#10317](https://github.com/nocobase/nocobase/pull/10317)) by @mytharcher 参考文档:[JavaScript 节点](https://docs.nocobase.com/cn/workflow/nodes/javascript)
### 🐛 修复
- **[前端流引擎]** 修复自定义非 Sequelize 数据源中弹窗记录变量和关联区块无法正确解析的问题 ([#10272](https://github.com/nocobase/nocobase/pull/10272)) by @gchust
## `next`

### v2.2.0-beta.17
*发布日期: 2026-08-10*
### 🎉 新特性
- **[client-v2]** 为 V2 字段值编辑器新增 Date 变量,并支持非日期字段的格式化输出 ([#10289](https://github.com/nocobase/nocobase/pull/10289)) by @katherinehhh
- **[AI 员工]**
- 现在可以在 AI 员工设置页面为员工分配插件提供的技能 ([#10237](https://github.com/nocobase/nocobase/pull/10237)) by @cgyrock
- 支持从 LLM 服务 CLI 命令跳转到 UI,并在创建服务时预选提供商 ([#10210](https://github.com/nocobase/nocobase/pull/10210)) by @cgyrock
- **[多空间]** 新增默认空间配置,新建用户会自动加入所选默认空间 by @jiannx
### 🚀 优化
- **[工作流:JavaScript 节点]** JavaScript 工作流节点现在会队列化异步 Worker 执行,并限制单进程 Worker 并发以降低资源峰值 ([#10280](https://github.com/nocobase/nocobase/pull/10280)) by @mytharcher
### 🐛 修复
- **[client-v2]** 修复 v2 弹窗编辑子表格的新增和编辑弹窗中缺失或取值不正确的 `Current popup` 上级记录变量 ([#10292](https://github.com/nocobase/nocobase/pull/10292)) by @katherinehhh
## `develop`

### v3.0.0-alpha.9
*发布日期: 2026-08-11*
### 🚀 优化
- **[cli]** `nb api resource create` 的 `--values` 支持传 JSON 数组,一次请求创建多条记录 ([#10325](https://github.com/nocobase/nocobase/pull/10325)) by @Molunerfinn 参考文档:[nb api resource create](https://github.com/nocobase/nocobase/blob/fix/cli-resource-create-array-values/docs/docs/cn/api/cli/api/resource/create.md)
---
原文链接:[点击查看](https://www.oschina.net/news/501965)
汇总一周产品更新日志,最新发布可前往[我们的博客](https://www.nocobase.com/cn/blog/timeline)查看。
**NocoBase 目前更新包括三个分支:**
- `main`:截至目前最稳定的版本,推荐安装此版本。
- `next`:包含即将发布的新功能,经过初步测试的版本,可能存在部分已知或未知问题。主要面向测试用户,用于收集反馈和进一步优化功能。适合愿意提前体验新功能并提供反馈的测试用户。
- `develop`:开发中的版本,包含最新的功能代码,可能尚未完成或存在较多不稳定因素,主要用于内部开发和快速迭代。适合对产品功能前沿发展感兴趣的技术用户,但可能存在较多问题或不完整功能,不建议在生产环境中使用。
## `main`

### v2.1.41
*发布日期: 2026-08-16*
### 🚀 优化
- **[lock-manager]** 新增本地锁租约续期能力,并确保通过 tryAcquire 获取的锁在复用和异常场景下安全释放 ([#10368](https://github.com/nocobase/nocobase/pull/10368)) by @jiannx
- **[Redis 分布式锁适配器]** 新增 Redis 锁租约续期能力,并确保可复用锁句柄在竞争和异常场景下安全释放 by @jiannx
### 🐛 修复
- **[文件管理器]** 修复单值字段选择已有文件时需要额外提交的问题 ([#10372](https://github.com/nocobase/nocobase/pull/10372)) by @zhangzhonghe
- **[数据表字段:Markdown(Vditor)]** 修复 v2 详情区块中 Markdown HTML 预览在暗黑主题下显示异常的问题。 ([#10370](https://github.com/nocobase/nocobase/pull/10370)) by @katherinehhh
- **[数据表字段:加密]** 修复集合包含加密字段时批量导入报错 `model.changed is not a function` 的问题 by @cgyrock
- **[工作流:Webhook 触发器]** 修复未填写请求头时手动执行 Webhook 工作流返回 400 错误的问题 by @mytharcher
### v2.1.40
*发布日期: 2026-08-14*
### 🚀 优化
- **[区块:树]** 树筛选区块现已支持配置默认排序。 ([#10339](https://github.com/nocobase/nocobase/pull/10339)) by @jiannx
### 🐛 修复
- **[client-v2]**
- 修复筛选表单在 UI 编辑模式下自动刷新数据的问题 ([#10356](https://github.com/nocobase/nocobase/pull/10356)) by @zhangzhonghe
- v2 筛选表单中的树形关系字段默认使用级联选择 ([#10357](https://github.com/nocobase/nocobase/pull/10357)) by @zhangzhonghe
- 修复移动端单选关联字段再次点击已选记录后无法清空的问题 ([#10346](https://github.com/nocobase/nocobase/pull/10346)) by @zhangzhonghe
- 修复筛选表单无法直接添加中国行政区字段的问题 ([#10333](https://github.com/nocobase/nocobase/pull/10333)) by @zhangzhonghe
- 修复表单字段联动规则操作中错误列出 JS item 的问题 ([#10363](https://github.com/nocobase/nocobase/pull/10363)) by @gchust
### v2.1.39
*发布日期: 2026-08-11*
### 🐛 修复
- **[client-v2]** 修复 ctx.form.submit 无法正确提交表单数据的问题。 ([#10063](https://github.com/nocobase/nocobase/pull/10063)) by @gchust
- **[database]** 修复启用数据库下划线命名时驼峰字段前缀索引创建失败的问题 ([#10329](https://github.com/nocobase/nocobase/pull/10329)) by @2013xile
### v2.1.38
*发布日期: 2026-08-10*
### 🚀 优化
- **[undefined]** 明确 JavaScript Worker 的默认并发行为,以及需要配置并发上限的场景 ([#10317](https://github.com/nocobase/nocobase/pull/10317)) by @mytharcher 参考文档:[JavaScript 节点](https://docs.nocobase.com/cn/workflow/nodes/javascript)
### 🐛 修复
- **[前端流引擎]** 修复自定义非 Sequelize 数据源中弹窗记录变量和关联区块无法正确解析的问题 ([#10272](https://github.com/nocobase/nocobase/pull/10272)) by @gchust
## `next`

### v2.2.0-beta.17
*发布日期: 2026-08-10*
### 🎉 新特性
- **[client-v2]** 为 V2 字段值编辑器新增 Date 变量,并支持非日期字段的格式化输出 ([#10289](https://github.com/nocobase/nocobase/pull/10289)) by @katherinehhh
- **[AI 员工]**
- 现在可以在 AI 员工设置页面为员工分配插件提供的技能 ([#10237](https://github.com/nocobase/nocobase/pull/10237)) by @cgyrock
- 支持从 LLM 服务 CLI 命令跳转到 UI,并在创建服务时预选提供商 ([#10210](https://github.com/nocobase/nocobase/pull/10210)) by @cgyrock
- **[多空间]** 新增默认空间配置,新建用户会自动加入所选默认空间 by @jiannx
### 🚀 优化
- **[工作流:JavaScript 节点]** JavaScript 工作流节点现在会队列化异步 Worker 执行,并限制单进程 Worker 并发以降低资源峰值 ([#10280](https://github.com/nocobase/nocobase/pull/10280)) by @mytharcher
### 🐛 修复
- **[client-v2]** 修复 v2 弹窗编辑子表格的新增和编辑弹窗中缺失或取值不正确的 `Current popup` 上级记录变量 ([#10292](https://github.com/nocobase/nocobase/pull/10292)) by @katherinehhh
## `develop`

### v3.0.0-alpha.9
*发布日期: 2026-08-11*
### 🚀 优化
- **[cli]** `nb api resource create` 的 `--values` 支持传 JSON 数组,一次请求创建多条记录 ([#10325](https://github.com/nocobase/nocobase/pull/10325)) by @Molunerfinn 参考文档:[nb api resource create](https://github.com/nocobase/nocobase/blob/fix/cli-resource-create-array-values/docs/docs/cn/api/cli/api/resource/create.md)
---
原文链接:[点击查看](https://www.oschina.net/news/501965)
评论
暂无评论。