Skip to content

Commit

Permalink
[Release] Release 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qianmoQ committed Mar 17, 2022
1 parent 7ba1a58 commit 4ac4ea5
Show file tree
Hide file tree
Showing 4 changed files with 104 additions and 2 deletions.
51 changes: 51 additions & 0 deletions docs/docs/release/1.12.0-20220318.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
---
template: overrides/main.html
---

DBM Version for `1.12.0` is released!

Release Time: `2022-03-18`

#### Enhancement

---

- Support visual construction of data table and configuration of optional parameters
- Add data source list to display service version information
- Add editor execution status feedback
- Add ancillary information such as execution result and time
- SQL shortcut keys can be executed by Ctrl+Enter [#102](https://github.com/EdurtIO/dbm/issues/102)
- Support for data source maxTotal configuration (experimental) [#102](https://github.com/EdurtIO/dbm/issues/102)
- Add `SHOW PARTITIONS` quick query
- The `EXPLAIN` command is supported
- Metadata management delete data table supports quick input of table name

#### Docs

---

- Add contributing software documentation guide

#### Optimize

----

- Optimized the display of metadata management disk usage
- Merge Query Select the query & query function

#### Bug

---

- Fixed data source not paging problem in quick query
- Fixed the problem that metadata information cannot be distinguished due to multiple selections
- Fix top menu style exception
- Fix the problem that the metadata operation node is not refreshed [#101](https://github.com/EdurtIO/dbm/issues/101)

#### UI

---

- New data source window layout
- Add nine editor themes
- Execute button to add shortcut key prompt
50 changes: 50 additions & 0 deletions docs/docs/release/1.12.0-20220318.zh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
---
template: overrides/main.html
---

DBM `1.12.0` 版本发布!

发布时间: `2022-03-18`

#### 功能 (增强)
---

- 支持数据表的可视化构造和可选参数的配置
- 添加数据源列表,显示服务版本信息
- 添加编辑器执行状态反馈
- 增加执行结果、时间等辅助信息
- SQL快捷键可以通过Ctrl+Enter执行 [#102](https://github.com/EdurtIO/dbm/issues/102)
- 支持数据源maxTotal配置(实验性) [#102](https://github.com/EdurtIO/dbm/issues/102)
- 添加 `SHOW PARTITIONS` 快速查询
- 支持 `EXPLAIN` 命令
- 元数据管理删除数据表支持快速输入表名

#### 文档

---

- 添加软件文档贡献指南

#### 优化

----

- 优化了元数据管理磁盘使用情况的显示
- 合并选择查询和查询功能

#### Bug

---

- 修复了快速查询中数据源不分页的问题
- 修复了由于多次选择而无法区分元数据信息的问题
- 修复顶部菜单样式异常
- 修复元数据操作节点未刷新的问题 [#101](https://github.com/EdurtIO/dbm/issues/101)

#### UI

---

- 数据源窗口布局
- 添加九个编辑器主题
- 执行按钮添加快捷键提示
1 change: 1 addition & 0 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ nav:
- Monitor:
- Processor: reference/Monitor-Processor.md
- Release Note:
- 1.12.0: release/1.12.0-20220318.md
- 1.11.0: release/1.11.0-20220222.md
- 1.10.0: release/1.10.0-20220127.md
- 1.9.0: release/1.9.0-20211130.md
Expand Down
4 changes: 2 additions & 2 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ releaseInfo:
- Add ancillary information such as execution result and time
- SQL shortcut keys can be executed by Ctrl+Enter [#102](https://github.com/EdurtIO/dbm/issues/102)
- Support for data source maxTotal configuration (experimental) [#102](https://github.com/EdurtIO/dbm/issues/102)
- Add SHOW PARTITIONS quick query
- The EXPLAIN command is supported
- Add `SHOW PARTITIONS` quick query
- The `EXPLAIN` command is supported
- Metadata management delete data table supports quick input of table name
#### Docs
Expand Down

0 comments on commit 4ac4ea5

Please sign in to comment.