From 17b64f858e5cca3bdf940fb49b5b6c92258601e9 Mon Sep 17 00:00:00 2001 From: gongzhongqiang Date: Fri, 1 Dec 2023 10:59:31 +0800 Subject: [PATCH] Append release note for 2.1.2 --- 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 d23072f4e..8524fcf9f 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)