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/streampark-website.git
The following commit(s) were added to refs/heads/dev by this push:
new 69abdab [Release][doc] Add release notes for version 2.1.7 (#437)
69abdab is described below
commit 69abdab6e147a892ee2782df4e74555eca5cbefb
Author: gongzhongqiang <[email protected]>
AuthorDate: Wed Nov 5 16:58:34 2025 +0800
[Release][doc] Add release notes for version 2.1.7 (#437)
* [Release][doc] Add release notes for version 2.1.7.
* [Release][doc] Update data.json for version 2.1.7 release details.
---
src/pages/download/data.json | 5 +++++
src/pages/download/release-note/2.1.7.md | 29 +++++++++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/src/pages/download/data.json b/src/pages/download/data.json
index f371316..c940853 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 0000000..f591208
--- /dev/null
+++ b/src/pages/download/release-note/2.1.7.md
@@ -0,0 +1,29 @@
+## Release Notes 2.1.7
+
+<div style={{height: '30px'}}></div>
+
+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.
+
+<div style={{height: '30px'}}></div>
+
+### 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