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

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


The following commit(s) were added to refs/heads/dev by this push:
     new 5f28156  docs: 2.1.4 release note (#413)
5f28156 is described below

commit 5f28156cdc49ce82ae151f5fd2e8ad9bc09f76ee
Author: VampireAchao <[email protected]>
AuthorDate: Mon Oct 14 00:01:22 2024 +0800

    docs: 2.1.4 release note (#413)
    
    * docs: 2.1.4 release note
    
    * Update 2.1.5.md
    
    ---------
    
    Co-authored-by: benjobs <[email protected]>
---
 src/pages/download/release-note/2.1.5.md | 47 ++++++++++++++++++++++++++++++++
 1 file changed, 47 insertions(+)

diff --git a/src/pages/download/release-note/2.1.5.md 
b/src/pages/download/release-note/2.1.5.md
new file mode 100644
index 0000000..63e3129
--- /dev/null
+++ b/src/pages/download/release-note/2.1.5.md
@@ -0,0 +1,47 @@
+
+## Release Notes 2.1.5
+
+<div style={{height: '30px'}}></div>
+
+Apache StreamPark (incubating) 2.1.5 introduces new features, important 
improvements, and bug fixes, including support for Flink 1.20. This release 
significantly enhances the stability and user experience of the platform. Users 
are recommended to upgrade.
+
+<div style={{height: '30px'}}></div>
+
+### Features
+---
+- Support for Apache Flink 1.20 #3994
+- Added StreamPark one-click installation script #3748
+- The Flink Web UI proxy support #3931
+- Git clone by Git tag support #4009
+
+### Bugfix
+---
+- Flink job on Kubernetes-application-mode trigger savepoint bug Fixed  #3995
+- Fixed Flink VVR version parsing issue #3866
+- Fixed DingTalk alert issue #3730
+- Fixed Kerberos authentication issues in Flink on YARN #3951
+- Resolved issue where HA files were not cleaned after Flink job completion, 
leading to duplicate job starts #4029
+- Fixed issue with loading flink-conf #4109
+
+### Improvements
+---
+- Optimized log printing and return handling in GlobalExceptionHandler #3705
+- Disabled the TRACE HTTP method for security enhancement #3718
+- Enhanced logging with more debug information #3720
+- Improved Docker settings for better deployment #3864
+- Removed Swagger dependencies #3893
+- Enhanced proxy permission checks and fixed URL bug for YARN #3986
+- Minor improvements to Flink checkpoint configuration keys #4004
+- Multi-version adaptation support for Flink on YARN #4007
+- JVM options optimization #4010
+- Custom-code jobs now support get configurations from JAR files #4055
+- Added jobId labels to pods deployed in Kubernetes mode #4063
+- Added support for variables in Flink configurations #4065
+
+### New Contributors
+---
+- @soulmz made their first contribution in #3717
+- @lintingbin made their first contribution in #3931
+- @lizh501 made their first contribution in #4007
+
+**Full Changelog**: 
https://github.com/apache/incubator-streampark/compare/v2.1.4...v2.1.5

Reply via email to