From 0398f35d56ba6bbcd3ff98ea2f70a92f292522bc Mon Sep 17 00:00:00 2001 From: gongzhongqiang Date: Fri, 31 Oct 2025 15:30:58 +0800 Subject: [PATCH 1/2] [Release][doc] Add release notes for version 2.1.7. --- src/pages/download/release-note/2.1.7.md | 29 ++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 src/pages/download/release-note/2.1.7.md diff --git a/src/pages/download/release-note/2.1.7.md b/src/pages/download/release-note/2.1.7.md new file mode 100644 index 000000000..f591208c3 --- /dev/null +++ b/src/pages/download/release-note/2.1.7.md @@ -0,0 +1,29 @@ +## Release Notes 2.1.7 + +
+ +Apache StreamPark 2.1.7 includes several improvements and bug fixes. +This release enhances the stability, security, and user experience of the platform. +It's recommended that users upgrade to this version. + +
+ +### Features +--- +- N.A + +### Bugfix +--- +- Fixed an issue with retrieving Flink configuration files. + +### Improvements +--- +- Enhanced MavenUtils license header for better consistency. +- Improved Maven arguments validation for more robust build handling. +- Refined login authentication process for increased security and reliability. + +### Acknowledgements +--- +Thanks contributors, users, etc. related with the work of the new version for the efforts. + +**Full Changelog**: https://github.com/apache/streampark/compare/v2.1.6...v2.1.7 From 2b96bee3c5f72f4d240de3c49df55a564339e8a7 Mon Sep 17 00:00:00 2001 From: gongzhongqiang Date: Wed, 5 Nov 2025 16:45:37 +0800 Subject: [PATCH 2/2] [Release][doc] Update data.json for version 2.1.7 release details. --- src/pages/download/data.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/pages/download/data.json b/src/pages/download/data.json index f3713163c..c9408531d 100644 --- a/src/pages/download/data.json +++ b/src/pages/download/data.json @@ -1,4 +1,9 @@ [ + { + "version": "2.1.7", + "date": "2025-11-05", + "tlp": true + }, { "version": "2.1.6", "date": "2025-07-09",