You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampark.apache.org by be...@apache.org on 2024/03/06 03:03:15 UTC

(incubator-streampark-website) branch 2.1.3 created (now 6ee54e14)

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

benjobs pushed a change to branch 2.1.3
in repository https://gitbox.apache.org/repos/asf/incubator-streampark-website.git


      at 6ee54e14 [Feat] add 2.1.3 release node

This branch includes the following new commits:

     new 6ee54e14 [Feat] add 2.1.3 release node

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



(incubator-streampark-website) 01/01: [Feat] add 2.1.3 release node

Posted by be...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

benjobs pushed a commit to branch 2.1.3
in repository https://gitbox.apache.org/repos/asf/incubator-streampark-website.git

commit 6ee54e14fdd33ea8899b61044b5413348a27d24e
Author: benjobs <be...@gmail.com>
AuthorDate: Wed Mar 6 11:03:02 2024 +0800

    [Feat] add 2.1.3 release node
---
 src/pages/download/release-note/2.1.3.md | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/src/pages/download/release-note/2.1.3.md b/src/pages/download/release-note/2.1.3.md
new file mode 100644
index 00000000..a230e583
--- /dev/null
+++ b/src/pages/download/release-note/2.1.3.md
@@ -0,0 +1,29 @@
+
+## Release Notes 2.1.3
+
+<div style={{height: '30px'}}></div>
+
+Apache StreamPark (incubating) 2.1.3 is a bug-fix release that addresses some CVEs and all known historical bugs. It is a relatively stable version, and users are recommended to upgrade.
+
+<div style={{height: '30px'}}></div>
+
+### Bugfix
+---
+- Fixed CVE security vulnerability
+- Fixed SQL injection vulnerability
+- Fixed bug in maven_wrapper validation
+- Fixed bug causing repeated start due to job failure restart.
+- Fixed bug clusterId parameter to be set incorrectly when create job from copy(on k8s session mode)
+- Fixed the bug where some fields failed to update during job editing
+- Fixed bug caused by upgrading script 2.1.2
+- 
+### Improvements
+
+- Improve MySQL init DDL compatibility issue
+- Improve job submit and status monitoring(flink on k8s)
+- Improve JVM parameter setting in startup scripts
+- Improve job startup for specifying cp/sp interaction (manual or historical record selection)
+- Frontend i18n improvement
+- Add input validation for docker|email in system settings
+- Improve job status update logic to avoid frequent database updates
+- Improve parameters for job status monitoring thread pool.