You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by ty...@apache.org on 2023/01/06 01:43:54 UTC

[incubator-seatunnel] branch dev updated: [Improve][Docs] Add next version release note (#3862)

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

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


The following commit(s) were added to refs/heads/dev by this push:
     new cef31fd9c [Improve][Docs] Add next version release note (#3862)
cef31fd9c is described below

commit cef31fd9cf90caeb1298c97aff68d5085db9ee2f
Author: Kirs <ki...@apache.org>
AuthorDate: Fri Jan 6 09:43:49 2023 +0800

    [Improve][Docs] Add next version release note (#3862)
    
    And list the inspection items in the PR template
---
 .github/PULL_REQUEST_TEMPLATE.md |  3 ++-
 release-note.md                  | 50 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 52 insertions(+), 1 deletion(-)

diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 736a8a517..ee1aace4a 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -29,4 +29,5 @@ Feel free to ping committers for the review!
 * [ ] If you are contributing the connector code, please check that the following files are updated:
   1. Update change log that in connector document. For more details you can refer to [connector-v2](https://github.com/apache/incubator-seatunnel/tree/dev/docs/en/connector-v2)
   2. Update [plugin-mapping.properties](https://github.com/apache/incubator-seatunnel/blob/dev/plugin-mapping.properties) and add new connector information in it
-  3. Update the pom file of [seatunnel-dist](https://github.com/apache/incubator-seatunnel/blob/dev/seatunnel-dist/pom.xml)
\ No newline at end of file
+  3. Update the pom file of [seatunnel-dist](https://github.com/apache/incubator-seatunnel/blob/dev/seatunnel-dist/pom.xml)
+* [ ] Update the [`release-note`](https://github.com/apache/incubator-seatunnel/blob/dev/release-note.md).
\ No newline at end of file
diff --git a/release-note.md b/release-note.md
new file mode 100644
index 000000000..a9ffc530c
--- /dev/null
+++ b/release-note.md
@@ -0,0 +1,50 @@
+# Next-release
+
+## New Feature
+### Zeta Engine
+- [Script]Add support close engine instance shell
+### Core
+- [Starter][Flink]Support transform-v2 for flink #3396
+### Transformer
+- [Spark] Support transform-v2 for spark (#3409)
+- [ALL]Add FieldMapper Transform #3781
+
+## Improves
+### Connectors
+- [CDC]Add mysql-cdc source factory #3791
+- [JDBC]Fix the problem that the exception cannot be thrown normally #3796
+- [JDBC]Remove unused options for jdbc source factory #3794
+- [JDBC]Add exactly-once for JDBC source connector #3750
+- [JDBC]Fix JDBC source xa transaction commit failure on pipeline restore #3809
+- [JDBC]Improve option check rule
+- [JDBC]Support SAP HANA. (#3017)
+- [MongoDB]Add source query capability #3697
+- [File]Fix file source connector option rule bug #3804
+- [File]Add lzo compression way
+- [Kafka]Fix Source failed to parse offset format #3810
+- [Kafka]Fix source the default value of commit_on_checkpoint #3831
+- [Kafka & RabbitMQ & StarRocks & ClickHouse]Change Connector Custom Config Prefix To Map #3719
+- [Common]The log outputs detailed exception stack information #3805
+- [API]Add parallelism and column projection interface #3829
+- [API]Add get source method to all source connector #3846
+### Zeta Engine
+- [Chore] Remove unnecessary dependencies #3795
+- [Core] Improve job restart of all node down #3784
+- [Checkpoint] Cancel CheckpointCoordinator First Before Cancel Task #3838
+- [Storage] Remove seatunnel-api from engine storage. #3834
+
+## Bug Fixes
+### Connectors
+- [ClickHouse File] Fix ClickhouseFile Committer Serializable Problems #3803
+
+### Zeta Engine
+- [Checkpoint] Fix Checkpoint Continue Trigger After Job CANCELED #3808
+- [Core]Fix Local Mode can't deserialize split (#3817)
+- [Metrics] Fix Metrics will lose when Job be canceled. #3797
+
+
+## Test
+### E2E
+- [SqlServer CDC] fix SqlServerCDC IT failure #3807
+
+