mirror of
https://github.com/nocobase/nocobase.git
synced 2026-09-19 02:23:00 +08:00
Merge branch 'next' into develop
This commit is contained in:
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [v2.0.25](https://github.com/nocobase/nocobase/compare/v2.0.24...v2.0.25) - 2026-03-24
|
||||
|
||||
### 🚀 Improvements
|
||||
|
||||
- **[Workflow: Approval]** Fix JSON field caused performance issue when loading approval records list by @mytharcher
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
- **[server]** Change close timing of Pub-Sub to `beforeStop`, to avoid message sent or handled after database closed ([#8934](https://github.com/nocobase/nocobase/pull/8934)) by @mytharcher
|
||||
|
||||
- **[Localization]** prevent localizationTexts:missing request on permission denial ([#8903](https://github.com/nocobase/nocobase/pull/8903)) by @chenos
|
||||
|
||||
- **[Data source: External Oracle]** Fix an error that occurs when loading the Oracle external data source by @2013xile
|
||||
|
||||
## [v2.0.24](https://github.com/nocobase/nocobase/compare/v2.0.23...v2.0.24) - 2026-03-22
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
@@ -5,6 +5,20 @@
|
||||
格式基于 [Keep a Changelog](https://keepachangelog.com/zh-CN/1.0.0/),
|
||||
并且本项目遵循 [语义化版本](https://semver.org/spec/v2.0.0.html)。
|
||||
|
||||
## [v2.0.25](https://github.com/nocobase/nocobase/compare/v2.0.24...v2.0.25) - 2026-03-24
|
||||
|
||||
### 🚀 优化
|
||||
|
||||
- **[工作流:审批]** 修复加载审批处理记录列表时由于 JSON 字段造成的性能问题 by @mytharcher
|
||||
|
||||
### 🐛 修复
|
||||
|
||||
- **[server]** 将 Pub-Sub 关闭的时机改为 `beforeStop`,以避免数据库关闭后仍进行了消息发送和处理 ([#8934](https://github.com/nocobase/nocobase/pull/8934)) by @mytharcher
|
||||
|
||||
- **[本地化]** 无权限时不应调用 localizationTexts:missing 接口 ([#8903](https://github.com/nocobase/nocobase/pull/8903)) by @chenos
|
||||
|
||||
- **[数据源:外部 Oracle]** 修复 Oracle 数据源加载报错的问题 by @2013xile
|
||||
|
||||
## [v2.0.24](https://github.com/nocobase/nocobase/compare/v2.0.23...v2.0.24) - 2026-03-22
|
||||
|
||||
### 🐛 修复
|
||||
|
||||
Reference in New Issue
Block a user