You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by fa...@apache.org on 2022/06/03 05:36:44 UTC

[incubator-seatunnel] 01/03: Add release-note.md of 2.1.2

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

fanjia pushed a commit to branch 2.1.2-release
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git

commit 68c243c6816d98f9a633b1692faf4207ee650c72
Author: fanjia <10...@qq.com>
AuthorDate: Fri Jun 3 13:27:31 2022 +0800

    Add release-note.md of 2.1.2
---
 pom.xml         |  2 +-
 release-note.md | 40 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 81820bb8..74531dec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,7 +88,7 @@
     </modules>
 
     <properties>
-        <revision>2.1.1-SNAPSHOT</revision>
+        <revision>2.1.2-SNAPSHOT</revision>
         <seatunnel.config.shade.version>2.1.1</seatunnel.config.shade.version>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <java.version>1.8</java.version>
diff --git a/release-note.md b/release-note.md
new file mode 100644
index 00000000..055283f5
--- /dev/null
+++ b/release-note.md
@@ -0,0 +1,40 @@
+# 2.1.2 Release
+
+[Feature]
+- Add Spark webhook source
+- Support Flink application mode
+- Split connector jar from core jar
+- Add Replace transforms for Spark
+- Add Uuid transform for Spark
+- Support Flink dynamic configurations
+- Flink JDBC source support Oracle database
+- Add Flink connector Http
+- Add Flink transform for register user define function
+- Add Flink SQL Kafka, ElasticSearch connector
+
+[Bugfix]
+- Fixed ClickHouse sink data type convert error
+- Fixed first execute Spark start shell can't run problem
+- Fixed can not get config file when use Spark on yarn cluster mode
+- Fixed Spark extraJavaOptions can't be empty
+- Fixed the "plugins.tar.gz" decompression failure in Spark standalone cluster mode 
+- Fixed Clickhouse sink can not work correctly when use multiple hosts
+- Fixed Flink sql conf parse exception
+- Fixed Flink JDBC Mysql datatype mapping incomplete
+- Fixed variables cannot be set in Flink mode
+- Fixed SeaTunnel Flink engine cannot check source config
+
+[Improvement]
+- Update Jackson version to 2.12.6
+- Add guide on how to Set Up SeaTunnel with Kubernetes
+- Optimize some generic type code
+- Add Flink SQL e2e module
+- Flink JDBC connector add pre sql and post sql
+- Use @AutoService to generate SPI file
+- Support Flink FakeSourceStream to mock data
+- Support Read Hive by Flink JDBC source
+- ClickhouseFile support ReplicatedMergeTree
+- Support use Hive sink to save table as ORCFileFormat
+- Support Spark Redis sink custom expire time
+- Add Spark JDBC isolationLevel config
+- Use Jackson replace Fastjson 
\ No newline at end of file