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 2ebb3801 Append release note for 2.1.2 (#297)
2ebb3801 is described below
commit 2ebb3801a86d941cdb4a34f245d98ab90dbe790c
Author: gongzhongqiang <[email protected]>
AuthorDate: Fri Dec 1 22:38:08 2023 +0800
Append release note for 2.1.2 (#297)
---
src/pages/download/release-note/2.1.2.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/pages/download/release-note/2.1.2.md
b/src/pages/download/release-note/2.1.2.md
index d23072f4..8524fcf9 100644
--- a/src/pages/download/release-note/2.1.2.md
+++ b/src/pages/download/release-note/2.1.2.md
@@ -19,6 +19,8 @@ Apache StreamPark (incubating) 2.1.2 is a bug fix version,
which fixes some majo
- Fixed alert information cannot be sent in cancelling state (#3236)
- Fixed deploy bug in k8s model (#3021)
- Fixed ingress to flink ui static resources 404 (#3302)
+- Fixed the bug where the modify_time of the task changes with the current
time (#3359)
+- Fixed teamId is null and case sql error (#3365)
### Improvements
---
@@ -29,3 +31,4 @@ Apache StreamPark (incubating) 2.1.2 is a bug fix version,
which fixes some majo
- Delete|update syntax support for flink 1.18
- Extract programArgs improvement
- Remote submit mode automatically load jars under flink/lib
+- Improve maven build (#3368)