leonardBang commented on code in PR #835: URL: https://github.com/apache/flink-web/pull/835#discussion_r2979464633
########## docs/content/posts/2026-03-21-release-cdc-3.6.0.md: ########## @@ -0,0 +1,108 @@ +--- +title: "Apache Flink CDC 3.6.0 Release Announcement" +date: "2026-03-21T08:00:00.000Z" +authors: +- yanquan: + name: "Yanquan Lv" +aliases: +- /news/2026/03/21/release-cdc-3.6.0.html +--- + +The Apache Flink Community is excited to announce the release of Flink CDC 3.6.0! +This release introduces new pipeline connectors for Apache Hudi Sink and Oracle Source, enhances Transform framework with VARIANT type and JSON parsing support, improves Schema Evolution capabilities for better multi-table synchronization scenarios, adds support for PostgreSQL schema evolution, and extends Flink version support to 1.20.x and 2.2.x. Numerous bug fixes and improvements have been made across various connectors including MySQL, MongoDB, Oracle, Iceberg, StarRocks, Kafka, and Paimon. + +Flink CDC release packages are available at [Releases Page](https://flink.apache.org/downloads.html#flink-cdc), +and documentations are available at [Flink CDC documentation](https://nightlies.apache.org/flink/flink-cdc-docs-release-3.6) page. +Looking forward to any feedback from the community through the Flink [mailing lists](https://flink.apache.org/community.html#mailing-lists) or [JIRA](https://issues.apache.org/jira/browse/flink)! + +# Highlights + +## Pipeline Core + +* [FLINK-38729][FLINK-38730] Bump Flink version support to 1.20.x and 2.2.x, and bump JDK version to 11. Review Comment: Could you add a short note to explain how to use flink cdc for different flink version? ########## docs/content/posts/2026-03-21-release-cdc-3.6.0.md: ########## @@ -0,0 +1,108 @@ +--- +title: "Apache Flink CDC 3.6.0 Release Announcement" +date: "2026-03-21T08:00:00.000Z" Review Comment: minor: update the date when release ########## docs/content/posts/2026-03-21-release-cdc-3.6.0.md: ########## @@ -0,0 +1,108 @@ +--- +title: "Apache Flink CDC 3.6.0 Release Announcement" +date: "2026-03-21T08:00:00.000Z" +authors: +- yanquan: + name: "Yanquan Lv" +aliases: +- /news/2026/03/21/release-cdc-3.6.0.html Review Comment: minor: update the date when release ########## docs/data/flink_cdc.yml: ########## @@ -15,6 +15,16 @@ # specific language governing permissions and limitations # under the License +3.6: + name: "Apache Flink CDC 3.6.0" + binary_release_url: "https://www.apache.org/dyn/closer.lua/flink/flink-cdc-3.6.0/flink-cdc-3.6.0-bin.tar.gz" + binary_release_asc_url: "https://downloads.apache.org/flink/flink-cdc-3.6.0/flink-cdc-3.6.0-bin.tar.gz.asc" + binary_release_sha512_url: "https://downloads.apache.org/flink/flink-cdc-3.6.0/flink-cdc-3.6.0-bin.tar.gz.sha512" + source_release_url: "https://www.apache.org/dyn/closer.lua/flink/flink-cdc-3.6.0/flink-cdc-3.6.0-src.tgz" + source_release_asc_url: "https://downloads.apache.org/flink/flink-cdc-3.6.0/flink-cdc-3.6.0-src.tgz.asc" + source_release_sha512_url: "https://downloads.apache.org/flink/flink-cdc-3.6.0/flink-cdc-3.6.0-src.tgz.sha512" + compatibility: ["1.20.x", "2.2.x"] Review Comment: Could you also add download urls for Flink 2.2.x version? ########## docs/data/release_archive.yml: ########## @@ -825,6 +825,9 @@ release_archive: release_date: 2017-07-27 flink_cdc: + - version_short: 3.6 + version_long: 3.6.0 + release_date: 2026-03-21 Review Comment: minor: update the date when release -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
