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", 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