-
Notifications
You must be signed in to change notification settings - Fork 291
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
26 additions
and
0 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,26 @@ | ||
# 1.0.1 Release Note | ||
|
||
## Feature | ||
|
||
### DataSource & Connector | ||
|
||
- [DataSource & Connector] Add Mongodb datasource. | ||
- [DataSource & Connector] Add connector db2. | ||
|
||
## Improvement | ||
|
||
- [Improve][UI] Translate Route Names | ||
- [Improve] When starting, check whether the environment variable "SEATUNNEL_HOME" exists or not. | ||
- [Improve] Build images using flexible version parameters. | ||
- [Improve] Add "download_datasource.sh" for downloading datasource. | ||
|
||
## Fix | ||
|
||
- [Fix] Fix arbitrary file readvulnerability on mysql jdbc | ||
- [Fix] Remove secretKey in application.yml | ||
- [Fix] fix ts problems with mvn clean package | ||
- [Fix] fix: update "driver-class-name: com.mysql.cj.jdbc.Driver" for mysql8 | ||
- [Fix] Fix job config file generation path error in windows | ||
- [Fix] virtual update datasource | ||
- [Fix] Fix dynamic form item show by other item bug | ||
- [Fix] Fix release src problem |