Skip to content

Commit acf179c

Browse files
authored
Merge pull request #280 from qianmoQ/feature-object-designer
Release 1.23.0
2 parents 901dfd9 + 757b578 commit acf179c

File tree

3 files changed

+62
-63
lines changed

3 files changed

+62
-63
lines changed
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
template: overrides/main.html
3+
icon: material/gesture-tap-button
4+
---
5+
6+
!!! note ""
7+
8+
This version focuses on optimizing the way library tables are operated
9+
10+
DBM Version for `1.23.0` is released!
11+
12+
Release Time: `2022-09-18`
13+
14+
#### General
15+
16+
---
17+
18+
- Fix CI for windows compile
19+
- Removed publish test ci
20+
21+
#### Object Design (Beta)
22+
23+
---
24+
25+
- Add the metadata management (database management) layout
26+
- Add the metadata management (table management) layout
27+
- Support metadata management (database) responsiveness
28+
- Support metadata management create table
29+
- Refactor the beta function layout
30+
- Fix the data source operation type
31+
- Refactor the table style
32+
- Refactor object designer layout
33+
- Support delete table
34+
- Support delete table
35+
- Support delete table
36+
- Support for adding columns to a specified location
37+
- Support table data custom view columns
38+
- Support column display control
39+
40+
---
41+
42+
- @qianmoQ

docs/mkdocs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ plugins:
162162
Datasource_ElasticSearch: ElasticSearch (Experimental)
163163
- redirects:
164164
redirect_maps:
165-
release-latest.md: release/1.22.0-20220812.md
165+
release-latest.md: release/1.23.0-20220917.md
166166

167167
nav:
168168
- Home: index.md
@@ -187,7 +187,8 @@ nav:
187187
- Mutations: reference/monitor/monitor_mutations.md
188188
- Query: reference/monitor/monitor_query.md
189189
- Release Note:
190-
- 1.22.0 (latest): release/1.22.0-20220812.md
190+
- 1.23.0 (latest): release/1.23.0-20220917.md
191+
- 1.22.0: release/1.22.0-20220812.md
191192
- 1.21.0: release/1.21.0-20220725.md
192193
- 1.20.0: release/1.20.0-20220706.md
193194
- 1.19.0: release/1.19.0-20220623.md

electron-builder.yml

Lines changed: 17 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -18,71 +18,27 @@ releaseInfo:
1818
1919
---
2020
21-
- Rebuild the table configuration layout
22-
- Fix the query result is not displayed in the column data under certain circumstances
23-
- Optimize the display type icon of the data source list
21+
- Fix CI for windows compile
22+
- Removed publish test ci
2423
25-
#### Editor
24+
#### Object Design (Beta)
2625
2726
---
2827
29-
- Support the new editor to delete the data table shortcut menu (new editor)
30-
- Display and query additional information (new editor)
31-
32-
#### Security
33-
34-
---
35-
36-
- Upgrade electron `16.2.0` to `20.0.1`
37-
38-
39-
#### Dependencies
40-
41-
---
42-
43-
- Bump wait-on from `5.3.0` to `6.0.1`
44-
45-
#### ClickHouse
46-
47-
---
48-
49-
- Support `MySQL` table engine
50-
- Support `Hive` table engine
51-
- Support `PostgreSQL` database engine
52-
- Support https protocol [issues-247](https://github.com/EdurtIO/dbm/issues/247)
53-
54-
#### MySQL
55-
56-
---
57-
58-
- Support metadata management, build a database, specify character sets & collation [issues-180](https://github.com/EdurtIO/dbm/issues/180)
59-
- Fix only_full_group_by could not obtain metadata [issues-180](https://github.com/EdurtIO/dbm/issues/180)
60-
61-
#### PostgreSQL
62-
63-
---
64-
65-
- Fix the exception of the metadata management build table
66-
- Support rename database
67-
- Fix failure to query when database is empty
68-
69-
#### Apache Druid
70-
71-
---
72-
73-
- Support quick query
74-
75-
#### ElasticSearch
76-
77-
---
78-
79-
- Support ElasticSearch (query and data source management)
80-
81-
#### Hologres
82-
83-
---
84-
85-
- Support Hologres (query and data source management)
28+
- Add the metadata management (database management) layout
29+
- Add the metadata management (table management) layout
30+
- Support metadata management (database) responsiveness
31+
- Support metadata management create table
32+
- Refactor the beta function layout
33+
- Fix the data source operation type
34+
- Refactor the table style
35+
- Refactor object designer layout
36+
- Support delete table
37+
- Support delete table
38+
- Support delete table
39+
- Support for adding columns to a specified location
40+
- Support table data custom view columns
41+
- Support column display control
8642
8743
directories:
8844
output: ./release

0 commit comments

Comments
 (0)