-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #190 from qianmoQ/1.18.0-SNAPSHOT
Release 1.18.0
- Loading branch information
Showing
3 changed files
with
64 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
--- | ||
template: overrides/main.html | ||
icon: material/gesture-tap-button | ||
--- | ||
|
||
DBM Version for `1.18.0` is released! | ||
|
||
Release Time: `2022-06-10` | ||
|
||
#### General | ||
|
||
--- | ||
|
||
- Split multiple data sources and configure them as separate components | ||
- Add code analysis ci | ||
- Add dependency review ci | ||
- Add dependabot ci | ||
- Add comments system to docs | ||
- Add powered by page | ||
- Add download page | ||
- Support tray function | ||
- Fix the exception of Presto using quick query | ||
- Support metadata host filtering | ||
- Support query history reference to the editor | ||
- Fix the error message that the query history cannot be viewed | ||
|
||
#### Security | ||
|
||
--- | ||
|
||
- Upgrade electron to `13.6.6` | ||
- Add `SECURITY.md` file | ||
|
||
#### ClickHouse | ||
|
||
--- | ||
|
||
- Support specifying a database when building a data source | ||
|
||
#### Trino & Presto | ||
|
||
--- | ||
|
||
- Support specifying a database and catalog when building a data source [issues-158](https://github.com/EdurtIO/dbm/issues/158) | ||
- Support metadata source management Trino & Presto service information [issues-158](https://github.com/EdurtIO/dbm/issues/158) | ||
- Support metadata source management Trino & Presto create database [issues-158](https://github.com/EdurtIO/dbm/issues/158) | ||
|
||
#### MySQL | ||
|
||
--- | ||
|
||
- Support MySQL (custom query and data source management) [issues-180](https://github.com/EdurtIO/dbm/issues/180) | ||
- Add MySQL docs [issues-180](https://github.com/EdurtIO/dbm/issues/180) | ||
|
||
--- | ||
|
||
- @qianmoQ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"name": "dbm", | ||
"version": "1.18.0-SNAPSHOT", | ||
"version": "1.18.0", | ||
"author": "qianmoQ <[email protected]>", | ||
"description": "ClickHouse DataBase GUI", | ||
"description": "DataBase GUI", | ||
"github": "https://github.com/EdurtIO/dbm.git", | ||
"homepage": "https://dbm.edurt.io", | ||
"keywords": [ | ||
|
@@ -16,7 +16,8 @@ | |
"dbm", | ||
"clickhouse", | ||
"trino", | ||
"presto" | ||
"presto", | ||
"mysql" | ||
], | ||
"publish": [ | ||
{ | ||
|