Skip to content

Commit ff909f4

Browse files
authored
[Release] Released for 1.9.0 (#337)
2 parents b7681a5 + 6a475a5 commit ff909f4

File tree

64 files changed

+265
-86
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+265
-86
lines changed

client/datacap-cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.edurt.datacap</groupId>
88
<artifactId>datacap</artifactId>
9-
<version>1.9.0-SNAPSHOT</version>
9+
<version>1.9.0</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

core/datacap-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.edurt.datacap</groupId>
88
<artifactId>datacap</artifactId>
9-
<version>1.9.0-SNAPSHOT</version>
9+
<version>1.9.0</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

core/datacap-parser/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.edurt.datacap</groupId>
88
<artifactId>datacap</artifactId>
9-
<version>1.9.0-SNAPSHOT</version>
9+
<version>1.9.0</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

core/datacap-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>datacap</artifactId>
77
<groupId>io.edurt.datacap</groupId>
8-
<version>1.9.0-SNAPSHOT</version>
8+
<version>1.9.0</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

core/datacap-spi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>datacap</artifactId>
77
<groupId>io.edurt.datacap</groupId>
8-
<version>1.9.0-SNAPSHOT</version>
8+
<version>1.9.0</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

core/datacap-web/console-fe/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "datacap-fe",
33
"description": "DataCap console",
4-
"version": "1.9.0-SNAPSHOT",
4+
"version": "1.9.0",
55
"private": true,
66
"scripts": {
77
"dev": "vue-cli-service serve",

docs/docs/download.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The current Trino release is version <img src="https://img.shields.io/github/v/r
2727

2828
<br />
2929

30-
[datacap-server-1.8.0.tar.gz](https://repo1.maven.org/maven2/io/edurt/datacap/datacap-server/1.8.0/datacap-server-1.8.0-release.tar.gz){ .md-button .md-button-primary }
30+
[datacap-server-1.9.0.tar.gz](https://repo1.maven.org/maven2/io/edurt/datacap/datacap-server/1.9.0/datacap-server-1.9.0-release.tar.gz){ .md-button .md-button-primary }
3131

3232
- :material-application-outline: __Command line client__
3333

@@ -37,7 +37,7 @@ The current Trino release is version <img src="https://img.shields.io/github/v/r
3737

3838
<br />
3939

40-
[datacap-client-cli-1.8.0.jar](https://repo1.maven.org/maven2/io/edurt/datacap/datacap-client-cli/1.8.0/datacap-client-cli-1.8.0.jar){ .md-button .md-button-primary }
40+
[datacap-client-cli-1.9.0.jar](https://repo1.maven.org/maven2/io/edurt/datacap/datacap-client-cli/1.9.0/datacap-client-cli-1.9.0.jar){ .md-button .md-button-primary }
4141

4242
- :material-more: __More package__
4343

docs/docs/release/1.8.0.md

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
!!! note
2+
3+
The current release involves several major updates.
4+
5+
:tada: :tada: :tada: :tada: :tada: :tada: **DataCap is released** :tada: :tada: :tada: :tada: :tada: :tada:
6+
7+
| Release Version | Release Time |
8+
|:---------------:|:------------:|
9+
| `1.8.0` | `2023-04-10` |
10+
11+
#### General
12+
13+
---
14+
15+
- Rename executor directory
16+
- Optimize document release timing
17+
- Fixed format connect url close #304
18+
- Support proxy for chatgpt close #299
19+
- ChatGPT is currently unable to associate context close #298
20+
- Support returning parsing error results
21+
- Add schedule lib
22+
- Support the code editor supports automatic prompts for data source library tables and columns close #301
23+
- Fix initialization sql script
24+
- Support h2 database
25+
- Remove some invalid jars
26+
- Add docker publish ci
27+
28+
#### Docs
29+
30+
---
31+
32+
- Refactor install docs
33+
34+
#### Web
35+
36+
---
37+
38+
- The code editor supports code fragments close #300
39+
40+
#### Plugins
41+
42+
---
43+
44+
- Support h2 for native (memory)
45+
46+
#### Kafka
47+
48+
---
49+
50+
- Perfect test case
51+
- Support `SHOW DATABASES` and `SHOW TABLES` ...
52+
53+
#### Oracle
54+
55+
---
56+
57+
- Fixed validation sql content
58+
59+
#### Dependencies
60+
61+
---
62+
63+
- Bump jackson.version from `2.13.4` to `2.14.2`
64+
- Bump postgresql from `42.5.0` to `42.6.0`
65+
66+
#### Contributors
67+
68+
---
69+
70+
!!! danger
71+
72+
Many thanks to the following contributors for contributing to the source code of this release
73+
74+
In no particular order
75+
76+
| GitHub ID |
77+
|:-----------:|
78+
| @qianmoQ |

docs/docs/release/latest.md

Lines changed: 41 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -6,62 +6,80 @@
66

77
| Release Version | Release Time |
88
|:---------------:|:------------:|
9-
| `1.8.0` | `2023-04-10` |
9+
| `1.9.0` | `2023-05-04` |
1010

1111
#### General
1212

1313
---
1414

15-
- Rename executor directory
16-
- Optimize document release timing
17-
- Fixed format connect url close #304
18-
- Support proxy for chatgpt close #299
19-
- ChatGPT is currently unable to associate context close #298
20-
- Support returning parsing error results
21-
- Add schedule lib
22-
- Support the code editor supports automatic prompts for data source library tables and columns close #301
23-
- Fix initialization sql script
24-
- Support h2 database
25-
- Remove some invalid jars
26-
- Add docker publish ci
15+
- Support github publish packages
16+
- Optimized the docker image publishing process
17+
- Support format date
18+
- Add a connection to the database to specify the time zone
19+
- Fixed default h2 database uninitialized scheduled task
20+
- Add admin user to README.md
21+
- Add docker image label
22+
- Add wechat qr to README.md
23+
- Add docker badge
24+
- Fixed source create time is null
2725

2826
#### Docs
2927

3028
---
3129

32-
- Refactor install docs
30+
- Add chinese index
31+
- Add the Rainbond deployment document
32+
- Add plugin docs
33+
- Top scrolling notifications are supported
3334

3435
#### Web
3536

3637
---
3738

38-
- The code editor supports code fragments close #300
39+
- Fix invalid paging of data table
40+
- Fixed not rendering properly
41+
- Fix missing translation results for rendering containing translational data
42+
- Support copy multiple selection rows
43+
- Fix data source test status issues
44+
- Support close message
45+
- Add schedule link
3946

4047
#### Plugins
4148

4249
---
4350

44-
- Support h2 for native (memory)
51+
- Support ceresdb
52+
- Support greptimedb
53+
- Support questdb
54+
- Support apache doris
55+
- Support starrocks
56+
- Support hologres
57+
- Support apache hadoop hdfs
4558

46-
#### Kafka
59+
#### SPI
4760

4861
---
4962

50-
- Perfect test case
51-
- Support `SHOW DATABASES` and `SHOW TABLES` ...
63+
- Remove http retry logic
5264

53-
#### Oracle
65+
#### Yandex Database
5466

5567
---
5668

57-
- Fixed validation sql content
69+
- Fixed ydb dependency conflicts
70+
71+
#### Trino
72+
73+
---
74+
75+
- Add configure
5876

5977
#### Dependencies
6078

6179
---
6280

63-
- Bump jackson.version from `2.13.4` to `2.14.2`
64-
- Bump postgresql from `42.5.0` to `42.6.0`
81+
- Bump trino-jdbc from `397` to `414` (#331)
82+
- Bump iotdb-jdbc from `0.13.0` to `1.1.0` (#309)
6583

6684
#### Contributors
6785

docs/docs/release/latest.zh.md

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
!!! note
2+
3+
当前版本涉及几个主要更新。
4+
5+
:tada: :tada: :tada: :tada: :tada: :tada: **DataCap 已发布** :tada: :tada: :tada: :tada: :tada: :tada:
6+
7+
| 发布版本 | 发布时间 |
8+
|:-------:|:------------:|
9+
| `1.9.0` | `2023-05-04` |
10+
11+
#### General
12+
13+
---
14+
15+
- 支持 github packages
16+
- 优化 docker 镜像发布流程
17+
- 支持格式化日期
18+
- 添加数据库连接指定时区
19+
- 修复了默认的 h2 数据库未初始化的定时任务
20+
-`admin` 用户添加到 README.md
21+
- 添加 docker 镜像标签
22+
- 在 README.md 中添加微信二维码
23+
- 添加 docker 徽章
24+
- 修复数据源创建时间为空
25+
26+
#### Docs
27+
28+
---
29+
30+
- 添加中文文档
31+
- 添加 Rainbond 部署文档
32+
- 添加插件文档
33+
- 支持顶部滚动通知
34+
35+
#### Web
36+
37+
---
38+
39+
- 修复数据表无效分页
40+
- 修复了无法正确渲染的问题
41+
- 修复包含国际化数据的渲染缺失的翻译结果
42+
- 支持复制多选行
43+
- 修复数据源测试状态问题
44+
- 支持关闭消息
45+
- 添加定时任务链接
46+
47+
#### Plugins
48+
49+
---
50+
51+
- 支持 ceresdb
52+
- 支持 greptimedb
53+
- 支持 questdb
54+
- 支持 apache doris
55+
- 支持 starrocks
56+
- 支持 hologres
57+
- 支持 apache hadoop hdfs
58+
59+
#### SPI
60+
61+
---
62+
63+
- 移除 http 重试逻辑
64+
65+
#### Yandex Database
66+
67+
---
68+
69+
- 修复了 ydb 依赖冲突
70+
71+
#### Trino
72+
73+
---
74+
75+
- 添加配置文件
76+
77+
#### Dependencies
78+
79+
---
80+
81+
- 升级 trino-jdbc `397``414` (#331)
82+
- 升级 iotdb-jdbc `0.13.0``1.1.0` (#309)

0 commit comments

Comments
 (0)