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 d7980963 add release note for 2.1.0 (#199)
d7980963 is described below
commit d7980963af1487513ade2e15c7ebd49d11b9c6fc
Author: macksonmu <[email protected]>
AuthorDate: Tue May 2 20:48:31 2023 +0800
add release note for 2.1.0 (#199)
---
src/pages/download/release-note/2.1.0.md | 58 ++++++++++++++++++++++++++++++++
1 file changed, 58 insertions(+)
diff --git a/src/pages/download/release-note/2.1.0.md
b/src/pages/download/release-note/2.1.0.md
new file mode 100644
index 00000000..18ae940e
--- /dev/null
+++ b/src/pages/download/release-note/2.1.0.md
@@ -0,0 +1,58 @@
+
+## Release Notes 2.1.0
+
+<div style={{height: '30px'}}></div>
+
+Apache StreamPark (incubating) 2.1.0 is an important upgrade version. In this
current version, we have upgraded many dependencies version to address
vulnerabilities and risks, support Flink 1.17. Numerous improvements have been
incorporated, and many bugs have been fixed. Stability and security have been
further improved.
+
+<div style={{height: '30px'}}></div>
+
+
+### Features
+----
+
+- Support Flink 1.17 (#2533)
+- Support external link (#2375)
+- Support openapi3 (#2459)
+- Support yarn-queue management. (#2317)
+- Refactor settings page (#2545)
+- Support trigger savepoint manually (#2268)
+
+### Improvements
+---
+
+- Upgrade Hadoop Version to 3.3.4 (#2650)
+- Upgrade springboot version to 2.7.11 (#2685)
+- Upgrade mybatis-plus to 3.5.3.1 (#2666)
+- FlinkHome check improvement (#2548)
+- Ingress multi-version adaptation (#2704)
+- Start-script improvement (#2715)
+- Reset password improvement(#2696)
+- Workspace local permission check improvement(#2557)
+- DDL schema column length improvement (#2680)
+- Trigger savepoint improvement (#2679)
+- FlinkHome delete support (#2615)
+- Start script and ldap config improvement (#2640)
+- Add more constraints the user permission (#2634)
+- Consistently use pnpm in build and CI (#2507)
+- Record more info of application log (#2472)
+- i18n improvement (#2346)
+- Spark app support user args (#2627)
+-
+
+### Bugfix
+---
+
+- Trigger savepoint timeout bug fixed. (#2575)
+- Postgresql scheme data type error #2649 (#2660)
+- No log output in kubernetes session cluster bug fixed (#2599)
+- The restartSize in the application cannot be set to 0 (#2491)
+- `state.checkpoints.num-retained` is invalid (#2333)
+- Yarn per job mode the yarn-queue parameter is not work #2669 (#2670)
+- Modifications should be disabled when building a project (#2596) (#2597)
+- The editor of the system setting module does not have permission control
(#2637)
+- Delete application will not remove k8s watching (#2598)
+- Duplicate dependencies in console module (#2519)
+- The application can be started repeatedly by calling the api #2488 (#2499)
+- Application parameter restartSize cannot be updated to the database #2482
(#2484)
+- login failed when ldap password was changed (#2478)
\ No newline at end of file