This is an automated email from the ASF dual-hosted git repository.

renqs pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/flink-web.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new f3eba7403 Add release announcement for Flink CDC 3.1.1 (#746)
f3eba7403 is described below

commit f3eba740395dfb2d3b8d42fe326027f7e067a0a4
Author: Qingsheng Ren <renqs...@gmail.com>
AuthorDate: Tue Jun 18 23:37:52 2024 +0800

    Add release announcement for Flink CDC 3.1.1 (#746)
---
 docs/config.toml                                   |  2 +-
 docs/content/posts/2024-06-18-release-cdc-3.1.1.md | 41 ++++++++++++++++++++++
 docs/data/flink_cdc.yml                            | 14 ++++----
 docs/data/release_archive.yml                      |  3 ++
 4 files changed, 52 insertions(+), 8 deletions(-)

diff --git a/docs/config.toml b/docs/config.toml
index d5db6b421..dc0772a00 100644
--- a/docs/config.toml
+++ b/docs/config.toml
@@ -49,7 +49,7 @@ posts = "/:year/:month/:day/:title/"
   StateFunStableShortVersion = "3.3"
   FlinkMLStableVersion = "2.3.0"
   FlinkMLStableShortVersion = "2.3"
-  FlinkCDCStableVersion = "3.1.0"
+  FlinkCDCStableVersion = "3.1.1"
   FlinkCDCStableShortVersion = "3.1"
   FlinkKubernetesOperatorStableVersion = "1.8.0"
   FlinkKubernetesOperatorStableShortVersion = "1.8"
diff --git a/docs/content/posts/2024-06-18-release-cdc-3.1.1.md 
b/docs/content/posts/2024-06-18-release-cdc-3.1.1.md
new file mode 100644
index 000000000..14d4f40a5
--- /dev/null
+++ b/docs/content/posts/2024-06-18-release-cdc-3.1.1.md
@@ -0,0 +1,41 @@
+---
+title:  "Apache Flink CDC 3.1.1 Release Announcement"
+date: "2024-06-18T08:00:00.000Z"
+authors:
+- renqs:
+  name: "Qingsheng Ren"
+  twitter: "renqstuite"
+aliases:
+- /news/2024/06/18/release-release-cdc-3.1.1.html
+---
+The Apache Flink Community is pleased to announce the first bug fix release of 
the Flink CDC 3.1 series.
+
+The release contains fixes for several critical issues and improves 
compatibilities with Apache Flink. Below you will find a list of all bugfixes 
and improvements (excluding improvements to the build infrastructure and build 
stability). For a complete list of all changes see:
+[JIRA](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315522&version=12354763).
+
+We highly recommend all users to upgrade to Flink CDC 3.1.1.
+
+## Release Notes
+
+### Bug
+* [FLINK-34908] Mysql pipeline to doris and starrocks will lost precision for 
timestamp
+* [FLINK-35149] Fix DataSinkTranslator#sinkTo ignoring pre-write topology if 
not TwoPhaseCommittingSink
+* [FLINK-35294] Use source config to check if the filter should be applied in 
timestamp starting mode
+* [FLINK-35301] Fix deadlock when loading driver classes
+* [FLINK-35323] Only the schema of the first hit table is recorded when the 
source-table of the transformer hits multiple tables
+* [FLINK-35415] CDC Fails to create sink with Flink 1.19
+* [FLINK-35430] ZoneId is not passed to DebeziumJsonSerializationSchema
+* [FLINK-35464] Flink CDC 3.1 breaks operator state compatiblity
+* [FLINK-35540] flink-cdc-pipeline-connector-mysql lost table which database 
and table with the same name
+
+### Documentation improvement
+* [FLINK-35527] Polish quickstart guide & clean stale links in docs
+* [FLINK-35545] Miss 3.1.0 version in snapshot flink-cdc doc version list
+
+## Release Resources
+The source artifacts and binaries are available on the [Downloads page]({{< 
relref "downloads" >}}) of the Flink website.
+
+For more details, check the [updated 
documentation](https://nightlies.apache.org/flink/flink-cdc-docs-release-3.1/) 
and the release notes. We encourage you to download the release and share your 
feedback with the community through the Flink mailing lists or JIRA.
+
+## List of Contributors
+Hongshun Wang, Jiabao Sun, North Lin, Qingsheng Ren, Wink, Xin Gong, 
gongzhongqiang, joyCurry30, yux, yuxiqian
diff --git a/docs/data/flink_cdc.yml b/docs/data/flink_cdc.yml
index 079ad38c3..d5cb1a471 100644
--- a/docs/data/flink_cdc.yml
+++ b/docs/data/flink_cdc.yml
@@ -16,11 +16,11 @@
 # under the License
 
 3.1:
-  name: "Apache Flink CDC 3.1.0"
-  binary_release_url: 
"https://www.apache.org/dyn/closer.lua/flink/flink-cdc-3.1.0/flink-cdc-3.1.0-bin.tar.gz";
-  binary_release_asc_url: 
"https://downloads.apache.org/flink/flink-cdc-3.1.0/flink-cdc-3.1.0-bin.tar.gz.asc";
-  binary_release_sha512_url: 
"https://downloads.apache.org/flink/flink-cdc-3.1.0/flink-cdc-3.1.0-bin.tar.gz.sha512";
-  source_release_url: 
"https://www.apache.org/dyn/closer.lua/flink/flink-cdc-3.1.0/flink-cdc-3.1.0-src.tgz";
-  source_release_asc_url: 
"https://downloads.apache.org/flink/flink-cdc-3.1.0/flink-cdc-3.1.0-src.tgz.asc";
-  source_release_sha512_url: 
"https://downloads.apache.org/flink/flink-cdc-3.1.0/flink-cdc-3.1.0-src.tgz.sha512";
+  name: "Apache Flink CDC 3.1.1"
+  binary_release_url: 
"https://www.apache.org/dyn/closer.lua/flink/flink-cdc-3.1.1/flink-cdc-3.1.1-bin.tar.gz";
+  binary_release_asc_url: 
"https://downloads.apache.org/flink/flink-cdc-3.1.1/flink-cdc-3.1.1-bin.tar.gz.asc";
+  binary_release_sha512_url: 
"https://downloads.apache.org/flink/flink-cdc-3.1.1/flink-cdc-3.1.1-bin.tar.gz.sha512";
+  source_release_url: 
"https://www.apache.org/dyn/closer.lua/flink/flink-cdc-3.1.1/flink-cdc-3.1.1-src.tgz";
+  source_release_asc_url: 
"https://downloads.apache.org/flink/flink-cdc-3.1.1/flink-cdc-3.1.1-src.tgz.asc";
+  source_release_sha512_url: 
"https://downloads.apache.org/flink/flink-cdc-3.1.1/flink-cdc-3.1.1-src.tgz.sha512";
   compatibility: ["1.18.x"]
diff --git a/docs/data/release_archive.yml b/docs/data/release_archive.yml
index f958fdf64..5ac282b73 100644
--- a/docs/data/release_archive.yml
+++ b/docs/data/release_archive.yml
@@ -687,6 +687,9 @@ release_archive:
       release_date: 2017-07-27
 
   flink_cdc:
+    - version_short: 3.1
+      version_long: 3.1.1
+      release_date: 2024-06-18
     - version_short: 3.1
       version_long: 3.1.0
       release_date: 2024-05-17

Reply via email to