This is an automated email from the ASF dual-hosted git repository.

casion pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/linkis-website.git


The following commit(s) were added to refs/heads/dev by this push:
     new 07912c4a47 update releasenote (#649)
07912c4a47 is described below

commit 07912c4a47b2267a8627789baa2edeeb00ca6628
Author: Casion <[email protected]>
AuthorDate: Wed Jan 4 17:09:43 2023 +0800

    update releasenote (#649)
---
 community/how-to-sign-apache-icla.md               |   4 +-
 download/release-notes-1.2.0.md                    |   4 +-
 download/release-notes-1.3.0.md                    |   2 +-
 download/release-notes-1.3.1.md                    | 101 +++++++++++++--------
 .../current/how-to-release.md                      |   6 +-
 .../current/how-to-sign-apache-icla.md             |   2 +-
 .../current/release-notes-1.3.1.md                 |  98 +++++++++++++-------
 7 files changed, 140 insertions(+), 77 deletions(-)

diff --git a/community/how-to-sign-apache-icla.md 
b/community/how-to-sign-apache-icla.md
index cc62a328d8..5b8c802fd3 100644
--- a/community/how-to-sign-apache-icla.md
+++ b/community/how-to-sign-apache-icla.md
@@ -32,7 +32,7 @@ Apache only accept hand-written signature or [PDF signature 
software](https://sm
 
 
![sign](https://user-images.githubusercontent.com/29391030/153529853-e6869cd4-7193-4403-8ebe-3d5b65e1d310.png)
 
-**5.After signing, send the icla.pdf command as `username-icla.pdf` to the 
email address provided by the instructor (The email address is 
`[email protected]`), here is the mail template:**
+**5. After signing, send the icla.pdf command as `username-icla.pdf` to the 
email address provided by the instructor (The email address is 
`[email protected]`), here is the mail template:**
 
 ```html
 To: [email protected]
@@ -50,7 +50,7 @@ Here is a specific example:
 
 ![example](../static/img/community/email-example.png)
 
-**6.After the email is sent successfully, Apache ShenYu official community 
informs**
+**6. After the email is sent successfully, Apache Linkis official community 
informs**
 
 ## Manual signature and PDF software signature demo 
{#manual-signature-and-pdf-software-signature-demo}
 
diff --git a/download/release-notes-1.2.0.md b/download/release-notes-1.2.0.md
index 79190f3aeb..4218deba31 100644
--- a/download/release-notes-1.2.0.md
+++ b/download/release-notes-1.2.0.md
@@ -136,10 +136,10 @@ Abbreviations:
 + \[LM][[LINKIS-2688]](https://github.com/apache/linkis/issues/2688) Upgrade 
the default EngineType version of the flink ec
 + \[TOOL][[LINKIS-2701]](https://github.com/apache/linkis/issues/2701) Fix 
github repos page License display with Unknown licenses found
 
-## Security related
+## Security Related
 + \[SPRING][[LINKIS-2395]](https://github.com/apache/linkis/issues/2395) 
SynchronossPartHttpMessageReader should only create temp directory when needed 
(CVE-2022-2296)
 
-## Dependency changes
+## Dependency Changes
 + 
\[COMMON]\[CG]\[ECP][[LINKIS-2301]](https://github.com/apache/linkis/pull/2301) 
Update dependency to fix CVEs
 + \[CG][[LINKIS-2452]](https://github.com/apache/linkis/issues/2452) Upgrade 
oshi-core version
 
diff --git a/download/release-notes-1.3.0.md b/download/release-notes-1.3.0.md
index 3667da24cf..7cd350fa45 100644
--- a/download/release-notes-1.3.0.md
+++ b/download/release-notes-1.3.0.md
@@ -19,7 +19,7 @@ The main functions are as follows:
 * Added mirror LDH (Linkis Distribution, including Apache Hadoop) build of 
Hadoop ecosystem All-in-one, which supports one-click deployment of Hive/Spark 
and other environments and linkis services
 * Optimize the performance of distributed locks of Manager, and fix the 
problem of slow SQL query caused by high concurrency scenarios
 
-abbreviation:
+Abbreviations:
 - COMMON: Linkis Common
 - ENTRANCE: Linkis Entrance
 - EC: Engineconn
diff --git a/download/release-notes-1.3.1.md b/download/release-notes-1.3.1.md
index 2a648b69c1..03ef7f25b7 100644
--- a/download/release-notes-1.3.1.md
+++ b/download/release-notes-1.3.1.md
@@ -5,17 +5,18 @@ sidebar_position: 0.16
 
 Apache Linkis 1.3.1 includes all [Project 
Linkis-1.3.0](https://github.com/apache/linkis/projects/23).
 
-Linkis 1.3.1 mainly supports Trino engine and SeaTunnel engine. Added 
management console data source management module. And enhanced data sources, 
including oracle, kingbase, postgresql, sqlserver, db2, greenplum, dm.
+Linkis 1.3.1 mainly supports Trino engine and SeaTunnel engine. The basic data 
management of the management console has been added, and it is possible to 
perform convenient interface configuration operations on some basic data (data 
source environment management/token token management/error code 
management/engine material management, etc.).
+And the existing data sources have been enhanced, adding support for oracle, 
kingbase, postgresql, sqlserver, db2, greenplum, dm type data sources.
 
 The main functions are as follows:
 
-* Added support for Trino engine
-* Added support for SeaTunnel engine
-* Added management console data source management
-* Added JDBC engine features to support Trino-driven query progress
-* Data source enhancement oracle, kingbase, postgresql, sqlserver, db2, 
greenplum, dm
+* Added support for distributed SQL query engine Trino
+* Added support for Seatunnel engine, a data integration platform
+* Added the basic data management of the management console, which can 
conveniently perform interface-based configuration operations on some basic data
+* Added JDBC engine features to support Trino-driven query execution progress
+* Enhanced the existing data sources, adding data source support for oracle, 
kingbase, postgresql, sqlserver, db2, greenplum, dm
 
-abbreviation:
+Abbreviations:
 - COMMON: Linkis Common
 - ENTRANCE: Linkis Entrance
 - EC: Engineconn
@@ -35,43 +36,71 @@ abbreviation:
 
 ---
 
-## new features
+## New Feature
 
 + \[DMS][LINKIS-2961](https://github.com/apache/linkis/pull/2961) Data source 
management supports multiple environments
-+ \[EC][LINKIS-3458](https://github.com/apache/linkis/pull/3458) Add Seatunnel 
engine
++ \[DMS][LINKIS-3839](https://github.com/apache/linkis/pull/3839) Add 
necessary audit logs for the Api interface of the data source
 + \[MDS][LINKIS-3457](https://github.com/apache/linkis/pull/3457) Add 
doris/clickhouse to Linkis metadata query
-+ \[DMS][LINKIS-3839](https://github.com/apache/linkis/pull/3839) Add 
necessary audit logs for data sources
-+ \[EC-TRINO][LINKIS-2639](https://github.com/apache/linkis/pull/2639) add 
Trino engine
-+ \[ECP][LINKIS-3836](https://github.com/apache/linkis/pull/3836) merge ECP 
service into appmanager
-+ \[EC][LINKIS-3381](https://github.com/apache/linkis/pull/3381) The 
GetEngineNode interface supports returning complete EC information
++ \[EC-Trino][LINKIS-2639](https://github.com/apache/linkis/pull/2639) Add 
support for distributed SQL query engine Trino
++ \[EC-Seatunnel][LINKIS-3458](https://github.com/apache/linkis/pull/3458) 
Added support for the data integration platform Seatunnel engine
++ \[EC][LINKIS-3381](https://github.com/apache/linkis/pull/3381) The 
GetEngineNode interface supports returning complete EC information and adding a 
record of EC status
++ \[ECP][LINKIS-3836](https://github.com/apache/linkis/pull/3836) Merge 
cg-engineplugin service to cg-linkismanager to reduce the number of services
 
+## Enhancement
 
-## Enhancement points
++ \[EC][LINKIS-2663](https://github.com/apache/linkis/pull/2663) Remove 
subtask related logic
++ \[EC-OnceEC][LINKIS-3552](https://github.com/apache/linkis/pull/3552) When 
optimizing the EC information obtained by the Once job type, use ticketId as 
the unique key
++ \[EC-Shell][LINKIS-3939](https://github.com/apache/linkis/pull/3939) 
Optimize the shell engine to optimize the dangerous and high-risk command set
++ \[COMMON][LINKIS-3349](https://github.com/apache/linkis/pull/3349) Add 
utility class to determine if OS user exists
++ \[COMMON][LINKIS-3697](https://github.com/apache/linkis/pull/3697) Optimize 
Linkis script, add user manual and guide
++ \[MDS/DMS][LINKIS-3613](https://github.com/apache/linkis/pull/3613) optimize 
the data source, add support for HDFS type
++ \[DMS][LINKIS-3505](https://github.com/apache/linkis/pull/3505) Data source 
enhancement, adding some query interfaces
++ \[DMS][LINKIS-3783](https://github.com/apache/linkis/pull/3783) Optimize 
data source: unreleased data source version, should not be available
++ \[DMS][LINKIS-3803](https://github.com/apache/linkis/pull/3803) Optimize the 
data source request interface DsmQueryProtocol, increase the return of 
exception information
++ \[DMS][LINKIS-3881](https://github.com/apache/linkis/pull/3881) Optimize the 
data source interface and increase the filling of the default value of the 
configuration item
++ \[DEPLOY][LINKIS-3500](https://github.com/apache/linkis/pull/3500) service 
startup script optimization to support service name parameters in multiple ways 
compatible
++ \[DEPLOY][LINKIS-3729](https://github.com/apache/linkis/pull/3729) optimize 
the control of hadoop version by installation script
++ \[LM][LINKIS-3740](https://github.com/apache/linkis/pull/3740) When EC is in 
idle and exit state, add resource cleanup operation for LM service
++ \[LM-RM][LINKIS-3733](https://github.com/apache/linkis/pull/3733) Optimize 
the size of RM resource operation lock
++ \[ECM][LINKIS-3720](https://github.com/apache/linkis/pull/3720) performance 
optimization, remove the synchronous wait operation of tag cache
++ \[Entrance][LINKIS-3831](https://github.com/apache/linkis/pull/3831) 
Optimize entry log printing Add time information
++ \[Entrance][LINKIS-3833](https://github.com/apache/linkis/pull/3833) 
Optimize the state change logic of EntranceJob
++ \[PE][LINKIS-3440](https://github.com/apache/linkis/pull/3440) optimize some 
methods of mapper xml to prevent sql injection problem
 
-+ \[EC][LINKIS-2663](https://github.com/apache/linkis/pull/2663) remove 
subtask logic
-+ \[COMMON][LINKIS-3697](https://github.com/apache/linkis/pull/3697) optimize 
Linkis script
-+ \[MDS/DMS][LINKIS-3613](https://github.com/apache/linkis/pull/3613) Adjust 
the metadata service architecture and add support for HDFS types in the data 
source
-+ \[DMS][LINKIS-3803](https://github.com/apache/linkis/pull/3803) optimize 
DsmQueryProtocol
-+ \[DMS][LINKIS-3505](https://github.com/apache/linkis/pull/3505) Add new 
interface for Qualitis
-+ \[DEPLOY][LINKIS-3500](https://github.com/apache/linkis/pull/3500) support 
startup script compatible with multiple service names
-+ \[COMMON/PE][LINKIS-3349](https://github.com/apache/linkis/pull/3349) Add a 
utility class to determine if OS user exists
+## Bugs Fix
++ \[WEB][LINKIS-2921](https://github.com/apache/linkis/pull/2921) fix batch 
kill tasks - some tasks cannot be killed due to incorrect grouping
++ \[COMMON][LINKIS-3430](https://github.com/apache/linkis/pull/3430) After the 
engine failed to start, the problem of reusing the previous engine 
configuration was incorrectly restarted
++ \[COMMON][LINKIS-3234](https://github.com/apache/linkis/pull/3234) 
linkis-storage Add linkis.fs.hdfs.impl.disable.checksum configuration item to 
control hdfs checksum check
++ \[COMMON][LINKIS-3352](https://github.com/apache/linkis/pull/3352) Fix the 
problem that the decimalType cannot be recognized and calculated when the 
result set is exported to excel
++ \[EC][LINKIS-3752](https://github.com/apache/linkis/pull/3752) Fix the 
inaccurate query result of EC history list
++ \[DEPLOY][LINKIS-3608](https://github.com/apache/linkis/pull/3608) Unified 
use of /usr/bin/env bash in scripts to make code more portable
++ \[DEPLOY][LINKIS-3726](https://github.com/apache/linkis/pull/3726) Optimize 
gateway service: keep all registered service instances
++ \[PE][LINKIS-3438](https://github.com/apache/linkis/pull/3438) fix wrong sql 
in udf module and remove redundant methods
++ \[EC][LINKIS-3552](https://github.com/apache/linkis/pull/3552) Optimize ES 
EC package naming
++ \[COMMON][LINKIS-3618](https://github.com/apache/linkis/pull/3618) unified 
mybatis usage specification and adjusted the annotation method of mapper to xml
++ \[COMMON][LINKIS-3274](https://github.com/apache/linkis/pull/3274) 
[LINKIS-3519](https://github.com/apache/linkis/pull/3519) [ 
LINKIS-3794](https://github.com/apache/linkis/pull/3794) Remove the use of 
sun.misc.Unsafe to support jdk11 adaptation
++ \[COMMON-Storage][LINKIS-3347](https://github.com/apache/linkis/pull/3347) 
Fix StorageResultSetWriter close method does not support repeated calls
++ \[COMMON-Storage][LINKIS-3620](https://github.com/apache/linkis/pull/3620) 
fix the possible NPE problem of linkis-storage
++ \[COMMON-Storage][LINKIS-3710](https://github.com/apache/linkis/pull/3710) 
Fix the problem of calling flush to clear the file after calling the close 
method of StorageResultSetWriter
++ 
\[COMMON-HttpClient][LINKIS-3815](https://github.com/apache/linkis/pull/3815) 
Fix CloseableHttpResponse is not closed, resulting in httpclient connection 
exception
++ \[GATEWAY][LINKIS-3609](https://github.com/apache/linkis/pull/3609) Fix the 
NPE problem that may occur when the gateway service DefaultGatewayRouter is 
initialized
++ \[GATEWAY][LINKIS-3747](https://github.com/apache/linkis/pull/3747) 
[LINKIS-3732](https://github.com/apache/linkis/pull/3732) fixed The result of 
the api interface handles possible npe problems and scenarios where the status 
code may be incorrect
++ \[GATEWAY][LINKIS-4031](https://github.com/apache/linkis/pull/4031) Fix the 
problem that the gateway obtains the client's real ip incorrectly
++ \[EC-JDBC][LINKIS-3240](https://github.com/apache/linkis/pull/3240) Optimize 
the naming of JDBC package name
++ \[EC-JDBC][LINKIS-3796](https://github.com/apache/linkis/pull/3796) Fix JDBC 
engine can't handle uppercase in link protocol
++ \[EC-Python][LINKIS-3465](https://github.com/apache/linkis/pull/3465) Fix 
the problem that the python code parser cannot be compatible with native python 
decorators
++ \[EC-Hive][LINKIS-3906](https://github.com/apache/linkis/pull/3906) Fix the 
Txn list failure problem caused by multiple compilations under transaction 
table query
++ \[Entrance][LINKIS-3694](https://github.com/apache/linkis/pull/3684) Fix the 
problem that the log interface of EntranceRestfulApi may lose logs
++ \[Entrance][LINKIS-3713](https://github.com/apache/linkis/pull/3713) fix 
wrong concatenation in log printing
++ \[Label][LINKIS-4011](https://github.com/apache/linkis/pull/4011) Fix 
label-server label service mapper xml statement error
 
-## Repair function
-+ \[WEB][LINKIS-2921](https://github.com/apache/linkis/pull/2921) batch close 
tasks
+## Security Related
++ \[EC-JDBC][LINKIS-3826](https://github.com/apache/linkis/pull/3826) When the 
data source service establishes a connection, some unsafe parameters are 
shielded. Connection parameters
+
+## Dependency Changes
++ \[COMMON][LINKIS-3624](https://github.com/apache/linkis/pull/3624) Upgrade 
the schema 1.1.2.xsd built by maven to 2.1.1.xsd
 + \[COMMON][LINKIS-2971](https://github.com/apache/linkis/pull/2971) remove 
netty-3.6.2.Final.jar dependency
-+ \[EC-JDBC][LINKIS-3240](https://github.com/apache/linkis/pull/3240) fix JDBC 
executor directory
-+ \[COMMON][LINKIS-3430](https://github.com/apache/linkis/pull/3430) After the 
repair engine fails to start, reuse the engine configuration when restarting
-+ \[COMMON][LINKIS-3234](https://github.com/apache/linkis/pull/3234) fix 
link-storage hadoop checksum issue
-+ \[][LINKIS-3347](https://github.com/apache/linkis/pull/3347) Fix 
StorageResultSetWriter close method does not support repeated calls
-+ \[COMMON][LINKIS-3352](https://github.com/apache/linkis/pull/3352) Fix excel 
export: decimalType cannot be recognized and calculated
-+ \[EC][LINKIS-3752] (https://github.com/apache/linkis/pull/3752) Fix the 
inaccurate query result of EC history list
-+ \[DEPLOY][LINKIS-3726](https://github.com/apache/linkis/pull/3726) keep all 
registered service instances
-+ \[EC-JDBC][LINKIS-3796](https://github.com/apache/linkis/pull/3796) handle 
the case where mysql link starts with JDBC
-+ \[EC-JDBC][LINKIS-3826](https://github.com/apache/linkis/pull/3826) handle 
mysql connection parameters
-+ \[PE/PS][LINKIS-3440](https://github.com/apache/linkis/pull/3440) Refactor 
some methods to prevent sql injection
-+ \[PE][LINKIS-3438](https://github.com/apache/linkis/pull/3438) update error 
sql and remove redundant method
-+ \[EC][LINKIS-3552](https://github.com/apache/linkis/pull/3552) fix ES EC 
actuator directory
 
-## Acknowledgments
+## Thanks
 The release of Apache Linkis 1.3.1 is inseparable from the contributors of the 
Linkis community, thanks to all community contributors, including but not 
limited to the following Contributors (in no particular order):
 AaronLinOops, Alexkun, jacktao007, legendtkl, peacewong, casionone, 
QuintinTao, cydenghua, jackxu2011, ruY9527, huiyuanjjjjuice, binbinCheng, 
yyuser5201314, Beacontownfc, duhanmin, whiterxine, aiceflower, weipengfei-sj, 
zhaoyun006, CCweixiao, Beacontownfc, mayinrain
\ No newline at end of file
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-release.md 
b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-release.md
index 7e19f2a65f..704f75444e 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-release.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-release.md
@@ -608,14 +608,14 @@ Hello Linkis Community,
     Maven artifacts are available in a staging repository at:
         
https://repository.apache.org/content/repositories/orgapachelinkis-{staging-id}
 
-       Git tag for the release:
+       Git branch for the release:
            
https://github.com/apache/linkis/tree/${release_version}-${rc_version}
 
        Keys to verify the Release Candidate:
            https://downloads.apache.org/linkis/KEYS
 
        GPG user ID:
-       ${YOUR.GPG.USER.ID}
+           ${YOUR.GPG.USER.ID}
 
        The vote will be open for at least 72 hours or until necessary number 
of votes are reached.
 
@@ -673,7 +673,7 @@ Hello Linkis Community,
     The detail of the modifications are as follows:
     
     1. Remove the file xxx
-    2. Removes the files be built from shenyu-dashboard
+    2. Removes the files be built from linkis-web
     
     Thanks a lot for all your help.
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-sign-apache-icla.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-sign-apache-icla.md
index 2b1f2d7521..9df031de93 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-sign-apache-icla.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs-community/current/how-to-sign-apache-icla.md
@@ -48,7 +48,7 @@ Thanks!
 
 ![example](../../../../static/img/community/email-example.png)
 
-**6.邮箱发送成功之后Apache  linkis 官方社区告知下**
+**6.邮箱发送成功之后Apache Linkis 官方社区告知下**
 
 ## 手动签名和PDF软件签名DEMO
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs-download/current/release-notes-1.3.1.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs-download/current/release-notes-1.3.1.md
index 952acba377..b2167a6d77 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs-download/current/release-notes-1.3.1.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs-download/current/release-notes-1.3.1.md
@@ -5,15 +5,16 @@ sidebar_position: 0.16
 
 Apache Linkis 1.3.1 包括所有 [Project 
Linkis-1.3.0](https://github.com/apache/linkis/projects/23).
 
-Linkis 1.3.1 版本主要支持 Trino 引擎 和 SeaTunnel 引擎。增加了管理台数据源管理模块。并且对数据源进行了增强,包括 
oracle、kingbase、 postgresql、sqlserver、db2、greenplum、dm. 
+Linkis 1.3.1 版本主要支持 Trino 引擎 和 SeaTunnel 
引擎。增加了管理台基础数据管理,能对部分基础的数据(数据源环境管理/token令牌管理/错误码管理/引擎物料管理等)进行方便界面配置操作。
+并且对已有的数据源进行了增强,新增对 oracle、kingbase、 postgresql、sqlserver、db2、greenplum、dm 
类型数据源的支持. 
 
 主要功能如下:
 
-* 新增对 Trino 引擎的支持 
-* 新增对 SeaTunnel 引擎的支持
-* 新增管理台数据源管理
-* 新增 JDBC 引擎特性,支持 Trino 驱动查询进度
-* 数据源增强 oracle、kingbase、postgresql、sqlserver、db2、greenplum、dm 
+* 新增对分布式SQL查询引擎 Trino 的支持
+* 新增对数据集成平台 Seatunnel 引擎的支持
+* 增加了管理台基础数据管理,能对部分基础的数据方便的进行界面化配置操作
+* 新增 JDBC 引擎特性,支持 Trino 驱动查询执行进度
+* 对已有的数据源进行了增强,新增 oracle、kingbase、postgresql、sqlserver、db2、greenplum、dm的数据源支持 
 
 缩写:
 - COMMON: Linkis Common
@@ -38,40 +39,73 @@ Linkis 1.3.1 版本主要支持 Trino 引擎 和 SeaTunnel 引擎。增加了管
 ## 新特性
 
 + \[DMS][LINKIS-2961](https://github.com/apache/linkis/pull/2961) 数据源管理支持多环境
-+ \[EC][LINKIS-3458](https://github.com/apache/linkis/pull/3458) 增加 Seatunnel 
引擎
++ \[DMS][LINKIS-3839](https://github.com/apache/linkis/pull/3839) 
为数据源的Api接口添加必要的审计日志 
 + \[MDS][LINKIS-3457](https://github.com/apache/linkis/pull/3457) 
Linkis元数据查询添加doris/clickhouse
-+ \[DMS][LINKIS-3839](https://github.com/apache/linkis/pull/3839) 
为数据源添加必要的审计日志 
-+ \[EC-TRINO][LINKIS-2639](https://github.com/apache/linkis/pull/2639) 增加 
Trino 引擎
-+ \[ECP][LINKIS-3836](https://github.com/apache/linkis/pull/3836) 合并 ECP 服务到 
appmanager
-+ \[EC][LINKIS-3381](https://github.com/apache/linkis/pull/3381) GetEngineNode 
接口支持返回完整的 EC 信息
++ \[EC-Trino][LINKIS-2639](https://github.com/apache/linkis/pull/2639) 
增加对分布式SQL查询引擎 Trino 的支持
++ \[EC-Seatunnel][LINKIS-3458](https://github.com/apache/linkis/pull/3458)  
新增对数据集成平台 Seatunnel 引擎的支持
++ \[EC][LINKIS-3381](https://github.com/apache/linkis/pull/3381) GetEngineNode 
接口支持返回完整的 EC 信息,新增对 EC 状态的记录
++ \[ECP][LINKIS-3836](https://github.com/apache/linkis/pull/3836) 合并 
cg-engineplugin 服务到 cg-linkismanager,减少服务数
+
 
 
 ## 增强点
 
-+ \[EC][LINKIS-2663](https://github.com/apache/linkis/pull/2663) 移除子任务逻辑
-+ \[COMMON][LINKIS-3697](https://github.com/apache/linkis/pull/3697) 优化 Linkis 
脚本
-+ \[MDS/DMS][LINKIS-3613](https://github.com/apache/linkis/pull/3613) 
调整元数据服务架构,在数据源中增加对HDFS类型的支持
-+ \[DMS][LINKIS-3803](https://github.com/apache/linkis/pull/3803) 优化 
DsmQueryProtocol
-+ \[DMS][LINKIS-3505](https://github.com/apache/linkis/pull/3505) 
为Qualitis添加新接口
-+ \[DEPLOY][LINKIS-3500](https://github.com/apache/linkis/pull/3500) 
支持与多个服务名兼容的启动脚本
-+ \[COMMON/PE][LINKIS-3349](https://github.com/apache/linkis/pull/3349) 
添加一个工具类来确定 OS 用户是否存在
++ \[EC][LINKIS-2663](https://github.com/apache/linkis/pull/2663) 移除子任务 subTask 
相关的逻辑
++ \[EC-OnceEC][LINKIS-3552](https://github.com/apache/linkis/pull/3552) 优化Once 
job类型获取到的EC信息时,使用ticketId作为唯一key
++ \[EC-Shell][LINKIS-3939](https://github.com/apache/linkis/pull/3939) 优化 
shell 引擎优化危险高危命令集 
++ \[COMMON][LINKIS-3349](https://github.com/apache/linkis/pull/3349) 添加工具类来确定 
OS 用户是否存在
++ \[COMMON][LINKIS-3697](https://github.com/apache/linkis/pull/3697) 优化 Linkis 
脚本,增加使用手册和指引提示 
++ \[MDS/DMS][LINKIS-3613](https://github.com/apache/linkis/pull/3613) 
优化数据源,增加对HDFS类型的支持
++ \[DMS][LINKIS-3505](https://github.com/apache/linkis/pull/3505) 
数据源增强,增加部分查询接口
++ \[DMS][LINKIS-3783](https://github.com/apache/linkis/pull/3783) 
优化数据源:未发布的数据源版本,应该不可用
++ \[DMS][LINKIS-3803](https://github.com/apache/linkis/pull/3803) 优化数据源请求接口 
DsmQueryProtocol,增加异常信息的返回
++ \[DMS][LINKIS-3881](https://github.com/apache/linkis/pull/3881) 优化数据源接口 
增加配置项的默认值的填充 
++ \[DEPLOY][LINKIS-3500](https://github.com/apache/linkis/pull/3500) 服务启动脚本优化 
以支持服务名参数的多种方式兼容
++ \[DEPLOY][LINKIS-3729](https://github.com/apache/linkis/pull/3729) 
优化安装脚本对hadoop 版本的控制 
++ \[LM][LINKIS-3740](https://github.com/apache/linkis/pull/3740) 
EC的idle和exit状态时 增加对LM服务进行资源清理操作
++ \[LM-RM][LINKIS-3733](https://github.com/apache/linkis/pull/3733) 优化RM 
资源操作锁的大小
++ \[ECM][LINKIS-3720](https://github.com/apache/linkis/pull/3720) 
性能优化,去除标记缓存的同步等待操作
++ \[Entrance][LINKIS-3831](https://github.com/apache/linkis/pull/3831) 
优化entrance 日志打印 增加时间信息 
++ \[Entrance][LINKIS-3833](https://github.com/apache/linkis/pull/3833) 优化 
EntranceJob 状态变化逻辑 
++ \[PE][LINKIS-3440](https://github.com/apache/linkis/pull/3440) 优化部分 mapper 
xml的一些方法,以防止sql注入问题
 
 ## 修复功能
-+ \[WEB][LINKIS-2921](https://github.com/apache/linkis/pull/2921) 批量关闭任务
++ \[WEB][LINKIS-2921](https://github.com/apache/linkis/pull/2921) 修复批量 kill 任务 
- 不正确的分组导致一些任务无法 kill 问题
++ \[COMMON][LINKIS-3430](https://github.com/apache/linkis/pull/3430) 
修复引擎启动失败后,再次启动时错误的复用了之前引擎的配置的问题
++ \[COMMON][LINKIS-3234](https://github.com/apache/linkis/pull/3234) 
linkis-storage 新增 linkis.fs.hdfs.impl.disable.checksum 配置项,控制hdfs的checksum校验
++ \[COMMON][LINKIS-3352](https://github.com/apache/linkis/pull/3352) 修复结果集 
excel导出时,decimalType 无法识别和计算的问题
++ \[EC][LINKIS-3752](https://github.com/apache/linkis/pull/3752) 修复 EC 
历史列表查询结果不准确的问题
++ \[DEPLOY][LINKIS-3608](https://github.com/apache/linkis/pull/3608) 在脚本中统一使用 
/usr/bin/env bash 以使代码更具可移植性
++ \[DEPLOY][LINKIS-3726](https://github.com/apache/linkis/pull/3726) 
优化网关服务:保留所有注册服务实例
++ \[PE][LINKIS-3438](https://github.com/apache/linkis/pull/3438) 修复 udf 
模块中的错误sql并消除冗余方法
++ \[EC][LINKIS-3552](https://github.com/apache/linkis/pull/3552) 优化ES EC 的包名命名
++ 
\[COMMON][LINKIS-3618](https://github.com/apache/linkis/pull/3618)统一mybatis使用规范 
将mapper的注解方式 调整为 xml
++ \[COMMON][LINKIS-3274](https://github.com/apache/linkis/pull/3274) 
[LINKIS-3519](https://github.com/apache/linkis/pull/3519) 
[LINKIS-3794](https://github.com/apache/linkis/pull/3794) 
移除对sun.misc.Unsafe的使用,以支持适配jdk11
++ \[COMMON-Storage][LINKIS-3347](https://github.com/apache/linkis/pull/3347) 
修复StorageResultSetWriter close 方法不支持重复调用
++ \[COMMON-Storage][LINKIS-3620](https://github.com/apache/linkis/pull/3620) 
修复 linkis-storage 可能存在的NPE问题 
++ \[COMMON-Storage][LINKIS-3710](https://github.com/apache/linkis/pull/3710) 
修复 StorageResultSetWriter调用close方法后调用flush清空文件的问题 
++ 
\[COMMON-HttpClient][LINKIS-3815](https://github.com/apache/linkis/pull/3815) 
修复 CloseableHttpResponse 没有关闭,导致httpclient连接异常
++ \[GATEWAY][LINKIS-3609](https://github.com/apache/linkis/pull/3609) 修复网关服务 
DefaultGatewayRouter初始化时可能会出现的 NPE问题
++ \[GATEWAY][LINKIS-3747](https://github.com/apache/linkis/pull/3747) 
[LINKIS-3732](https://github.com/apache/linkis/pull/3732) 
修复api接口的结果处理可能存在的npe问题以及状态码可能不正确的场景
++ \[GATEWAY][LINKIS-4031](https://github.com/apache/linkis/pull/4031) 修复 
gateway 获取客户端真实ip不正确的问题 
++ \[EC-JDBC][LINKIS-3240](https://github.com/apache/linkis/pull/3240) 
优化JDBC包名的命名
++ \[EC-JDBC][LINKIS-3796](https://github.com/apache/linkis/pull/3796) 修复 JDBC 
引擎无法处理 链接协议中的大写问题
++ \[EC-Python][LINKIS-3465](https://github.com/apache/linkis/pull/3465) 修复 
python 代码解析器无法兼容原生python装饰器的问题 
++ \[EC-Hive][LINKIS-3906](https://github.com/apache/linkis/pull/3906) 
修复事务表查询下多次编译导致的 Txn 列表失效问题
++ \[Entrance][LINKIS-3694](https://github.com/apache/linkis/pull/3684) 
修复EntranceRestfulApi 的日志接口可能丢失日志的问题 
++ \[Entrance][LINKIS-3713](https://github.com/apache/linkis/pull/3713) 
修复日志打印中的错误拼接符
++ \[Label][LINKIS-4011](https://github.com/apache/linkis/pull/4011) 修复 
label-server 标签服务mapper xml语句错误问题
+
+## 安全相关
++ \[EC-JDBC][LINKIS-3826](https://github.com/apache/linkis/pull/3826) 
数据源服务建立连接时,屏蔽部分不安全的参数连接参数
+
+## 依赖变更
++ \[COMMON][LINKIS-3624](https://github.com/apache/linkis/pull/3624) 
升级maven构建的schema 1.1.2.xsd升级至2.1.1.xsd
 + \[COMMON][LINKIS-2971](https://github.com/apache/linkis/pull/2971) 移除 
netty-3.6.2.Final.jar 依赖
-+ \[EC-JDBC][LINKIS-3240](https://github.com/apache/linkis/pull/3240) 
修复JDBC执行器目录
-+ \[COMMON][LINKIS-3430](https://github.com/apache/linkis/pull/3430) 
修复引擎启动失败后,再次启动时复用引擎配置
-+ \[COMMON][LINKIS-3234](https://github.com/apache/linkis/pull/3234) 
修复link-storage hadoop 校验和问题
-+ \[][LINKIS-3347](https://github.com/apache/linkis/pull/3347) 
修复StorageResultSetWriter close 方法不支持重复调用
-+ \[COMMON][LINKIS-3352](https://github.com/apache/linkis/pull/3352) 
修复excel导出:decimalType无法识别和计算
-+ \[EC][LINKIS-3752] (https://github.com/apache/linkis/pull/3752) 修复 EC 
历史列表查询结果不准确的问题
-+ \[DEPLOY][LINKIS-3726](https://github.com/apache/linkis/pull/3726) 保留所有注册服务实例
-+ \[EC-JDBC][LINKIS-3796](https://github.com/apache/linkis/pull/3796) 
处理mysql链接以JDBC打头的情况
-+ \[EC-JDBC][LINKIS-3826](https://github.com/apache/linkis/pull/3826) 
处理mysql连接参数
-+ \[PE/PS][LINKIS-3440](https://github.com/apache/linkis/pull/3440) 
重构一些方法以防止sql注入
-+ \[PE][LINKIS-3438](https://github.com/apache/linkis/pull/3438) 更新错误sql并消除冗余方法
-+ \[EC][LINKIS-3552](https://github.com/apache/linkis/pull/3552) 修复 ES EC 
的执行器目录
+
 
 ## 致谢
 Apache Linkis 1.3.1 的发布离不开 Linkis 社区的贡献者,感谢所有的社区贡献者,包括但不仅限于以下 
Contributors(排名不发先后):
-AaronLinOops, Alexkun, jacktao007, legendtkl, peacewong, casionone, 
QuintinTao, cydenghua, jackxu2011, ruY9527, huiyuanjjjjuice, binbinCheng, 
yyuser5201314, Beacontownfc, duhanmin, whiterxine, aiceflower, weipengfei-sj, 
zhaoyun006, CCweixiao, Beacontownfc, mayinrain
\ No newline at end of file
+AaronLinOops, Alexkun, jacktao007, legendtkl, peacewong, casionone, 
QuintinTao, cydenghua, jackxu2011, ruY9527, 
+huiyuanjjjjuice, binbinCheng, yyuser5201314, Beacontownfc, duhanmin, 
whiterxine, aiceflower, weipengfei-sj, 
+zhaoyun006, CCweixiao, Beacontownfc, mayinrain
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to