Skip to content

Commit

Permalink
Merge pull request #190 from qianmoQ/1.18.0-SNAPSHOT
Browse files Browse the repository at this point in the history
Release 1.18.0
  • Loading branch information
qianmoQ authored Jun 9, 2022
2 parents 8e6affe + 0e9167d commit 62eb2e8
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 5 deletions.
57 changes: 57 additions & 0 deletions docs/docs/release/1.18.0-20220610.md
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
5 changes: 3 additions & 2 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ plugins:
Datasource_ClickHouse: ClickHouse (1.0.0-SNAPSHOT)
- redirects:
redirect_maps:
release-latest.md: release/1.17.0-20220529.md
release-latest.md: release/1.18.0-20220610.md

nav:
- Home: index.md
Expand All @@ -175,7 +175,8 @@ nav:
- Mutations: reference/monitor/monitor_mutations.md
- Query: reference/monitor/monitor_query.md
- Release Note:
- 1.17.0 (latest): release/1.17.0-20220529.md
- 1.18.0 (latest): release/1.18.0-20220610.md
- 1.17.0: release/1.17.0-20220529.md
- 1.16.0: release/1.16.0-20220513.md
- 1.15.0: release/1.15.0-20220425.md
- 1.14.0: release/1.14.0-20220410.md
Expand Down
7 changes: 4 additions & 3 deletions package.json
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": [
Expand All @@ -16,7 +16,8 @@
"dbm",
"clickhouse",
"trino",
"presto"
"presto",
"mysql"
],
"publish": [
{
Expand Down

0 comments on commit 62eb2e8

Please sign in to comment.