diff --git a/.gitignore b/.gitignore index 204a966b8a1..77e5344f489 100644 --- a/.gitignore +++ b/.gitignore @@ -48,7 +48,6 @@ test.conf spark-warehouse *.flattened-pom.xml -seatunnel-examples # vscode .vscode @@ -59,4 +58,4 @@ node/ dist/ -seatunnel-engine/seatunnel-engine-server/**/ui/* \ No newline at end of file +seatunnel-engine/seatunnel-engine-server/**/ui/* diff --git a/docs/en/connector-v2/changelog/connector-aerospike.md b/docs/en/connector-v2/changelog/connector-aerospike.md index 4d3f6498d56..52e21e67128 100644 --- a/docs/en/connector-v2/changelog/connector-aerospike.md +++ b/docs/en/connector-v2/changelog/connector-aerospike.md @@ -2,6 +2,6 @@ | Change | Commit | Version | | --- | --- | --- | -|[Feature][Connector-V2] Add aerospike sink connector (#8821)|https://github.com/apache/seatunnel/commit/68ebf15cf6| dev | +|[Feature][Connector-V2] Add aerospike sink connector (#8821)|https://github.com/apache/seatunnel/commit/68ebf15cf6|2.3.11| diff --git a/docs/en/connector-v2/changelog/connector-amazondynamodb.md b/docs/en/connector-v2/changelog/connector-amazondynamodb.md index c414b43e82b..e09e8a76206 100644 --- a/docs/en/connector-v2/changelog/connector-amazondynamodb.md +++ b/docs/en/connector-v2/changelog/connector-amazondynamodb.md @@ -2,6 +2,7 @@ | Change | Commit | Version | | --- | --- | --- | +|[Feature][Checkpoint] Add check script for source/sink state class serialVersionUID missing (#9118)|https://github.com/apache/seatunnel/commit/4f5adeb1c7|2.3.11| |[Fix] Fix error log name for SourceSplitEnumerator implements class (#8817)|https://github.com/apache/seatunnel/commit/55ed90ecaf|2.3.10| |[Improve] restruct connector common options (#8634)|https://github.com/apache/seatunnel/commit/f3499a6eeb|2.3.10| |[improve] update amazondynamodb connector (#8601)|https://github.com/apache/seatunnel/commit/a69efca0fd|2.3.10| diff --git a/docs/en/connector-v2/changelog/connector-cdc-base.md b/docs/en/connector-v2/changelog/connector-cdc-base.md index 43c8523234a..a8071b20ace 100644 --- a/docs/en/connector-v2/changelog/connector-cdc-base.md +++ b/docs/en/connector-v2/changelog/connector-cdc-base.md @@ -2,6 +2,8 @@ | Change | Commit | Version | | --- | --- | --- | +|[Improve][Oracle-CDC] Fix oracle rename ddl event missing column type (#9314)|https://github.com/apache/seatunnel/commit/11a23af64c|2.3.11| +|[Fix][JDBC] fix jdbc default connection parameter invalid (#8185)|https://github.com/apache/seatunnel/commit/f85eb78b37|2.3.11| |[Improve][CDC] Extract duplicate code (#8906)|https://github.com/apache/seatunnel/commit/b922bb90e6|2.3.10| |[Improve][CDC] Filter heartbeat event (#8569)|https://github.com/apache/seatunnel/commit/1870653393|2.3.10| |[Improve] restruct connector common options (#8634)|https://github.com/apache/seatunnel/commit/f3499a6eeb|2.3.10| diff --git a/docs/en/connector-v2/changelog/connector-cdc-oracle.md b/docs/en/connector-v2/changelog/connector-cdc-oracle.md index 7e010b7b4d3..687410335d0 100644 --- a/docs/en/connector-v2/changelog/connector-cdc-oracle.md +++ b/docs/en/connector-v2/changelog/connector-cdc-oracle.md @@ -2,6 +2,7 @@ | Change | Commit | Version | | --- | --- | --- | +|[Feature][Connector-JDBC] Supprot read Oracle BLOB data as string instead of bytes (#9305)|https://github.com/apache/seatunnel/commit/454a88f81a|2.3.11| |[Improve][CDC] Filter ddl for snapshot phase (#8911)|https://github.com/apache/seatunnel/commit/641cc72f2f|2.3.10| |[Improve][Oracle-CDC] Support ReadOnlyLogWriterFlushStrategy (#8912)|https://github.com/apache/seatunnel/commit/6aebdc0384|2.3.10| |[Improve][CDC] Extract duplicate code (#8906)|https://github.com/apache/seatunnel/commit/b922bb90e6|2.3.10| diff --git a/docs/en/connector-v2/changelog/connector-cdc-postgres.md b/docs/en/connector-v2/changelog/connector-cdc-postgres.md index 274ce63c6dc..c1754d0ea6a 100644 --- a/docs/en/connector-v2/changelog/connector-cdc-postgres.md +++ b/docs/en/connector-v2/changelog/connector-cdc-postgres.md @@ -2,6 +2,7 @@ | Change | Commit | Version | | --- | --- | --- | +|[Fix][Connector-V2] Fix postgres cdc with debezium_json format can not parse number without scale (#9052)|https://github.com/apache/seatunnel/commit/29cf3a76c7|2.3.11| |[Improve][CDC] Extract duplicate code (#8906)|https://github.com/apache/seatunnel/commit/b922bb90e6|2.3.10| |[Improve] restruct connector common options (#8634)|https://github.com/apache/seatunnel/commit/f3499a6eeb|2.3.10| |[Improve][dist]add shade check rule (#8136)|https://github.com/apache/seatunnel/commit/51ef800016|2.3.9| diff --git a/docs/en/connector-v2/changelog/connector-cdc-tidb.md b/docs/en/connector-v2/changelog/connector-cdc-tidb.md index 16bf67ebd13..00d84c2d270 100644 --- a/docs/en/connector-v2/changelog/connector-cdc-tidb.md +++ b/docs/en/connector-v2/changelog/connector-cdc-tidb.md @@ -2,6 +2,7 @@ | Change | Commit | Version | | --- | --- | --- | +|[Feature][Checkpoint] Add check script for source/sink state class serialVersionUID missing (#9118)|https://github.com/apache/seatunnel/commit/4f5adeb1c7|2.3.11| |[Feature] Support tidb cdc connector source #7199 (#7477)|https://github.com/apache/seatunnel/commit/87ec786bd6|2.3.8| diff --git a/docs/en/connector-v2/changelog/connector-cdc.md b/docs/en/connector-v2/changelog/connector-cdc.md index 51a5fae3712..1cb605eed99 100644 --- a/docs/en/connector-v2/changelog/connector-cdc.md +++ b/docs/en/connector-v2/changelog/connector-cdc.md @@ -2,6 +2,11 @@ | Change | Commit | Version | | --- | --- | --- | +|[Improve][Oracle-CDC] Fix oracle rename ddl event missing column type (#9314)|https://github.com/apache/seatunnel/commit/11a23af64c|2.3.11| +|[Feature][Connector-JDBC] Supprot read Oracle BLOB data as string instead of bytes (#9305)|https://github.com/apache/seatunnel/commit/454a88f81a|2.3.11| +|[Feature][Checkpoint] Add check script for source/sink state class serialVersionUID missing (#9118)|https://github.com/apache/seatunnel/commit/4f5adeb1c7|2.3.11| +|[Fix][Connector-V2] Fix postgres cdc with debezium_json format can not parse number without scale (#9052)|https://github.com/apache/seatunnel/commit/29cf3a76c7|2.3.11| +|[Fix][JDBC] fix jdbc default connection parameter invalid (#8185)|https://github.com/apache/seatunnel/commit/f85eb78b37|2.3.11| |[Fix] [Mongo-cdc] Fallback to timestamp startup mode when resume token has expired (#8754)|https://github.com/apache/seatunnel/commit/afc990d84e|2.3.10| |[Improve][CDC] Filter ddl for snapshot phase (#8911)|https://github.com/apache/seatunnel/commit/641cc72f2f|2.3.10| |[Improve][Oracle-CDC] Support ReadOnlyLogWriterFlushStrategy (#8912)|https://github.com/apache/seatunnel/commit/6aebdc0384|2.3.10| diff --git a/docs/en/connector-v2/changelog/connector-clickhouse.md b/docs/en/connector-v2/changelog/connector-clickhouse.md index a37e41bb9a5..fc580280e9e 100644 --- a/docs/en/connector-v2/changelog/connector-clickhouse.md +++ b/docs/en/connector-v2/changelog/connector-clickhouse.md @@ -2,6 +2,11 @@ | Change | Commit | Version | | --- | --- | --- | +|[Feature][Connector-V2] Support multi-table sink feature for ClickHouse (#9301)|https://github.com/apache/seatunnel/commit/3524895136|2.3.11| +|[Fix][Connector-V2] Fix the problem that missing options configuration when building ClickHouse Nodes (#9277)|https://github.com/apache/seatunnel/commit/051d19c3a9|2.3.11| +|[Feature][Transform] Support define sink column type (#9114)|https://github.com/apache/seatunnel/commit/ab7119e507|2.3.11| +|[Feature][Checkpoint] Add check script for source/sink state class serialVersionUID missing (#9118)|https://github.com/apache/seatunnel/commit/4f5adeb1c7|2.3.11| +|[Fix][API] Fixed not invoke the `SinkAggregatedCommitter`'s init method (#9070)|https://github.com/apache/seatunnel/commit/df0d11d632|2.3.11| |[Fix] [Clickhouse] Parallelism makes data duplicate (#8916)|https://github.com/apache/seatunnel/commit/45345f2738|2.3.10| |[Fix][Connector-V2]Fix Descriptions for CUSTOM_SQL in Connector (#8778)|https://github.com/apache/seatunnel/commit/96b610eb7e|2.3.10| |[improve] update clickhouse connector config option (#8755)|https://github.com/apache/seatunnel/commit/b964189b75|2.3.10| diff --git a/docs/en/connector-v2/changelog/connector-common.md b/docs/en/connector-v2/changelog/connector-common.md index 3f208585db4..f4947fb5e05 100644 --- a/docs/en/connector-v2/changelog/connector-common.md +++ b/docs/en/connector-v2/changelog/connector-common.md @@ -2,7 +2,9 @@ | Change | Commit | Version | | --- | --- | --- | -|[Improve] Refactor file enumerator to prevent duplicate put split (#8989)|https://github.com/apache/seatunnel/commit/fdf1beae9c| dev | +|[Feature][Checkpoint] Add check script for source/sink state class serialVersionUID missing (#9118)|https://github.com/apache/seatunnel/commit/4f5adeb1c7|2.3.11| +|[Fix][API] Fixed not invoke the `SinkAggregatedCommitter`'s init method (#9070)|https://github.com/apache/seatunnel/commit/df0d11d632|2.3.11| +|[Improve] Refactor file enumerator to prevent duplicate put split (#8989)|https://github.com/apache/seatunnel/commit/fdf1beae9c|2.3.11| |[Feature][Connector-V2] Add `filename_extension` parameter for read/write file (#8769)|https://github.com/apache/seatunnel/commit/78b23c0ef5|2.3.10| |[Fix][Connector-v2] Add DateMilliConvertor to Convert DateMilliVector into Default Timezone (#8736)|https://github.com/apache/seatunnel/commit/7b8298a8a4|2.3.10| |[Fix][Connector-V2] fix starRocks automatically creates tables with comment (#8568)|https://github.com/apache/seatunnel/commit/c4cb1fc4a3|2.3.10| diff --git a/docs/en/connector-v2/changelog/connector-datahub.md b/docs/en/connector-v2/changelog/connector-datahub.md index 551e17c06c6..1dc6d932008 100644 --- a/docs/en/connector-v2/changelog/connector-datahub.md +++ b/docs/en/connector-v2/changelog/connector-datahub.md @@ -2,6 +2,8 @@ | Change | Commit | Version | | --- | --- | --- | +|[Feature][Connector-V2] Make some sink parameters optional for DataHub (#9229)|https://github.com/apache/seatunnel/commit/7418fae10c|2.3.11| +|[Feature][Connector-V2] Datahub support multi-table sink (#9212)|https://github.com/apache/seatunnel/commit/7027162dec|2.3.11| |[improve] datahub sink options (#8744)|https://github.com/apache/seatunnel/commit/88f35bd705|2.3.10| |[Feature][Restapi] Allow metrics information to be associated to logical plan nodes (#7786)|https://github.com/apache/seatunnel/commit/6b7c53d03c|2.3.9| |[Improve] Remove use `SeaTunnelSink::getConsumedType` method and mark it as deprecated (#5755)|https://github.com/apache/seatunnel/commit/8de7408100|2.3.4| diff --git a/docs/en/connector-v2/changelog/connector-doris.md b/docs/en/connector-v2/changelog/connector-doris.md index aee41efac5f..880f25de359 100644 --- a/docs/en/connector-v2/changelog/connector-doris.md +++ b/docs/en/connector-v2/changelog/connector-doris.md @@ -2,7 +2,10 @@ | Change | Commit | Version | | --- | --- | --- | -|[Feature][connector-doris] Added case-sensitive feature for table and column names|https://github.com/apache/seatunnel/commit/|2.3.11| +|[Feature][Connector-doris] Adds case insensitivity feature (#9306)|https://github.com/apache/seatunnel/commit/9d1cffa5e1|2.3.11| +|[Feature][Transform] Support define sink column type (#9114)|https://github.com/apache/seatunnel/commit/ab7119e507|2.3.11| +|[Feature][Checkpoint] Add check script for source/sink state class serialVersionUID missing (#9118)|https://github.com/apache/seatunnel/commit/4f5adeb1c7|2.3.11| +|[Improve][connector-doris] Improved doris source enumerator splits allocation algorithm for subtasks (#9108)|https://github.com/apache/seatunnel/commit/5f55e31c29|2.3.11| |[Improve] doris options (#8745)|https://github.com/apache/seatunnel/commit/268d76cbf3|2.3.10| |[Improve] restruct connector common options (#8634)|https://github.com/apache/seatunnel/commit/f3499a6eeb|2.3.10| |[Fix][Connector-V2] fix starRocks automatically creates tables with comment (#8568)|https://github.com/apache/seatunnel/commit/c4cb1fc4a3|2.3.10| diff --git a/docs/en/connector-v2/changelog/connector-easysearch.md b/docs/en/connector-v2/changelog/connector-easysearch.md index 0d680aa432c..f998541dcc4 100644 --- a/docs/en/connector-v2/changelog/connector-easysearch.md +++ b/docs/en/connector-v2/changelog/connector-easysearch.md @@ -2,6 +2,8 @@ | Change | Commit | Version | | --- | --- | --- | +|[improve] EasySearch support schema_save_mode/data_save_mode (#9310)|https://github.com/apache/seatunnel/commit/3ceb57f279|2.3.11| +|[Feature][Checkpoint] Add check script for source/sink state class serialVersionUID missing (#9118)|https://github.com/apache/seatunnel/commit/4f5adeb1c7|2.3.11| |[Improve] easysearch options (#8951)|https://github.com/apache/seatunnel/commit/349f142962|2.3.10| |[Fix] Fix error log name for SourceSplitEnumerator implements class (#8817)|https://github.com/apache/seatunnel/commit/55ed90ecaf|2.3.10| |[Improve] restruct connector common options (#8634)|https://github.com/apache/seatunnel/commit/f3499a6eeb|2.3.10| diff --git a/docs/en/connector-v2/changelog/connector-elasticsearch.md b/docs/en/connector-v2/changelog/connector-elasticsearch.md index e45673e7901..4bb177c2595 100644 --- a/docs/en/connector-v2/changelog/connector-elasticsearch.md +++ b/docs/en/connector-v2/changelog/connector-elasticsearch.md @@ -2,6 +2,9 @@ | Change | Commit | Version | | --- | --- | --- | +|[Feature][Checkpoint] Add check script for source/sink state class serialVersionUID missing (#9118)|https://github.com/apache/seatunnel/commit/4f5adeb1c7|2.3.11| +|[Feature][connector-elasticsearch] elasticsearch source support PIT (#9150)|https://github.com/apache/seatunnel/commit/948d588d06|2.3.11| +|[Bugfix][Elasticsearch] Fix add column event (#9069)|https://github.com/apache/seatunnel/commit/3455316981|2.3.11| |[Feature][elasticsearch-connector] support elasticsearch sql source (#8895)|https://github.com/apache/seatunnel/commit/8140862795|2.3.10| |[Fix] Fix error log name for SourceSplitEnumerator implements class (#8817)|https://github.com/apache/seatunnel/commit/55ed90ecaf|2.3.10| |[Improve] restruct connector common options (#8634)|https://github.com/apache/seatunnel/commit/f3499a6eeb|2.3.10| diff --git a/docs/en/connector-v2/changelog/connector-fake.md b/docs/en/connector-v2/changelog/connector-fake.md index 7a32bafbf34..ad69c82e143 100644 --- a/docs/en/connector-v2/changelog/connector-fake.md +++ b/docs/en/connector-v2/changelog/connector-fake.md @@ -2,6 +2,7 @@ | Change | Commit | Version | | --- | --- | --- | +|[Feature][Checkpoint] Add check script for source/sink state class serialVersionUID missing (#9118)|https://github.com/apache/seatunnel/commit/4f5adeb1c7|2.3.11| |[improve] fake source options (#8950)|https://github.com/apache/seatunnel/commit/f8c47fb5f4|2.3.10| |[Improve] restruct connector common options (#8634)|https://github.com/apache/seatunnel/commit/f3499a6eeb|2.3.10| |[Feature][API] Support timestamp with timezone offset (#8367)|https://github.com/apache/seatunnel/commit/e18bfeabd2|2.3.9| diff --git a/docs/en/connector-v2/changelog/connector-file-base-hadoop.md b/docs/en/connector-v2/changelog/connector-file-base-hadoop.md index f8bb9ee155c..99cfce0b92e 100644 --- a/docs/en/connector-v2/changelog/connector-file-base-hadoop.md +++ b/docs/en/connector-v2/changelog/connector-file-base-hadoop.md @@ -2,6 +2,7 @@ | Change | Commit | Version | | --- | --- | --- | +|[improve] update file connectors config (#9034)|https://github.com/apache/seatunnel/commit/8041d59dc2|2.3.11| |Revert " [improve] update localfile connector config" (#9018)|https://github.com/apache/seatunnel/commit/cdc79e13ad|2.3.10| | [improve] update localfile connector config (#8765)|https://github.com/apache/seatunnel/commit/def369a85f|2.3.10| |[Improve] restruct connector common options (#8634)|https://github.com/apache/seatunnel/commit/f3499a6eeb|2.3.10| diff --git a/docs/en/connector-v2/changelog/connector-file-base.md b/docs/en/connector-v2/changelog/connector-file-base.md index d1ab9b00a93..0a34cb37f2d 100644 --- a/docs/en/connector-v2/changelog/connector-file-base.md +++ b/docs/en/connector-v2/changelog/connector-file-base.md @@ -2,8 +2,14 @@ | Change | Commit | Version | | --- | --- | --- | -|[Improve] Refactor file enumerator to prevent duplicate put split (#8989)|https://github.com/apache/seatunnel/commit/fdf1beae9c| dev | -|[Improve][File] Add row_delimiter options into text file sink (#9017)|https://github.com/apache/seatunnel/commit/92aa855a34| dev | +|[Fix][connector-file-base] fix parquet int32 convert error (#9142)|https://github.com/apache/seatunnel/commit/e6413c388e|2.3.11| +|[Feature][Checkpoint] Add check script for source/sink state class serialVersionUID missing (#9118)|https://github.com/apache/seatunnel/commit/4f5adeb1c7|2.3.11| +|[Fix][API] Fixed not invoke the `SinkAggregatedCommitter`'s init method (#9070)|https://github.com/apache/seatunnel/commit/df0d11d632|2.3.11| +|[Bugfix][Csv] Fix csv format delimiter (#9066)|https://github.com/apache/seatunnel/commit/ff5fc129b8|2.3.11| +|[improve] update file connectors config (#9034)|https://github.com/apache/seatunnel/commit/8041d59dc2|2.3.11| +|[Feature][File] Support extract CSV files with different columns in different order (#9064)|https://github.com/apache/seatunnel/commit/74db1cbaac|2.3.11| +|[Improve] Refactor file enumerator to prevent duplicate put split (#8989)|https://github.com/apache/seatunnel/commit/fdf1beae9c|2.3.11| +|[Improve][File] Add row_delimiter options into text file sink (#9017)|https://github.com/apache/seatunnel/commit/92aa855a34|2.3.11| |Revert " [improve] update localfile connector config" (#9018)|https://github.com/apache/seatunnel/commit/cdc79e13ad|2.3.10| | [improve] update localfile connector config (#8765)|https://github.com/apache/seatunnel/commit/def369a85f|2.3.10| |[Fix][File]use common-csv to read csv file (#8919)|https://github.com/apache/seatunnel/commit/3e64a42838|2.3.10| diff --git a/docs/en/connector-v2/changelog/connector-file-cos.md b/docs/en/connector-v2/changelog/connector-file-cos.md index 8fd9755edef..63a5a12c360 100644 --- a/docs/en/connector-v2/changelog/connector-file-cos.md +++ b/docs/en/connector-v2/changelog/connector-file-cos.md @@ -2,7 +2,8 @@ | Change | Commit | Version | | --- | --- | --- | -|[Improve][File] Add row_delimiter options into text file sink (#9017)|https://github.com/apache/seatunnel/commit/92aa855a34| dev | +|[improve] update file connectors config (#9034)|https://github.com/apache/seatunnel/commit/8041d59dc2|2.3.11| +|[Improve][File] Add row_delimiter options into text file sink (#9017)|https://github.com/apache/seatunnel/commit/92aa855a34|2.3.11| |Revert " [improve] update localfile connector config" (#9018)|https://github.com/apache/seatunnel/commit/cdc79e13ad|2.3.10| | [improve] update localfile connector config (#8765)|https://github.com/apache/seatunnel/commit/def369a85f|2.3.10| |[Feature][Connector-V2] Add `filename_extension` parameter for read/write file (#8769)|https://github.com/apache/seatunnel/commit/78b23c0ef5|2.3.10| diff --git a/docs/en/connector-v2/changelog/connector-file-ftp.md b/docs/en/connector-v2/changelog/connector-file-ftp.md index d3c0c38aae5..a2bd1625104 100644 --- a/docs/en/connector-v2/changelog/connector-file-ftp.md +++ b/docs/en/connector-v2/changelog/connector-file-ftp.md @@ -2,7 +2,9 @@ | Change | Commit | Version | | --- | --- | --- | -|[Improve][File] Add row_delimiter options into text file sink (#9017)|https://github.com/apache/seatunnel/commit/92aa855a34| dev | +|[Improve][Connector-V2] Add remote host verification option for FTP data channels (#9324)|https://github.com/apache/seatunnel/commit/019d69d10a|2.3.11| +|[improve] update file connectors config (#9034)|https://github.com/apache/seatunnel/commit/8041d59dc2|2.3.11| +|[Improve][File] Add row_delimiter options into text file sink (#9017)|https://github.com/apache/seatunnel/commit/92aa855a34|2.3.11| |Revert " [improve] update localfile connector config" (#9018)|https://github.com/apache/seatunnel/commit/cdc79e13ad|2.3.10| | [improve] update localfile connector config (#8765)|https://github.com/apache/seatunnel/commit/def369a85f|2.3.10| |[Improve][Connector-V2] Ensure that the FTP connector behaves reliably during directory operation (#8959)|https://github.com/apache/seatunnel/commit/b5f0b43fcb|2.3.10| diff --git a/docs/en/connector-v2/changelog/connector-file-hadoop.md b/docs/en/connector-v2/changelog/connector-file-hadoop.md index a3571b4a0b4..2ce06914ca0 100644 --- a/docs/en/connector-v2/changelog/connector-file-hadoop.md +++ b/docs/en/connector-v2/changelog/connector-file-hadoop.md @@ -2,7 +2,8 @@ | Change | Commit | Version | | --- | --- | --- | -|[Improve][File] Add row_delimiter options into text file sink (#9017)|https://github.com/apache/seatunnel/commit/92aa855a34| dev | +|[improve] update file connectors config (#9034)|https://github.com/apache/seatunnel/commit/8041d59dc2|2.3.11| +|[Improve][File] Add row_delimiter options into text file sink (#9017)|https://github.com/apache/seatunnel/commit/92aa855a34|2.3.11| |Revert " [improve] update localfile connector config" (#9018)|https://github.com/apache/seatunnel/commit/cdc79e13ad|2.3.10| | [improve] update localfile connector config (#8765)|https://github.com/apache/seatunnel/commit/def369a85f|2.3.10| |[Feature][Connector-V2] Add `filename_extension` parameter for read/write file (#8769)|https://github.com/apache/seatunnel/commit/78b23c0ef5|2.3.10| diff --git a/docs/en/connector-v2/changelog/connector-file-jindo-oss.md b/docs/en/connector-v2/changelog/connector-file-jindo-oss.md index 5a55560a624..1e6c83a40c5 100644 --- a/docs/en/connector-v2/changelog/connector-file-jindo-oss.md +++ b/docs/en/connector-v2/changelog/connector-file-jindo-oss.md @@ -2,7 +2,8 @@ | Change | Commit | Version | | --- | --- | --- | -|[Improve][File] Add row_delimiter options into text file sink (#9017)|https://github.com/apache/seatunnel/commit/92aa855a34| dev | +|[improve] update file connectors config (#9034)|https://github.com/apache/seatunnel/commit/8041d59dc2|2.3.11| +|[Improve][File] Add row_delimiter options into text file sink (#9017)|https://github.com/apache/seatunnel/commit/92aa855a34|2.3.11| |Revert " [improve] update localfile connector config" (#9018)|https://github.com/apache/seatunnel/commit/cdc79e13ad|2.3.10| | [improve] update localfile connector config (#8765)|https://github.com/apache/seatunnel/commit/def369a85f|2.3.10| |[Feature][Connector-V2] Add `filename_extension` parameter for read/write file (#8769)|https://github.com/apache/seatunnel/commit/78b23c0ef5|2.3.10| diff --git a/docs/en/connector-v2/changelog/connector-file-local.md b/docs/en/connector-v2/changelog/connector-file-local.md index a46fb2f394d..9f3b6b39de8 100644 --- a/docs/en/connector-v2/changelog/connector-file-local.md +++ b/docs/en/connector-v2/changelog/connector-file-local.md @@ -2,8 +2,9 @@ | Change | Commit | Version | | --- | --- | --- | -|[Improve] Refactor file enumerator to prevent duplicate put split (#8989)|https://github.com/apache/seatunnel/commit/fdf1beae9c| dev | -|[Improve][File] Add row_delimiter options into text file sink (#9017)|https://github.com/apache/seatunnel/commit/92aa855a34| dev | +|[improve] update file connectors config (#9034)|https://github.com/apache/seatunnel/commit/8041d59dc2|2.3.11| +|[Improve] Refactor file enumerator to prevent duplicate put split (#8989)|https://github.com/apache/seatunnel/commit/fdf1beae9c|2.3.11| +|[Improve][File] Add row_delimiter options into text file sink (#9017)|https://github.com/apache/seatunnel/commit/92aa855a34|2.3.11| |Revert " [improve] update localfile connector config" (#9018)|https://github.com/apache/seatunnel/commit/cdc79e13ad|2.3.10| | [improve] update localfile connector config (#8765)|https://github.com/apache/seatunnel/commit/def369a85f|2.3.10| |[Feature][Connector-V2] Add `filename_extension` parameter for read/write file (#8769)|https://github.com/apache/seatunnel/commit/78b23c0ef5|2.3.10| diff --git a/docs/en/connector-v2/changelog/connector-file-obs.md b/docs/en/connector-v2/changelog/connector-file-obs.md index 2a777d0afd5..7e56d4a9601 100644 --- a/docs/en/connector-v2/changelog/connector-file-obs.md +++ b/docs/en/connector-v2/changelog/connector-file-obs.md @@ -2,7 +2,8 @@ | Change | Commit | Version | | --- | --- | --- | -|[Improve][File] Add row_delimiter options into text file sink (#9017)|https://github.com/apache/seatunnel/commit/92aa855a34| dev | +|[improve] update file connectors config (#9034)|https://github.com/apache/seatunnel/commit/8041d59dc2|2.3.11| +|[Improve][File] Add row_delimiter options into text file sink (#9017)|https://github.com/apache/seatunnel/commit/92aa855a34|2.3.11| |Revert " [improve] update localfile connector config" (#9018)|https://github.com/apache/seatunnel/commit/cdc79e13ad|2.3.10| | [improve] update localfile connector config (#8765)|https://github.com/apache/seatunnel/commit/def369a85f|2.3.10| |[Feature][Connector-V2] Add `filename_extension` parameter for read/write file (#8769)|https://github.com/apache/seatunnel/commit/78b23c0ef5|2.3.10| diff --git a/docs/en/connector-v2/changelog/connector-file-oss.md b/docs/en/connector-v2/changelog/connector-file-oss.md index 075875fb7be..525459d5bdb 100644 --- a/docs/en/connector-v2/changelog/connector-file-oss.md +++ b/docs/en/connector-v2/changelog/connector-file-oss.md @@ -2,7 +2,9 @@ | Change | Commit | Version | | --- | --- | --- | -|[Improve][File] Add row_delimiter options into text file sink (#9017)|https://github.com/apache/seatunnel/commit/92aa855a34| dev | +|[Doc][Connector-V2] Update save mode config for OssFileSink (#9303)|https://github.com/apache/seatunnel/commit/40097d7f3e|2.3.11| +|[improve] update file connectors config (#9034)|https://github.com/apache/seatunnel/commit/8041d59dc2|2.3.11| +|[Improve][File] Add row_delimiter options into text file sink (#9017)|https://github.com/apache/seatunnel/commit/92aa855a34|2.3.11| |Revert " [improve] update localfile connector config" (#9018)|https://github.com/apache/seatunnel/commit/cdc79e13ad|2.3.10| | [improve] update localfile connector config (#8765)|https://github.com/apache/seatunnel/commit/def369a85f|2.3.10| |[Feature][Connector-V2] Add `filename_extension` parameter for read/write file (#8769)|https://github.com/apache/seatunnel/commit/78b23c0ef5|2.3.10| diff --git a/docs/en/connector-v2/changelog/connector-file-s3.md b/docs/en/connector-v2/changelog/connector-file-s3.md index 776a76898b9..f027aad19f4 100644 --- a/docs/en/connector-v2/changelog/connector-file-s3.md +++ b/docs/en/connector-v2/changelog/connector-file-s3.md @@ -2,7 +2,8 @@ | Change | Commit | Version | | --- | --- | --- | -|[Improve][File] Add row_delimiter options into text file sink (#9017)|https://github.com/apache/seatunnel/commit/92aa855a34| dev | +|[improve] update file connectors config (#9034)|https://github.com/apache/seatunnel/commit/8041d59dc2|2.3.11| +|[Improve][File] Add row_delimiter options into text file sink (#9017)|https://github.com/apache/seatunnel/commit/92aa855a34|2.3.11| |Revert " [improve] update localfile connector config" (#9018)|https://github.com/apache/seatunnel/commit/cdc79e13ad|2.3.10| | [improve] update localfile connector config (#8765)|https://github.com/apache/seatunnel/commit/def369a85f|2.3.10| |[Fix][Connector-V2] Fixed incorrectly setting s3 key in some cases (#8885)|https://github.com/apache/seatunnel/commit/cf4bab5be2|2.3.10| diff --git a/docs/en/connector-v2/changelog/connector-file-sftp.md b/docs/en/connector-v2/changelog/connector-file-sftp.md index 8989d105137..05c80deb8a3 100644 --- a/docs/en/connector-v2/changelog/connector-file-sftp.md +++ b/docs/en/connector-v2/changelog/connector-file-sftp.md @@ -2,7 +2,8 @@ | Change | Commit | Version | | --- | --- | --- | -|[Improve][File] Add row_delimiter options into text file sink (#9017)|https://github.com/apache/seatunnel/commit/92aa855a34| dev | +|[improve] update file connectors config (#9034)|https://github.com/apache/seatunnel/commit/8041d59dc2|2.3.11| +|[Improve][File] Add row_delimiter options into text file sink (#9017)|https://github.com/apache/seatunnel/commit/92aa855a34|2.3.11| |Revert " [improve] update localfile connector config" (#9018)|https://github.com/apache/seatunnel/commit/cdc79e13ad|2.3.10| | [improve] update localfile connector config (#8765)|https://github.com/apache/seatunnel/commit/def369a85f|2.3.10| |[Feature][Connector-V2] Add `filename_extension` parameter for read/write file (#8769)|https://github.com/apache/seatunnel/commit/78b23c0ef5|2.3.10| diff --git a/docs/en/connector-v2/changelog/connector-file.md b/docs/en/connector-v2/changelog/connector-file.md index 910c0ffeba6..40129c5c5bd 100644 --- a/docs/en/connector-v2/changelog/connector-file.md +++ b/docs/en/connector-v2/changelog/connector-file.md @@ -2,8 +2,16 @@ | Change | Commit | Version | | --- | --- | --- | -|[Improve] Refactor file enumerator to prevent duplicate put split (#8989)|https://github.com/apache/seatunnel/commit/fdf1beae9c| dev | -|[Improve][File] Add row_delimiter options into text file sink (#9017)|https://github.com/apache/seatunnel/commit/92aa855a34| dev | +|[Improve][Connector-V2] Add remote host verification option for FTP data channels (#9324)|https://github.com/apache/seatunnel/commit/019d69d10a|2.3.11| +|[Doc][Connector-V2] Update save mode config for OssFileSink (#9303)|https://github.com/apache/seatunnel/commit/40097d7f3e|2.3.11| +|[Fix][connector-file-base] fix parquet int32 convert error (#9142)|https://github.com/apache/seatunnel/commit/e6413c388e|2.3.11| +|[Feature][Checkpoint] Add check script for source/sink state class serialVersionUID missing (#9118)|https://github.com/apache/seatunnel/commit/4f5adeb1c7|2.3.11| +|[Fix][API] Fixed not invoke the `SinkAggregatedCommitter`'s init method (#9070)|https://github.com/apache/seatunnel/commit/df0d11d632|2.3.11| +|[Bugfix][Csv] Fix csv format delimiter (#9066)|https://github.com/apache/seatunnel/commit/ff5fc129b8|2.3.11| +|[improve] update file connectors config (#9034)|https://github.com/apache/seatunnel/commit/8041d59dc2|2.3.11| +|[Feature][File] Support extract CSV files with different columns in different order (#9064)|https://github.com/apache/seatunnel/commit/74db1cbaac|2.3.11| +|[Improve] Refactor file enumerator to prevent duplicate put split (#8989)|https://github.com/apache/seatunnel/commit/fdf1beae9c|2.3.11| +|[Improve][File] Add row_delimiter options into text file sink (#9017)|https://github.com/apache/seatunnel/commit/92aa855a34|2.3.11| |Revert " [improve] update localfile connector config" (#9018)|https://github.com/apache/seatunnel/commit/cdc79e13ad|2.3.10| | [improve] update localfile connector config (#8765)|https://github.com/apache/seatunnel/commit/def369a85f|2.3.10| |[Fix][File]use common-csv to read csv file (#8919)|https://github.com/apache/seatunnel/commit/3e64a42838|2.3.10| diff --git a/docs/en/connector-v2/changelog/connector-graphql.md b/docs/en/connector-v2/changelog/connector-graphql.md index 7559f9eab07..84bbb43119f 100644 --- a/docs/en/connector-v2/changelog/connector-graphql.md +++ b/docs/en/connector-v2/changelog/connector-graphql.md @@ -2,6 +2,7 @@ | Change | Commit | Version | | --- | --- | --- | -|[Feature][Connector-V2] Add GraphQL source and sink (#7265)|https://github.com/apache/seatunnel/commit/dde6f9fcbd|2.3.9| +|[Feature][connector-http] Parameters support placeholder replacement (#9184)|https://github.com/apache/seatunnel/commit/8617014edc|2.3.11| +|[Feature][Connector-V2] Support GraphQL Connector (#8557) (#9021)|https://github.com/apache/seatunnel/commit/9eec2520c0|2.3.11| diff --git a/docs/en/connector-v2/changelog/connector-hbase.md b/docs/en/connector-v2/changelog/connector-hbase.md index 4280681f0b9..4a2eab9dc58 100644 --- a/docs/en/connector-v2/changelog/connector-hbase.md +++ b/docs/en/connector-v2/changelog/connector-hbase.md @@ -2,6 +2,7 @@ | Change | Commit | Version | | --- | --- | --- | +|[Feature][Checkpoint] Add check script for source/sink state class serialVersionUID missing (#9118)|https://github.com/apache/seatunnel/commit/4f5adeb1c7|2.3.11| |[Improve] hbase options (#8923)|https://github.com/apache/seatunnel/commit/b6a702b58f|2.3.10| |[Improve] restruct connector common options (#8634)|https://github.com/apache/seatunnel/commit/f3499a6eeb|2.3.10| |[Improve][dist]add shade check rule (#8136)|https://github.com/apache/seatunnel/commit/51ef800016|2.3.9| diff --git a/docs/en/connector-v2/changelog/connector-hive.md b/docs/en/connector-v2/changelog/connector-hive.md index e519fcb7a69..f692b956155 100644 --- a/docs/en/connector-v2/changelog/connector-hive.md +++ b/docs/en/connector-v2/changelog/connector-hive.md @@ -2,7 +2,9 @@ | Change | Commit | Version | | --- | --- | --- | -|[Improve] Refactor file enumerator to prevent duplicate put split (#8989)|https://github.com/apache/seatunnel/commit/fdf1beae9c| dev | +|[Fix][Connector-V2] Fix hive client thread unsafe (#9282)|https://github.com/apache/seatunnel/commit/5dc25897a9|2.3.11| +|[improve] update file connectors config (#9034)|https://github.com/apache/seatunnel/commit/8041d59dc2|2.3.11| +|[Improve] Refactor file enumerator to prevent duplicate put split (#8989)|https://github.com/apache/seatunnel/commit/fdf1beae9c|2.3.11| |Revert " [improve] update localfile connector config" (#9018)|https://github.com/apache/seatunnel/commit/cdc79e13ad|2.3.10| | [improve] update localfile connector config (#8765)|https://github.com/apache/seatunnel/commit/def369a85f|2.3.10| |[Improve][connector-hive] Improved hive file allocation algorithm for subtasks (#8876)|https://github.com/apache/seatunnel/commit/89d1878ade|2.3.10| diff --git a/docs/en/connector-v2/changelog/connector-http-base.md b/docs/en/connector-v2/changelog/connector-http-base.md index 4e31bf07d6d..71658c445d2 100644 --- a/docs/en/connector-v2/changelog/connector-http-base.md +++ b/docs/en/connector-v2/changelog/connector-http-base.md @@ -2,6 +2,9 @@ | Change | Commit | Version | | --- | --- | --- | +|[Feature][http-Sink] Implementing http batch writes (#9292)|https://github.com/apache/seatunnel/commit/04ee8aca04|2.3.11| +|[Feature][connector-http] Parameters support placeholder replacement (#9184)|https://github.com/apache/seatunnel/commit/8617014edc|2.3.11| +|[Improve][Connector-V2][Http] Supports Cursor-based Pagination (#9109) (#9138)|https://github.com/apache/seatunnel/commit/879b1e2d5b|2.3.11| |[improve] http connector options (#8969)|https://github.com/apache/seatunnel/commit/63ff9f910a|2.3.10| |[Fix][connector-http] fix when post have param (#8434)|https://github.com/apache/seatunnel/commit/c1b2675ab0|2.3.10| |[Improve] restruct connector common options (#8634)|https://github.com/apache/seatunnel/commit/f3499a6eeb|2.3.10| diff --git a/docs/en/connector-v2/changelog/connector-http-myhours.md b/docs/en/connector-v2/changelog/connector-http-myhours.md index b78204e26b2..86668737569 100644 --- a/docs/en/connector-v2/changelog/connector-http-myhours.md +++ b/docs/en/connector-v2/changelog/connector-http-myhours.md @@ -2,6 +2,7 @@ | Change | Commit | Version | | --- | --- | --- | +|[Feature][connector-http] Parameters support placeholder replacement (#9184)|https://github.com/apache/seatunnel/commit/8617014edc|2.3.11| |[improve] http connector options (#8969)|https://github.com/apache/seatunnel/commit/63ff9f910a|2.3.10| |[Fix][connector-http] fix when post have param (#8434)|https://github.com/apache/seatunnel/commit/c1b2675ab0|2.3.10| |[Improve][dist]add shade check rule (#8136)|https://github.com/apache/seatunnel/commit/51ef800016|2.3.9| diff --git a/docs/en/connector-v2/changelog/connector-http.md b/docs/en/connector-v2/changelog/connector-http.md index be4c20edb87..f348f2b2b37 100644 --- a/docs/en/connector-v2/changelog/connector-http.md +++ b/docs/en/connector-v2/changelog/connector-http.md @@ -2,6 +2,9 @@ | Change | Commit | Version | | --- | --- | --- | +|[Feature][http-Sink] Implementing http batch writes (#9292)|https://github.com/apache/seatunnel/commit/04ee8aca04|2.3.11| +|[Feature][connector-http] Parameters support placeholder replacement (#9184)|https://github.com/apache/seatunnel/commit/8617014edc|2.3.11| +|[Improve][Connector-V2][Http] Supports Cursor-based Pagination (#9109) (#9138)|https://github.com/apache/seatunnel/commit/879b1e2d5b|2.3.11| |[improve] http connector options (#8969)|https://github.com/apache/seatunnel/commit/63ff9f910a|2.3.10| |[Fix][connector-http] fix when post have param (#8434)|https://github.com/apache/seatunnel/commit/c1b2675ab0|2.3.10| |[Improve] restruct connector common options (#8634)|https://github.com/apache/seatunnel/commit/f3499a6eeb|2.3.10| diff --git a/docs/en/connector-v2/changelog/connector-hudi.md b/docs/en/connector-v2/changelog/connector-hudi.md index 638bc94009e..146dee947f0 100644 --- a/docs/en/connector-v2/changelog/connector-hudi.md +++ b/docs/en/connector-v2/changelog/connector-hudi.md @@ -2,6 +2,7 @@ | Change | Commit | Version | | --- | --- | --- | +|[Feature][Checkpoint] Add check script for source/sink state class serialVersionUID missing (#9118)|https://github.com/apache/seatunnel/commit/4f5adeb1c7|2.3.11| |[improve] hudi options (#8952)|https://github.com/apache/seatunnel/commit/b24d0e7f86|2.3.10| |[Improve] restruct connector common options (#8634)|https://github.com/apache/seatunnel/commit/f3499a6eeb|2.3.10| |[Improve][CI]skip ui module, improve module dependent (#8225)|https://github.com/apache/seatunnel/commit/81de0a69cc|2.3.9| diff --git a/docs/en/connector-v2/changelog/connector-iceberg.md b/docs/en/connector-v2/changelog/connector-iceberg.md index d59a8b62027..803cf88ef7c 100644 --- a/docs/en/connector-v2/changelog/connector-iceberg.md +++ b/docs/en/connector-v2/changelog/connector-iceberg.md @@ -2,6 +2,13 @@ | Change | Commit | Version | | --- | --- | --- | +|[Feature][Connector-V2] Iceberg add glue catalog support (#9247)|https://github.com/apache/seatunnel/commit/ecff2e8618|2.3.11| +|[Improve] Remove useless iceberg sink config `iceberg.table.config` (#9307)|https://github.com/apache/seatunnel/commit/fbdf39ebf2|2.3.11| +|[Improve][connector-iceberg] fix schema change event (#9217)|https://github.com/apache/seatunnel/commit/56669095b7|2.3.11| +|[Feature][Transform] Support define sink column type (#9114)|https://github.com/apache/seatunnel/commit/ab7119e507|2.3.11| +|[Feat][Connector-v2][Iceberg]support filter conditions in iceberg source (#9095)|https://github.com/apache/seatunnel/commit/0eb72780ee|2.3.11| +|[Feature][Checkpoint] Add check script for source/sink state class serialVersionUID missing (#9118)|https://github.com/apache/seatunnel/commit/4f5adeb1c7|2.3.11| +|[Fix][API] Fixed not invoke the `SinkAggregatedCommitter`'s init method (#9070)|https://github.com/apache/seatunnel/commit/df0d11d632|2.3.11| |[Improve] iceberg options (#8967)|https://github.com/apache/seatunnel/commit/82a374ec87|2.3.10| |[Improve] restruct connector common options (#8634)|https://github.com/apache/seatunnel/commit/f3499a6eeb|2.3.10| |[Feature][Iceberg] Support read multi-table (#8524)|https://github.com/apache/seatunnel/commit/2bfb97e502|2.3.10| diff --git a/docs/en/connector-v2/changelog/connector-influxdb.md b/docs/en/connector-v2/changelog/connector-influxdb.md index 197078381ce..153b7bc1435 100644 --- a/docs/en/connector-v2/changelog/connector-influxdb.md +++ b/docs/en/connector-v2/changelog/connector-influxdb.md @@ -2,6 +2,7 @@ | Change | Commit | Version | | --- | --- | --- | +|[Feature][Checkpoint] Add check script for source/sink state class serialVersionUID missing (#9118)|https://github.com/apache/seatunnel/commit/4f5adeb1c7|2.3.11| |[Improve] influxdb options (#8966)|https://github.com/apache/seatunnel/commit/9f498b8133|2.3.10| |[Improve] restruct connector common options (#8634)|https://github.com/apache/seatunnel/commit/f3499a6eeb|2.3.10| |[Improve][dist]add shade check rule (#8136)|https://github.com/apache/seatunnel/commit/51ef800016|2.3.9| diff --git a/docs/en/connector-v2/changelog/connector-iotdb.md b/docs/en/connector-v2/changelog/connector-iotdb.md index 14a3cd711f4..c13c9c60fa8 100644 --- a/docs/en/connector-v2/changelog/connector-iotdb.md +++ b/docs/en/connector-v2/changelog/connector-iotdb.md @@ -2,6 +2,7 @@ | Change | Commit | Version | | --- | --- | --- | +|[Feature][Checkpoint] Add check script for source/sink state class serialVersionUID missing (#9118)|https://github.com/apache/seatunnel/commit/4f5adeb1c7|2.3.11| |[improve] iotdb options (#8965)|https://github.com/apache/seatunnel/commit/6e073935f4|2.3.10| |[Improve] restruct connector common options (#8634)|https://github.com/apache/seatunnel/commit/f3499a6eeb|2.3.10| |[Improve][dist]add shade check rule (#8136)|https://github.com/apache/seatunnel/commit/51ef800016|2.3.9| diff --git a/docs/en/connector-v2/changelog/connector-jdbc.md b/docs/en/connector-v2/changelog/connector-jdbc.md index 3f8438c738d..7060a7442cd 100644 --- a/docs/en/connector-v2/changelog/connector-jdbc.md +++ b/docs/en/connector-v2/changelog/connector-jdbc.md @@ -1,318 +1,327 @@
Change Log -| Change | Commit | Version | -|----------------------------------------------------------------------------------------------------------------| --- | --- | -| [Feature][Jdbc] Modify the mapping method of the blob field to support large blob fields in Oracle |https://github.com/apache/seatunnel/commit/COMMIT_HASH| dev | -| [Hotfix][Jdbc] Fix mysql tinyint(1) type mapping for TypeMapper (#9012) |https://github.com/apache/seatunnel/commit/5f85d7668a| dev | -| [Feature][Jdbc] Add String type column split Support by charset-based splitting algorithm (#9002) |https://github.com/apache/seatunnel/commit/dbe41e74cd| dev | -| [Fix][Paimon] nullable and comment attribute was lost during automatic table creation (#9020) |https://github.com/apache/seatunnel/commit/eb54fdd52c| dev | -| [Fix][Connector-JDBC] Fix JDBC driver selection for data source connections (#8986) |https://github.com/apache/seatunnel/commit/a5aafa7301| dev | -| [Improve][Jdbc] Upgrade sap-hana driver from 2.14.7 to 2.23.10 (#9013) |https://github.com/apache/seatunnel/commit/9ba9f169be| dev | -| [Feature][Jdbc] Support sink ddl for sqlserver #8114 (#8936) |https://github.com/apache/seatunnel/commit/30aa485b38|2.3.10| -| [Fix][Connector-V2] Fix parse SqlServer JDBC Url error (#8784) |https://github.com/apache/seatunnel/commit/373d2162d3|2.3.10| -| [Improve][Jdbc] Support upsert for opengauss (#8627) |https://github.com/apache/seatunnel/commit/56110bf392|2.3.10| -| [Improve][Jdbc] Remove useless utils. (#8793) |https://github.com/apache/seatunnel/commit/36a7533e85|2.3.10| -| [Improve][Jdbc] Improve catalog connection cache (#8626) |https://github.com/apache/seatunnel/commit/6205065b25|2.3.10| -| [Fix][Connector-V2] Fix jdbc sink statement buffer wrong time to clear (#8653) |https://github.com/apache/seatunnel/commit/cf35eecdfc|2.3.10| -| [Feature][Jdbc] Support sink ddl for dameng (#8380) |https://github.com/apache/seatunnel/commit/5ff3427428|2.3.10| -| [Improve] restruct connector common options (#8634) |https://github.com/apache/seatunnel/commit/f3499a6eeb|2.3.10| -| [Improve][Jdbc] Remove oracle 'v$database' query (#8571) |https://github.com/apache/seatunnel/commit/3cf09f61ca|2.3.10| -| [Fix] [Connector-V2] Postgres support for multiple primary keys (#8526) |https://github.com/apache/seatunnel/commit/04db40d973|2.3.10| -| [Feature][JDBC source] pg support char types (#8420) |https://github.com/apache/seatunnel/commit/776ac94478|2.3.9| -| [Feature][Jdbc] Support sink ddl for postgresql (#8276) |https://github.com/apache/seatunnel/commit/353bbd21a1|2.3.9| -| [Feature][Connector-V2] Support the jdbc connector for highgo db (#8282) |https://github.com/apache/seatunnel/commit/aa381cbfb4|2.3.9| -| [Improve][Jdbc] Support nvarchar in dm (#8270) |https://github.com/apache/seatunnel/commit/2f1c54ee2e|2.3.9| -| [Improve][Connector-v2] Use regex to match filedName placeholders in jdbc sink (#8222) |https://github.com/apache/seatunnel/commit/c02d4fed36|2.3.9| -| [Improve][Connector-V2] Support read comment when jdbc dialect without catalog (#8196) |https://github.com/apache/seatunnel/commit/567cd54de5|2.3.9| -| [Improve][Connector-V2] The interface supports jdbc respects the target database field type (#8031) |https://github.com/apache/seatunnel/commit/1de056a9a4|2.3.9| -| [Improve][dist]add shade check rule (#8136) |https://github.com/apache/seatunnel/commit/51ef800016|2.3.9| -| [Improve][Jdbc] Improve ddl write validate (#8158) |https://github.com/apache/seatunnel/commit/9cdaacddd9|2.3.9| -| [Feature][Jdbc] Add Jdbc default dialect for all jdbc series database without dialect (#8132) |https://github.com/apache/seatunnel/commit/399eabcd3f|2.3.9| -| [Improve][Jdbc] Refactor ddl change (#8134) |https://github.com/apache/seatunnel/commit/e1f0a238f7|2.3.9| -| [Feature][Core] Rename `result_table_name`/`source_table_name` to `plugin_input/plugin_output` (#8072) |https://github.com/apache/seatunnel/commit/c7bbd322db|2.3.9| -| [Improve][Connector-V2] Improve schema evolution on column insert after for mysql-jdbc (#8017) |https://github.com/apache/seatunnel/commit/3fb05da365|2.3.9| -| [Feature][Core] Support cdc task ddl restore for zeta (#7463) |https://github.com/apache/seatunnel/commit/8e322281ed|2.3.9| -| [Feature][transform] transform support explode (#7928) |https://github.com/apache/seatunnel/commit/132278c06a|2.3.9| -| [Feature][Connector-v2] Support schema evolution for Oracle connector (#7908) |https://github.com/apache/seatunnel/commit/79406bcc2f|2.3.9| -| [Improve][Connector-V2] Improve jdbc merge table from path and query when type is decimal (#7917) |https://github.com/apache/seatunnel/commit/8baa012ced|2.3.9| -| [Fix][Connector-V2] Fix hana type loss of precision (#7912) |https://github.com/apache/seatunnel/commit/18dcca36cd|2.3.9| -| [Feature][Connector-V2] Jdbc DB2 support upsert SQL (#7879) |https://github.com/apache/seatunnel/commit/139919334d|2.3.9| -| [Improve][Jdbc] Optimize index name conflicts when create table for postgresql (#7875) |https://github.com/apache/seatunnel/commit/312ee866fb|2.3.9| -| [Improve][Jdbc] Support postgresql inet type. (#7820) |https://github.com/apache/seatunnel/commit/25b68b3623|2.3.9| -| [Fix][Connector-V2]Oceanbase vector database is added as the source server (#7832) |https://github.com/apache/seatunnel/commit/258f931765|2.3.9| -| [Feature][connector-v2]Support opengauss jdbc connnector using opengauss driver. (#7622) |https://github.com/apache/seatunnel/commit/bbf643772e|2.3.9| -| [Improve][Jdbc] Support save mode for the sink of jdbc-dm (#7814) |https://github.com/apache/seatunnel/commit/b87d732c81|2.3.9| -| [Feature][Restapi] Allow metrics information to be associated to logical plan nodes (#7786) |https://github.com/apache/seatunnel/commit/6b7c53d03c|2.3.9| -| [Feature][Connector-V2] SqlServer support user-defined type (#7706) |https://github.com/apache/seatunnel/commit/fb89033273|2.3.8| -| [Hotfix][CDC] Fix ddl duplicate execution error when config multi_table_sink_replica (#7634) |https://github.com/apache/seatunnel/commit/23ab3edbbb|2.3.8| -| [Feature][Connector-Paimon] Support dynamic bucket splitting improves Paimon writing efficiency (#7335) |https://github.com/apache/seatunnel/commit/bc0326cba8|2.3.8| -| [Fix][Connector-V2] Fix jdbc test case failed (#7690) |https://github.com/apache/seatunnel/commit/4f5d27f625|2.3.8| -| [Improve][Jdbc] Jdbc truncate table should check table not database (#7654) |https://github.com/apache/seatunnel/commit/0c0eb7e41b|2.3.8| -| [Feature][Connector-V2] jdbc saphana source tablepath support view and synonym (#7670) |https://github.com/apache/seatunnel/commit/7e0c20a488|2.3.8| -| [Fix][Connector-v2] Throw Exception in sql query for JdbcCatalog in table or db exists query (#7651) |https://github.com/apache/seatunnel/commit/70ec59ce0e|2.3.8| -| [Fix][JDBC] Fix starrocks jdbc dialect catalog conflict with starrocks connector (#7578) |https://github.com/apache/seatunnel/commit/020aab422e|2.3.8| -| [Feature] Support tidb cdc connector source #7199 (#7477) |https://github.com/apache/seatunnel/commit/87ec786bd6|2.3.8| -| [bugfix] fix oracle query table length (#7627) |https://github.com/apache/seatunnel/commit/2e002ce09b|2.3.8| -| [Hotfix][Connector-v2] Fix the NullPointerException for jdbc oracle which used the table_list (#7544) |https://github.com/apache/seatunnel/commit/555028217a|2.3.8| -| [Improve][Connector-v2] Support mysql 8.1/8.2/8.3 for jdbc (#7530) |https://github.com/apache/seatunnel/commit/657fe69b26|2.3.8| -| [Improve][Connector-v2] Release resource in closeStatements even exception occurred in executeBatch (#7533) |https://github.com/apache/seatunnel/commit/590f7d110d|2.3.8| -| [Fix][Connector-V2] Fix jdbc query sql can not get table path (#7484) |https://github.com/apache/seatunnel/commit/8e0ca8f725|2.3.8| -| [Feature][Connector-V2] Add `decimal_type_narrowing` option in jdbc (#7461) |https://github.com/apache/seatunnel/commit/696f2948fa|2.3.8| -| [Improve][Connector-V2] update vectorType (#7446) |https://github.com/apache/seatunnel/commit/1bba72385b|2.3.8| -| [Improve][API] Move catalog open to SaveModeHandler (#7439) |https://github.com/apache/seatunnel/commit/8c2c5c79a1|2.3.8| -| [FIX][E2E]Modify the OceanBase test case to the latest imageChange image (#7452) |https://github.com/apache/seatunnel/commit/6abb83deab|2.3.8| -| [Feature][Connector-V2][OceanBase] Support vector types on OceanBase (#7375) |https://github.com/apache/seatunnel/commit/a6b188d552|2.3.8| -| [Improve][Connector-V2] Remove system table limit (#7391) |https://github.com/apache/seatunnel/commit/adf888e008|2.3.8| -| [Fix] Fix oracle sample data from column error (#7340) |https://github.com/apache/seatunnel/commit/2130e0d5ad|2.3.8| -| [Improve][Connector-V2] Close all ResultSet after used (#7389) |https://github.com/apache/seatunnel/commit/853e973212|2.3.8| -| [Hotifx][Jdbc] Fix MySQL unsupport 'ZEROFILL' column type (#7407) |https://github.com/apache/seatunnel/commit/7130382123|2.3.8| -| [Improvement] add starrocks jdbc dialect (#7294) |https://github.com/apache/seatunnel/commit/b5140f598e|2.3.8| -| [Hotfix][Connector] Fix jdbc compile error (#7359) |https://github.com/apache/seatunnel/commit/2769ed5029|2.3.7| -| [Fix][Connector-V2][OceanBase] Remove OceanBase catalog's dependency on mysql driver (#7311) |https://github.com/apache/seatunnel/commit/3130ae089e|2.3.7| -| [Improve][Jdbc] Skip all index when auto create table to improve performance of write (#7288) |https://github.com/apache/seatunnel/commit/dc3c23981b|2.3.7| -| [Improve][Jdbc] Remove MysqlType references in JdbcDialect (#7333) |https://github.com/apache/seatunnel/commit/16eeb1c123|2.3.7| -| [Improve][Jdbc] Merge user config primary key when create table (#7313) |https://github.com/apache/seatunnel/commit/819c685651|2.3.7| -| [Improve][Connector-v2] Optimize the way of databases and tables are checked for existence (#7261) |https://github.com/apache/seatunnel/commit/f012b2a6f0|2.3.7| -| [Feature][Jdbc] Support hive compatibleMode add inceptor dialect (#7262) |https://github.com/apache/seatunnel/commit/31e59cdf82|2.3.6| -| [Improve][Connector-v2] Optimize the count table rows for jdbc-oracle and oracle-cdc (#7248) |https://github.com/apache/seatunnel/commit/0d08b20061|2.3.6| -| [Feature][Core] Support using upstream table placeholders in sink options and auto replacement (#7131) |https://github.com/apache/seatunnel/commit/c4ca74122c|2.3.6| -| [Fix] Fix Hana type converter decimal scale is 0 convert to int error (#7167) |https://github.com/apache/seatunnel/commit/6e33a97c86|2.3.6| -| [Improve][Jdbc] Support write unicode text into sqlserver (#7159) |https://github.com/apache/seatunnel/commit/e44e8b93bc|2.3.6| -| [Improve][Jdbc] Remove user info in catalog-table options (#7178) |https://github.com/apache/seatunnel/commit/4e001be25c|2.3.6| -| [Improve][connector-v2-jdbc-mysql] Add support for MySQL 8.4 (#7151) |https://github.com/apache/seatunnel/commit/dbdbdf015b|2.3.6| -| [Feature][Connector-V2] Support jdbc hana catalog and type convertor (#6950) |https://github.com/apache/seatunnel/commit/d663398739|2.3.6| -| [Improve] Change catalog table log to debug level (#7136) |https://github.com/apache/seatunnel/commit/b111d2f843|2.3.6| -| [Improve][Connector-V2] Support schema evolution for mysql-cdc and mysql-jdbc (#6929) |https://github.com/apache/seatunnel/commit/cf91e51fc7|2.3.6| -| [connector-jdbc][bugfix] fix sqlServer create table comment special string bug (#7024) |https://github.com/apache/seatunnel/commit/403564db13|2.3.6| -| [bugfix] fix pgsql create table comment special string bug (#7022) |https://github.com/apache/seatunnel/commit/9fe844f62a|2.3.6| -| [connector-jdbc][bugfix] fix oracle create table comment special string bug (#7012) |https://github.com/apache/seatunnel/commit/a9e0f67873|2.3.6| -| [bugfix] fix mysql create table comment special string bug (#6998) |https://github.com/apache/seatunnel/commit/904e9cf785|2.3.6| -| [Improve][[Jdbc]sink sql support custom field.(#6515) (#6525) |https://github.com/apache/seatunnel/commit/ef3e61dbc4|2.3.6| -| [Feature][Jdbc] Support redshift catalog (#6992) |https://github.com/apache/seatunnel/commit/8d5cbcee74|2.3.6| -| [Improve][Connector-V2] Clean key name in catalog table (#6942) |https://github.com/apache/seatunnel/commit/a399ef48c6|2.3.6| -| [Improve][Zeta] Move SaveMode behavior to master (#6843) |https://github.com/apache/seatunnel/commit/80cf91318d|2.3.6| -| [Improve][Jdbc] Quotes the identifier for table path (#6951) |https://github.com/apache/seatunnel/commit/d70ec61f35|2.3.6| -| [Hotfix][Jdbc] Fix oracle savemode create table (#6651) |https://github.com/apache/seatunnel/commit/4b6c13e8fc|2.3.6| -| [Improve][JDBC Source] Fix Split can not be cancel (#6825) |https://github.com/apache/seatunnel/commit/ee3b7c3723|2.3.6| -| [Feature][Doris] Add Doris type converter (#6354) |https://github.com/apache/seatunnel/commit/5189991843|2.3.6| -| [Hotfix][Jdbc/CDC] Fix postgresql uuid type in jdbc read (#6684) |https://github.com/apache/seatunnel/commit/868ba4d7c7|2.3.6| -| [Improve][Connector] Add some sqlserver IDENTITY type for catalog (#6822) |https://github.com/apache/seatunnel/commit/f698396555|2.3.6| -| [Feature][Jdbc] Support the jdbc connector for InterSystems IRIS (#6797) |https://github.com/apache/seatunnel/commit/46600969bb|2.3.6| -| [Fix][MySQL]: Fix MySqlTypeConverter could not be instantiated (#6781) |https://github.com/apache/seatunnel/commit/a5609d600e|2.3.6| -| [Hotfix][Jdbc] Fix table/query columns order merge for jdbc catalog (#6771) |https://github.com/apache/seatunnel/commit/df1954d520|2.3.6| -| [Fix] Fix Oracle type converter handle negative scale in number type (#6758) |https://github.com/apache/seatunnel/commit/6d710690c5|2.3.6| -| [Improve][mysql-cdc] Support mysql 5.5 versions (#6710) |https://github.com/apache/seatunnel/commit/058f5594a3|2.3.6| -| [Improve][Jdbc] Add quote identifier for sql (#6669) |https://github.com/apache/seatunnel/commit/849d748d3d|2.3.5| -| [Improve][Jdbc] Increase tyepe converter when auto creating tables (#6617) |https://github.com/apache/seatunnel/commit/cc660206d8|2.3.5| -| [feature][connector-v2] add xugudb connector (#6561) |https://github.com/apache/seatunnel/commit/80f392afbb|2.3.5| -| [Hotfix] Fix DEFAULT TABLE problem (#6352) |https://github.com/apache/seatunnel/commit/cdb1856e84|2.3.5| -| [Improve] Improve MultiTableSinkWriter prepare commit performance (#6495) |https://github.com/apache/seatunnel/commit/2086b0e8a6|2.3.5| -| [Improve][JDBC] Optimized code style for getting jdbc field types (#6583) |https://github.com/apache/seatunnel/commit/ddca95f32c|2.3.5| -| [Improve] Add SaveMode log of process detail (#6375) |https://github.com/apache/seatunnel/commit/b0d70ce224|2.3.5| -| [Improve][Jdbc] Support custom case-sensitive config for dameng (#6510) |https://github.com/apache/seatunnel/commit/d6dcb03bf3|2.3.5| -| feat: jdbc support copy in statement. (#6443) |https://github.com/apache/seatunnel/commit/ca4a65fc00|2.3.5| -| [Improve][Jdbc] Using varchar2 datatype store string in oracle (#6392) |https://github.com/apache/seatunnel/commit/14405fa8d4|2.3.5| -| [Improve][API] Unify type system api(data & type) (#5872) |https://github.com/apache/seatunnel/commit/b38c7edcc9|2.3.5| -| Fix Jdbc sink target table name error (#6269) |https://github.com/apache/seatunnel/commit/2f62235e38|2.3.4| -| [Improve][JDBC] Use PreparedStatement to sample data from column (#6242) |https://github.com/apache/seatunnel/commit/bd0e66d533|2.3.4| -| [Improve][JDBC-sink] Improve query Approximate Total Row Count of a Table (#5972) |https://github.com/apache/seatunnel/commit/8156036a2f|2.3.4| -| [Feature][JDBC、CDC] Support Short and Byte Type in spliter (#6027) |https://github.com/apache/seatunnel/commit/6f8d0a5040|2.3.4| -| [Improve] Support `int identity` type in sql server (#6186) |https://github.com/apache/seatunnel/commit/1a8da1c843|2.3.4| -| [Bugfix][JDBC、CDC] Fix Spliter Error in Case of Extensive Duplicate Data (#6026) |https://github.com/apache/seatunnel/commit/635c24e8b2|2.3.4| -| [Feature][Connector-V2][Postgres-cdc]Support for Postgres cdc (#5986) |https://github.com/apache/seatunnel/commit/97438b9402|2.3.4| -| Add date type and float type column split support (#6160) |https://github.com/apache/seatunnel/commit/b9a62e5c3f|2.3.4| -| [Improve] Extend `SupportResourceShare` to spark/flink (#5847) |https://github.com/apache/seatunnel/commit/c69da93b87|2.3.4| -| [Feature] Support `uuid` in postgres jdbc (#6185) |https://github.com/apache/seatunnel/commit/f56855098b|2.3.4| -| [Feature][Connector-V2][Oracle-cdc]Support for oracle cdc (#5196) |https://github.com/apache/seatunnel/commit/aaef22b31b|2.3.4| -| [Feature][Connector] update pgsql catalog for save mode (#6080) |https://github.com/apache/seatunnel/commit/84ce516929|2.3.4| -| [Hotfix][Jdbc] Fix dameng catalog query table sql (#6141) |https://github.com/apache/seatunnel/commit/413fa74500|2.3.4| -| [improve][catalog-postgres] Improve get column sql compatibility (#5664) |https://github.com/apache/seatunnel/commit/23ce592ad2|2.3.4| -| [Feature][Connector] update oracle catalog for save mode (#6092) |https://github.com/apache/seatunnel/commit/dfbf92769c|2.3.4| -| [Feature][Connectors-V2][Jdbc] Supports Sqlserver Niche Data Types (#6122) |https://github.com/apache/seatunnel/commit/6673f6f771|2.3.4| -| [Improve][Connector-V2][Jdbc] Shade hikari in jdbc connector (#6116) |https://github.com/apache/seatunnel/commit/dd698c95bf|2.3.4| -| [Feature][Connector] update sqlserver catalog for save mode (#6086) |https://github.com/apache/seatunnel/commit/edcaacecb1|2.3.4| -| [Feature][Connector-V2][PostgresSql] add JDBC source support string type as partition key (#6079) |https://github.com/apache/seatunnel/commit/3522eb157c|2.3.4| -| [Hotfix][Jdbc] Fix jdbc setFetchSize error (#6005) |https://github.com/apache/seatunnel/commit/d41af8a6ed|2.3.4| -| Support using multiple hadoop account (#5903) |https://github.com/apache/seatunnel/commit/d69d88d1aa|2.3.4| -| [Feature] Add unsupported datatype check for all catalog (#5890) |https://github.com/apache/seatunnel/commit/b9791285a0|2.3.4| -| [Hotfix][Split] Fix split key not support BigInteger type |https://github.com/apache/seatunnel/commit/5adf5d2b9a|2.3.4| -| [Improve] Replace SeaTunnelRowType with TableSchema in the JdbcRowConverter |https://github.com/apache/seatunnel/commit/1cc1b1b8cd|2.3.4| -| [Hotfix][Jdbc] Fix cdc updates were not filtering same primary key (#5923) |https://github.com/apache/seatunnel/commit/38d3b85814|2.3.4| -| [Improve]Change System.out.println to log output. (#5912) |https://github.com/apache/seatunnel/commit/bbedb07a9c|2.3.4| -| [Bug] Fix Hive-Jdbc use krb5 overwrite kerberosKeytabPath (#5891) |https://github.com/apache/seatunnel/commit/f0b6092c15|2.3.4| -| Reduce the time cost of getCatalogTable in jdbc (#5908) |https://github.com/apache/seatunnel/commit/51a3737578|2.3.4| -| [Improve] Improve Jdbc connector error message when datatype unsupported (#5864) |https://github.com/apache/seatunnel/commit/69f79af3a4|2.3.4| -| [Improve] Rename `getCountSql` to `getExistDataSql` (#5838) |https://github.com/apache/seatunnel/commit/2233b3a381|2.3.4| -| [Fix] Fix read from Oracle Date type value lose time (#5814) |https://github.com/apache/seatunnel/commit/2d704e36bd|2.3.4| -| [Improve][JdbcSource] Optimize catalog-table metadata merge logic (#5828) |https://github.com/apache/seatunnel/commit/7d8028a60b|2.3.4| -| [Improve][Common] Introduce new error define rule (#5793) |https://github.com/apache/seatunnel/commit/9d1b2582b2|2.3.4| -| [Feature][Hive JDBC Source] Support Hive JDBC Source Connector (#5424) |https://github.com/apache/seatunnel/commit/a64e177d06|2.3.4| -| [Improve] Remove use `SeaTunnelSink::getConsumedType` method and mark it as deprecated (#5755) |https://github.com/apache/seatunnel/commit/8de7408100|2.3.4| -| [Improve][Connector] Add field name to `DataTypeConvertor` to improve error message (#5782) |https://github.com/apache/seatunnel/commit/ab60790f0d|2.3.4| -| [Feature][Oracle] Support XMLTYPE data integration #5716 (#5723) |https://github.com/apache/seatunnel/commit/620f081adb|2.3.4| -| [Fix] Fix Postgres create table test case failed (#5778) |https://github.com/apache/seatunnel/commit/b98b6bcee3|2.3.4| -| [Improve][Jdbc] Fix database identifier (#5756) |https://github.com/apache/seatunnel/commit/dbfc8a670a|2.3.4| -| [Fix] Fix PG will not create index when using auto create table #5721 |https://github.com/apache/seatunnel/commit/e5fd88dbe7|2.3.4| -| [Improve] Remove all useless `prepare`, `getProducedType` method (#5741) |https://github.com/apache/seatunnel/commit/ed94fffbb9|2.3.4| -| [feature][connector-jdbc]Add Save Mode function and Connector-JDBC (MySQL) connector has been realized (#5663) |https://github.com/apache/seatunnel/commit/eff17ccbe5|2.3.4| -| [Bug] [connector-jdbc] Nullable Column source have null data could be unexpected results. (#5560) |https://github.com/apache/seatunnel/commit/3f429e1f0a|2.3.4| -| [Improve] Add default implement for `SeaTunnelSink::setTypeInfo` (#5682) |https://github.com/apache/seatunnel/commit/86cba87450|2.3.4| -| [BUG][Connector-V2][Jdbc] support postgresql xml type (#5724) |https://github.com/apache/seatunnel/commit/5f5d4da13f|2.3.4| -| [Improve][E2E][Jdbc] Enable IT case for Oceanbase Mysql mode (#5697) |https://github.com/apache/seatunnel/commit/879c2aa07c|2.3.4| -| [Feature][Jdbc] Support read multiple tables (#5581) |https://github.com/apache/seatunnel/commit/33fa8ff248|2.3.4| -| [Feature] Support multi-table sink (#5620) |https://github.com/apache/seatunnel/commit/81ac173189|2.3.4| -| [Improve] Remove catalog tag for config file (#5645) |https://github.com/apache/seatunnel/commit/dc509aa080|2.3.4| -| [Feature][Jdbc] Supporting more ways to configure connection parameters. (#5388) |https://github.com/apache/seatunnel/commit/d31e9478f7|2.3.4| -| [Feature][Connector-V2][Jdbc] Add OceanBase catalog (#5439) |https://github.com/apache/seatunnel/commit/cd4b7ff7d2|2.3.4| -| [BUGFIX][Catalog] oracle catalog create table repeat and oracle pg null point (#5517) |https://github.com/apache/seatunnel/commit/103da931f3|2.3.4| -| Support config column/primaryKey/constraintKey in schema (#5564) |https://github.com/apache/seatunnel/commit/eac76b4e50|2.3.4| -| [Improve] Refactor CatalogTable and add `SeaTunnelSource::getProducedCatalogTables` (#5562) |https://github.com/apache/seatunnel/commit/41173357f8|2.3.4| -| [Feature][Jdbc] Add Dameng catalog (#5451) |https://github.com/apache/seatunnel/commit/c23070919c|2.3.4| -| [Feature] Add tidb datatype convertor (#5440) |https://github.com/apache/seatunnel/commit/61391bda9f|2.3.4| -| [Feature][Connector-V2] jdbc connector supports Kingbase database (#4803) |https://github.com/apache/seatunnel/commit/9538567159|2.3.4| -| [Feature][Catalog] Catalog add Case Conversion Definition (#5328) |https://github.com/apache/seatunnel/commit/7b5b28bdbe|2.3.4| -| [Feature][Jdbc] Jdbc database support identifier (#5089) |https://github.com/apache/seatunnel/commit/38b6d6e4bb|2.3.4| -| [Improve][Connector-v2][Jdbc] Refactor AbstractJdbcCatalog (#5096) |https://github.com/apache/seatunnel/commit/dde3104f76|2.3.4| -| [Improve][CheckStyle] Remove useless 'SuppressWarnings' annotation of checkstyle. (#5260) |https://github.com/apache/seatunnel/commit/51c0d709ba|2.3.4| -| [Hotfix] Fix com.google.common.base.Preconditions to seatunnel shade one (#5284) |https://github.com/apache/seatunnel/commit/ed5eadcf73|2.3.3| -| [bug][jdbc][oracle]Fix the Oracle number type mapping problem (#5209) |https://github.com/apache/seatunnel/commit/9d3c3de90d|2.3.3| -| [BUG][Connector-V2][Jdbc] support postgresql json type (#5194) |https://github.com/apache/seatunnel/commit/7a862d14b7|2.3.3| -| [Improve] [Connector-V2] Remove scheduler in JDBC sink #4736 (#5168) |https://github.com/apache/seatunnel/commit/3b0a393145|2.3.3| -| [CI] Split updated modules integration test for part 5 (#5208) |https://github.com/apache/seatunnel/commit/18f14d6087|2.3.3| -| [Bug] [connector-v2] PostgreSQL versions below 9.5 are compatible use cdc sync problem (#5120) |https://github.com/apache/seatunnel/commit/9af696a1dd|2.3.3| -| [Improve][Connector-v2][Jdbc] check url not null throw friendly message (#5097) |https://github.com/apache/seatunnel/commit/b0815f2a95|2.3.3| -| [Feature][Catalog] Add JDBC Catalog auto create table (#4917) |https://github.com/apache/seatunnel/commit/63eb137671|2.3.3| -| [Feature][CDC] Support tables without primary keys (with unique keys) (#163) (#5150) |https://github.com/apache/seatunnel/commit/32b7f2b690|2.3.3| -| [Hotfix][Connector][Jdbc] Fix the problem of JdbcOutputFormat database connection leak (#4802) |https://github.com/apache/seatunnel/commit/4cc10e83e7|2.3.3| -| [Feature][JDBC Sink] Add DM upsert support (#5073) |https://github.com/apache/seatunnel/commit/5e8d982e25|2.3.3| -| [Improve] Improve savemode api (#4767) |https://github.com/apache/seatunnel/commit/4acd370d48|2.3.3| -| [Feature][Connector-V2] JDBC source support string type as partition key (#4947) |https://github.com/apache/seatunnel/commit/d1d2677658|2.3.3| -| [Feature][Connector-V2][Jdbc] Add oceanbase dialect factory (#4989) |https://github.com/apache/seatunnel/commit/7ba11cecdf|2.3.3| -| Fix XA Transaction bug (#5020) |https://github.com/apache/seatunnel/commit/852fe104bc|2.3.3| -| [Improve][CDC]Remove driver for cdc connector (#4952) |https://github.com/apache/seatunnel/commit/b65f40c3c9|2.3.3| -| [Improve] Documentation and partial word optimization. (#4936) |https://github.com/apache/seatunnel/commit/6e8de0e2a6|2.3.3| -| [Improve][Connector-V2][Jdbc-Source] Support for Decimal types as splict keys (#4634) |https://github.com/apache/seatunnel/commit/d56bb1ba1c|2.3.3| -| [Bugfix][zeta] Fix the deadlock issue with JDBC driver loading (#4878) |https://github.com/apache/seatunnel/commit/c30a2a1b1c|2.3.2| -| [Hotfix][Jdbc] Fix XA DataSource crash(Oracle/Dameng/SqlServer) (#4866) |https://github.com/apache/seatunnel/commit/bde19b6377|2.3.2| -| [Feature][Connector-v2] Add Snowflake Source&Sink connector (#4470) |https://github.com/apache/seatunnel/commit/06c59a25f3|2.3.2| -| [Hotfix][Connector-V2][Jdbc] Fix the error of extracting primary key column in sink (#4815) |https://github.com/apache/seatunnel/commit/0eff3aeed0|2.3.2| -| [Hotfix][Connector][Jdbc] Fix reconnect throw close statement exception (#4801) |https://github.com/apache/seatunnel/commit/ea3bc1a673|2.3.2| -| [Hotfix][Connector][Jdbc] Fix sqlserver system table case sensitivity (#4806) |https://github.com/apache/seatunnel/commit/2ca7426d22|2.3.2| -| [Hotfix][Jdbc][Oracle] Fix oracle sql table identifier (#4754) |https://github.com/apache/seatunnel/commit/84cb51ff83|2.3.2| -| [Improve][Jdbc] Populate primary key when jdbc sink is created using CatalogTable (#4755) |https://github.com/apache/seatunnel/commit/4af3bf9015|2.3.2| -| [Feature][PostgreSQL-jdbc] Supports GEOMETRY data type for PostgreSQL… (#4673) |https://github.com/apache/seatunnel/commit/a5af4d9b6e|2.3.2| -| [Improve][Core] Add check of sink and source config to avoid null pointer exception. (#4734) |https://github.com/apache/seatunnel/commit/8f66ce96cb|2.3.2| -| [Hotfix][JDBC-SINK] Fix TiDBCatalog without open (#4718) |https://github.com/apache/seatunnel/commit/34a7f3eaa4|2.3.2| -| [Feature][E2E] Add mysql-cdc e2e testcase (#4639) |https://github.com/apache/seatunnel/commit/87001dfd16|2.3.2| -| [Hotfix][JDBC Sink] Fix JDBC Sink oom bug (#4690) |https://github.com/apache/seatunnel/commit/08b6f992aa|2.3.2| -| Improve the option rule for jdbc sink (#4694) |https://github.com/apache/seatunnel/commit/a6b3704414|2.3.2| -| [feature][catalog] Support for multiplexing connections (#4550) |https://github.com/apache/seatunnel/commit/41277d7f78|2.3.2| -| [Bugfix][Jdbc-Mysql Mysql-CDC] Fix MySQL BIT type incorrectly converted to Boolean type (#4671) |https://github.com/apache/seatunnel/commit/89b0099ff4|2.3.2| -| [Hotfix][Jdbc[SqlServer] Fix sqlserver jdbc url parse (#4697) |https://github.com/apache/seatunnel/commit/b24c3226ec|2.3.2| -| Revert "[Improve][Catalog] refactor catalog (#4540)" (#4628) |https://github.com/apache/seatunnel/commit/2d1933195d|2.3.2| -| [Feature][Connector][Jdbc] Add DataTypeConvertor for JDBC-Postgres (#4575) |https://github.com/apache/seatunnel/commit/91f5125976|2.3.2| -| [Improve][Catalog] refactor catalog (#4540) |https://github.com/apache/seatunnel/commit/b0a701cb83|2.3.2| -| [Bug] [JDBC Source] fix split exception when source table is empty (#4570) |https://github.com/apache/seatunnel/commit/c73b9331ce|2.3.2| -| [Feature][Connector][Jdbc] Add vertica connector. (#4303) |https://github.com/apache/seatunnel/commit/e6b4f98721|2.3.2| -| [Hotfix][Catalog] Filter out unavailable constrain keys (#4557) |https://github.com/apache/seatunnel/commit/5e5859546a|2.3.2| -| [Hotfix][Connector-V2][Jdbc] Simple sql has the highest priority (#4548) |https://github.com/apache/seatunnel/commit/74d4d24858|2.3.2| -| [Improve][Connector-V2][Jdbc] Jdbc source supports factory SPI (#4264) |https://github.com/apache/seatunnel/commit/a97f33797d|2.3.2| -| [Jdbc][Chore] improve the exception message when primary key not found in row (#4474) |https://github.com/apache/seatunnel/commit/06fa850da9|2.3.2| -| [hotfix][JDBC] Fix the table name is not automatically obtained when multiple tables (#4514) |https://github.com/apache/seatunnel/commit/c84d6f8d11|2.3.2| -| [Chore][Jdbc] add the log for sql and update some style (#4475) |https://github.com/apache/seatunnel/commit/a9e6503045|2.3.2| -| [Hotfix][Connector-V2][Jdbc] Set default value to false of JdbcOption: generate_sink_sql (#4471) |https://github.com/apache/seatunnel/commit/7da11c2f44|2.3.2| -| [feature][jdbc][TiDB] add TiDB catalog (#4438) |https://github.com/apache/seatunnel/commit/9a32db6fc0|2.3.2| -| [Hotfix][Connector] Fix sqlserver catalog (#4441) |https://github.com/apache/seatunnel/commit/8540c7f9f3|2.3.2| -| [Feature][CDC][SqlServer] Support multi-table read (#4377) |https://github.com/apache/seatunnel/commit/c4e3f2dc03|2.3.2| -| [Improve][JdbcSink]Fix connection failure caused by connection timeout. (#4322) |https://github.com/apache/seatunnel/commit/e1f6d3b3fd|2.3.2| -| [Hotfix][Connector-V2][Jdbc] Field aliases are not supported in the query of jdbc source. (#4158) (#4210) |https://github.com/apache/seatunnel/commit/3d7ff831f9|2.3.1| -| Change file type to file_format_type in file source/sink (#4249) |https://github.com/apache/seatunnel/commit/973a2fae3c|2.3.1| -| Change redshift type to lowercase (#4248) |https://github.com/apache/seatunnel/commit/10447ae103|2.3.1| -| Add redshift datatype convertor (#4245) |https://github.com/apache/seatunnel/commit/b19011517f|2.3.1| -| [improve][zeta] fix zeta bugs |https://github.com/apache/seatunnel/commit/3a82e8b39f|2.3.1| -| [Improve] Support MySqlCatalog Use JDBC URL With Custom Suffix |https://github.com/apache/seatunnel/commit/210d0ff1f8|2.3.1| -| [hotfix] fixed jdbc IT error |https://github.com/apache/seatunnel/commit/dd20af0a9e|2.3.1| -| Merge branch 'dev' into merge/cdc |https://github.com/apache/seatunnel/commit/4324ee1912|2.3.1| -| [Improve][Project] Code format with spotless plugin. |https://github.com/apache/seatunnel/commit/423b583038|2.3.1| -| [improve][jdbc] use ReadonlyConfig instead of Config (#4236) |https://github.com/apache/seatunnel/commit/c90c58e243|2.3.1| -| [Improve][Jdbc-sink] add database field to sink config (#4199) |https://github.com/apache/seatunnel/commit/ec368902f4|2.3.1| -| [improve][jdbc] Reduce jdbc options configuration (#4218) |https://github.com/apache/seatunnel/commit/ddd8f808b5|2.3.1| -| Fix mysql get default value (#4204) |https://github.com/apache/seatunnel/commit/6848434f2d|2.3.1| -| [hotfix][zeta] fix zeta multi-table parser error (#4193) |https://github.com/apache/seatunnel/commit/98f2ad0c19|2.3.1| -| [Improve] Remove AUTO_COMMIT To Optional In JDBC OptionRule (#4194) |https://github.com/apache/seatunnel/commit/9d088017a3|2.3.1| -| [Improve] [Connector-V2] [StarRocks] Starrocks Support Auto Create Table (#4177) |https://github.com/apache/seatunnel/commit/7e0008e6fb|2.3.1| -| [improve][catalog][jdbc] Add MySQL catalog factory (#4168) |https://github.com/apache/seatunnel/commit/95e3cbf875|2.3.1| -| [Improve][build] Give the maven module a human readable name (#4114) |https://github.com/apache/seatunnel/commit/d7cd601051|2.3.1| -| Add convertor factory (#4119) |https://github.com/apache/seatunnel/commit/cbdea45d95|2.3.1| -| Add ElasticSearch catalog (#4108) |https://github.com/apache/seatunnel/commit/9ee4d8394c|2.3.1| -| Add Kafka catalog (#4106) |https://github.com/apache/seatunnel/commit/34f1f21e48|2.3.1| -| [Improve][Project] Code format with spotless plugin. (#4101) |https://github.com/apache/seatunnel/commit/a2ab166561|2.3.1| -| Add DataTypeConvertor in Catalog (#4094) |https://github.com/apache/seatunnel/commit/840c3e5eb4|2.3.1| -| [Feature] [Catalog] Support create/drop table, create/drop database in catalog (#4075) |https://github.com/apache/seatunnel/commit/d8a0be84ca|2.3.1| -| [Bug][Connector-V2][Jdbc] Fixed no exception throwing problem (#3957) |https://github.com/apache/seatunnel/commit/6ab266e594|2.3.1| -| [Bug][CDC] Fix jdbc sink generate update sql (#3940) |https://github.com/apache/seatunnel/commit/233465d4e4|2.3.1| -| [Improve][JDBC] improve jdbc sink option (#3864) |https://github.com/apache/seatunnel/commit/768a9300e8|2.3.1| -| Fix Source Class Support Parallelism judge & Add UT for it (#3878) |https://github.com/apache/seatunnel/commit/ce85a8c68b|2.3.1| -| [Feature][Connector] add get source method to all source connector (#3846) |https://github.com/apache/seatunnel/commit/417178fb84|2.3.1| -| [Feature][Connector-V2] Jdbc connector support SAP HANA. (#3017) |https://github.com/apache/seatunnel/commit/fe0180fab2|2.3.1| -| [Feature][API & Connector & Doc] add parallelism and column projection interface (#3829) |https://github.com/apache/seatunnel/commit/b9164b8ba1|2.3.1| -| [Improve][JDBC Connector]improve option rule (#3802) |https://github.com/apache/seatunnel/commit/139256741a|2.3.1| -| [Hotfix][Jdbc Sink] fix xa transaction commit failure on pipeline restore (#3809) |https://github.com/apache/seatunnel/commit/39dae4cfd9|2.3.1| -| [Improve][Connector-V2][JDBC] Add exactly-once for JDBC source connector (#3750) |https://github.com/apache/seatunnel/commit/5328e9d847|2.3.1| -| [Improve][Connector-v2] Remove unused options for jdbc source factory (#3794) |https://github.com/apache/seatunnel/commit/861004d309|2.3.1| -| [Feature][Connector-jdbc] Fix JDBC Connector Throw Exception Error. (#3796) |https://github.com/apache/seatunnel/commit/38646b11b8|2.3.1| -| [hotfix][ST-Engine] fix jdbc connector exactly-once null pointer (#3730) |https://github.com/apache/seatunnel/commit/0c5986fbec|2.3.0| -| [Improve][connector-jdbc] Add config item enable upsert by query (#3708) |https://github.com/apache/seatunnel/commit/e1f951f782|2.3.0| -| [Hotfix][connector-v2] fix SemanticXidGenerator#generateXid indexOutOfBounds #3701 (#3705) |https://github.com/apache/seatunnel/commit/f351ceaf4b|2.3.0| -| [Hotfix][Connector-V2][jdbc] fix jdbc connection reset bug (#3670) |https://github.com/apache/seatunnel/commit/6fe0e6aece|2.3.0| -| [Improve][Connector-V2][JDBC] Unified exception for JDBC source & sink (#3598) |https://github.com/apache/seatunnel/commit/865ca2bba9|2.3.0| -| [Connector][JDBC]Support Redshift sink and source (#3615) |https://github.com/apache/seatunnel/commit/8d9d8638d2|2.3.0| -| [Improve][Connectors-V2][jdbc] Adapts to multiple versions of Flink #3589 |https://github.com/apache/seatunnel/commit/e77fdbbef7|2.3.0| -| [Hotfix][OptionRule] Fix option rule about all connectors (#3592) |https://github.com/apache/seatunnel/commit/226dc6a119|2.3.0| -| [Feature][Connector-V2][Doris]Add Doris Source & Sink connector (#3586) |https://github.com/apache/seatunnel/commit/3d46b79614|2.3.0| -| [Feature][Connector-V2][Teradata] Add Teradata Source And Sink Connector |https://github.com/apache/seatunnel/commit/3a095d30fd|2.3.0| -| [Feature][Connector-V2][JDBC] support sqlite Source & Sink (#3089) |https://github.com/apache/seatunnel/commit/a73bb3e714|2.3.0| -| Bump postgresql in /seatunnel-connectors-v2/connector-jdbc (#3559) |https://github.com/apache/seatunnel/commit/c8dfdf3e46|2.3.0| -| [feature][connector][cdc] add SeaTunnelRowDebeziumDeserializeSchema (#3499) |https://github.com/apache/seatunnel/commit/ff44db116e|2.3.0| -| [JDBC] [ORACLE] Improve Oracle Type to SeaTunnel Type Mapping (#3486) |https://github.com/apache/seatunnel/commit/8fe0dda6e2|2.3.0| -| [JDBC] [Config] Add JDBC Fetch Size Config And Custom Postgres PrepareStatement (#3478) |https://github.com/apache/seatunnel/commit/d60a705f5d|2.3.0| -| [feature][connector][jdbc] expose configurable options in JDBC (#3410) |https://github.com/apache/seatunnel/commit/72b8a73cab|2.3.0| -| [feature][connector][jdbc] Support write cdc changelog event in jdbc sink (#3444) |https://github.com/apache/seatunnel/commit/b12a908f01|2.3.0| -| [Improve][Connector-v2][Jdbc] Add AutoCommit to jdbcConfig (#3453) |https://github.com/apache/seatunnel/commit/cfb1e97853|2.3.0| -| [Improve][Connector-v2] Unset AutoCommit default to true (#3451) |https://github.com/apache/seatunnel/commit/439f686d92|2.3.0| -| [Feature][connector-v2] add tablestore source and sink (#3309) |https://github.com/apache/seatunnel/commit/ebebf0b633|2.3.0| -| Close jdbc connection after use. (#3358) |https://github.com/apache/seatunnel/commit/219fea517c|2.3.0| -| [Improve] [Engine] Improve Engine performance. (#3216) |https://github.com/apache/seatunnel/commit/7393c47327|2.3.0| -| [Bug][Connector-V2][JDBC]fix jdbc split bug (#3220) |https://github.com/apache/seatunnel/commit/40d67ab902|2.3.0| -| [Feature][Connector-V2][JDBC] Support DB2 Source & Sink (#2410) |https://github.com/apache/seatunnel/commit/bf1ef69e84|2.3.0| -| update org.postgresql:postgresql 42.3.3 to 42.4.1 (#3097) |https://github.com/apache/seatunnel/commit/2852516490|2.3.0| -| [Feature][Connector-V2][Jdbc] support gbase 8a (#3026) |https://github.com/apache/seatunnel/commit/dc6e85d06f|2.3.0-beta| -| [Bug] [sqlserver] timestamp convert exception (#3024) |https://github.com/apache/seatunnel/commit/99ac1a655e|2.3.0-beta| -| [Feature][Connector-V2] oracle connector (#2550) |https://github.com/apache/seatunnel/commit/384ece1913|2.3.0-beta| -| [Improve][Connector-v2][jdbc] Support for specify number of partitions when parallel reading (#2950) |https://github.com/apache/seatunnel/commit/fc284ac32e|2.3.0-beta| -| [Feature][Connector-V2] add sqlserver connector (#2646) |https://github.com/apache/seatunnel/commit/05d105dea3|2.3.0-beta| -| [Improve][e2e] Unified e2e IT for DaMengDB (#2946) |https://github.com/apache/seatunnel/commit/15636bdea1|2.3.0-beta| -| [Improve][e2e] modify DM-driver by downLoad and add the value comparison of all columns (#2772) |https://github.com/apache/seatunnel/commit/f3ff39bdfe|2.3.0-beta| -| [Improve][e2e] Improve jdbc driver management (#2770) |https://github.com/apache/seatunnel/commit/f907927a35|2.3.0-beta| -| [hotfix][connector][jdbc] fix JDBC split exception (#2904) |https://github.com/apache/seatunnel/commit/57342c6545|2.3.0-beta| -| [Improve][connector-jdbc] Calculate splits only once in JdbcSourceSplitEnumerator (#2900) |https://github.com/apache/seatunnel/commit/7622f28999|2.3.0-beta| -| [Feature] [Connector-V2 E2E] Add mysql and postgres e2e test and bug fix (#2838) |https://github.com/apache/seatunnel/commit/db434adc15|2.2.0-beta| -| fix XAConnection being wrongly submitted (#2805) |https://github.com/apache/seatunnel/commit/d9a6039fd3|2.2.0-beta| -| fix spark execute exception is not thrown (#2791) |https://github.com/apache/seatunnel/commit/b1711c984e|2.2.0-beta| -| [Improve][e2e] Add driver-jar to lib (#2719) |https://github.com/apache/seatunnel/commit/d64d452c86|2.2.0-beta| -| [DEV][Api] Replace SeaTunnelContext with JobContext and remove singleton pattern (#2706) |https://github.com/apache/seatunnel/commit/cbf82f755c|2.2.0-beta| -| [Connector-V2][JDBC-connector] support Jdbc dm (#2377) |https://github.com/apache/seatunnel/commit/7278209ca2|2.2.0-beta| -| [#2606]Dependency management split (#2630) |https://github.com/apache/seatunnel/commit/fc047be69b|2.2.0-beta| -| [Bug] [connector-jdbc-v2] Fix transaction force commit when autoCommit is enabled (#2636) |https://github.com/apache/seatunnel/commit/8cd8cf7aa2|2.2.0-beta| -| [Feature][Connector-V2] Add phoenix connector sink (#2499) |https://github.com/apache/seatunnel/commit/05ccf9d68c|2.2.0-beta| -| [Connector-V2][JDBC] Support database: greenplum (#2429) |https://github.com/apache/seatunnel/commit/3561d3878f|2.2.0-beta| -| Add jdbc connector e2e test (#2321) |https://github.com/apache/seatunnel/commit/5fbcb811c6|2.2.0-beta| -| StateT of SeaTunnelSource should extend `Serializable` (#2214) |https://github.com/apache/seatunnel/commit/8c426ef850|2.2.0-beta| -| update the condition to 1 = 0 about get table operation (#2186) |https://github.com/apache/seatunnel/commit/7c56d7143b|2.2.0-beta| -| [SeaTunnel API] [Sink] remove useless context field (#2124) |https://github.com/apache/seatunnel/commit/a31fdeedcc|2.2.0-beta| -| [bugfix] Check isOpen before closing (#2107) |https://github.com/apache/seatunnel/commit/7ec0ada2b9|2.2.0-beta| -| [API-DRAFT] [MERGE] fix merge error |https://github.com/apache/seatunnel/commit/3c0e984648|2.2.0-beta| -| merge dev to api-draft |https://github.com/apache/seatunnel/commit/d265597c64|2.2.0-beta| -| [api-draft][Optimize] Optimize module name (#2062) |https://github.com/apache/seatunnel/commit/f79e3112b1|2.2.0-beta| +| Change | Commit | Version | +| --- | --- | --- | +|[Feature][Connector-JDBC] Supprot read Oracle BLOB data as string instead of bytes (#9305)|https://github.com/apache/seatunnel/commit/454a88f81a|2.3.11| +|[Fix][Connector-jdbc] Fix postgresql sink trying to update unique key (#9293) (#9298)|https://github.com/apache/seatunnel/commit/d0c1de8357|2.3.11| +|[Fix][Connector-V2] Fix oceanbase mysql jdbc sink create statement error (#9267)|https://github.com/apache/seatunnel/commit/79f8125ea6|2.3.11| +|[Feature][Transform] Support define sink column type (#9114)|https://github.com/apache/seatunnel/commit/ab7119e507|2.3.11| +|[Feature][Checkpoint] Add check script for source/sink state class serialVersionUID missing (#9118)|https://github.com/apache/seatunnel/commit/4f5adeb1c7|2.3.11| +|[Fix][API] Fixed not invoke the `SinkAggregatedCommitter`'s init method (#9070)|https://github.com/apache/seatunnel/commit/df0d11d632|2.3.11| +|[Fix][Connector-V2] Fix SqlServer create table when database with dot (#9007)|https://github.com/apache/seatunnel/commit/e09445c789|2.3.11| +|[Fix][Connector-V2][OceanBase] oceanbase vector support simple vector index (#9072)|https://github.com/apache/seatunnel/commit/4140cd1d8f|2.3.11| +|[Improve][Connector-V2] Optimize dialect selection in jdbc (#8820)|https://github.com/apache/seatunnel/commit/92c62c5e63|2.3.11| +|[Fix][JDBC] fix jdbc default connection parameter invalid (#8185)|https://github.com/apache/seatunnel/commit/f85eb78b37|2.3.11| +|[Hotfix][Jdbc] Fix mysql tinyint(1) type mapping for TypeMapper (#9012)|https://github.com/apache/seatunnel/commit/5f85d7668a|2.3.11| +|[Feature][Jdbc] Add String type column split Support by charset-based splitting algorithm (#9002)|https://github.com/apache/seatunnel/commit/dbe41e74cd|2.3.11| +|[Fix][Paimon] nullable and comment attribute was lost during automatic table creation (#9020)|https://github.com/apache/seatunnel/commit/eb54fdd52c|2.3.11| +|[Fix][Connector-JDBC] Fix JDBC driver selection for data source connections (#8986)|https://github.com/apache/seatunnel/commit/a5aafa7301|2.3.11| +|[Improve][Jdbc] Upgrade sap-hana driver from 2.14.7 to 2.23.10 (#9013)|https://github.com/apache/seatunnel/commit/9ba9f169be|2.3.11| +|[Feature][Jdbc] Support sink ddl for sqlserver #8114 (#8936)|https://github.com/apache/seatunnel/commit/30aa485b38|2.3.10| +|[Fix][Connector-V2] Fix parse SqlServer JDBC Url error (#8784)|https://github.com/apache/seatunnel/commit/373d2162d3|2.3.10| +|[Improve][Jdbc] Support upsert for opengauss (#8627)|https://github.com/apache/seatunnel/commit/56110bf392|2.3.10| +|[Improve][Jdbc] Remove useless utils. (#8793)|https://github.com/apache/seatunnel/commit/36a7533e85|2.3.10| +|[Improve][Jdbc] Improve catalog connection cache (#8626)|https://github.com/apache/seatunnel/commit/6205065b25|2.3.10| +|[Fix][Connector-V2] Fix jdbc sink statement buffer wrong time to clear (#8653)|https://github.com/apache/seatunnel/commit/cf35eecdfc|2.3.10| +|[Feature][Jdbc] Support sink ddl for dameng (#8380)|https://github.com/apache/seatunnel/commit/5ff3427428|2.3.10| +|[Improve] restruct connector common options (#8634)|https://github.com/apache/seatunnel/commit/f3499a6eeb|2.3.10| +|[Improve][Jdbc] Remove oracle 'v$database' query (#8571)|https://github.com/apache/seatunnel/commit/3cf09f61ca|2.3.10| +|[Fix] [Connector-V2] Postgres support for multiple primary keys (#8526)|https://github.com/apache/seatunnel/commit/04db40d973|2.3.10| +|[Feature][JDBC source] pg support char types (#8420)|https://github.com/apache/seatunnel/commit/776ac94478|2.3.9| +|[Feature][Jdbc] Support sink ddl for postgresql (#8276)|https://github.com/apache/seatunnel/commit/353bbd21a1|2.3.9| +|[Feature][Connector-V2] Support the jdbc connector for highgo db (#8282)|https://github.com/apache/seatunnel/commit/aa381cbfb4|2.3.9| +|[Improve][Jdbc] Support nvarchar in dm (#8270)|https://github.com/apache/seatunnel/commit/2f1c54ee2e|2.3.9| +|[Improve][Connector-v2] Use regex to match filedName placeholders in jdbc sink (#8222)|https://github.com/apache/seatunnel/commit/c02d4fed36|2.3.9| +|[Improve][Connector-V2] Support read comment when jdbc dialect without catalog (#8196)|https://github.com/apache/seatunnel/commit/567cd54de5|2.3.9| +|[Improve][Connector-V2] The interface supports jdbc respects the target database field type (#8031)|https://github.com/apache/seatunnel/commit/1de056a9a4|2.3.9| +|[Improve][dist]add shade check rule (#8136)|https://github.com/apache/seatunnel/commit/51ef800016|2.3.9| +|[Improve][Jdbc] Improve ddl write validate (#8158)|https://github.com/apache/seatunnel/commit/9cdaacddd9|2.3.9| +|[Feature][Jdbc] Add Jdbc default dialect for all jdbc series database without dialect (#8132)|https://github.com/apache/seatunnel/commit/399eabcd3f|2.3.9| +|[Improve][Jdbc] Refactor ddl change (#8134)|https://github.com/apache/seatunnel/commit/e1f0a238f7|2.3.9| +|[Feature][Core] Rename `result_table_name`/`source_table_name` to `plugin_input/plugin_output` (#8072)|https://github.com/apache/seatunnel/commit/c7bbd322db|2.3.9| +|[Improve][Connector-V2] Improve schema evolution on column insert after for mysql-jdbc (#8017)|https://github.com/apache/seatunnel/commit/3fb05da365|2.3.9| +|[Feature][Core] Support cdc task ddl restore for zeta (#7463)|https://github.com/apache/seatunnel/commit/8e322281ed|2.3.9| +|[Feature][transform] transform support explode (#7928)|https://github.com/apache/seatunnel/commit/132278c06a|2.3.9| +|[Feature][Connector-v2] Support schema evolution for Oracle connector (#7908)|https://github.com/apache/seatunnel/commit/79406bcc2f|2.3.9| +|[Improve][Connector-V2] Improve jdbc merge table from path and query when type is decimal (#7917)|https://github.com/apache/seatunnel/commit/8baa012ced|2.3.9| +|[Fix][Connector-V2] Fix hana type loss of precision (#7912)|https://github.com/apache/seatunnel/commit/18dcca36cd|2.3.9| +|[Feature][Connector-V2] Jdbc DB2 support upsert SQL (#7879)|https://github.com/apache/seatunnel/commit/139919334d|2.3.9| +|[Improve][Jdbc] Optimize index name conflicts when create table for postgresql (#7875)|https://github.com/apache/seatunnel/commit/312ee866fb|2.3.9| +|[Improve][Jdbc] Support postgresql inet type. (#7820)|https://github.com/apache/seatunnel/commit/25b68b3623|2.3.9| +|[Fix][Connector-V2]Oceanbase vector database is added as the source server (#7832)|https://github.com/apache/seatunnel/commit/258f931765|2.3.9| +|[Feature][connector-v2]Support opengauss jdbc connnector using opengauss driver. (#7622)|https://github.com/apache/seatunnel/commit/bbf643772e|2.3.9| +|[Improve][Jdbc] Support save mode for the sink of jdbc-dm (#7814)|https://github.com/apache/seatunnel/commit/b87d732c81|2.3.9| +|[Feature][Restapi] Allow metrics information to be associated to logical plan nodes (#7786)|https://github.com/apache/seatunnel/commit/6b7c53d03c|2.3.9| +|[Feature][Connector-V2] SqlServer support user-defined type (#7706)|https://github.com/apache/seatunnel/commit/fb89033273|2.3.8| +|[Hotfix][CDC] Fix ddl duplicate execution error when config multi_table_sink_replica (#7634)|https://github.com/apache/seatunnel/commit/23ab3edbbb|2.3.8| +|[Feature][Connector-Paimon] Support dynamic bucket splitting improves Paimon writing efficiency (#7335)|https://github.com/apache/seatunnel/commit/bc0326cba8|2.3.8| +|[Fix][Connector-V2] Fix jdbc test case failed (#7690)|https://github.com/apache/seatunnel/commit/4f5d27f625|2.3.8| +|[Improve][Jdbc] Jdbc truncate table should check table not database (#7654)|https://github.com/apache/seatunnel/commit/0c0eb7e41b|2.3.8| +|[Feature][Connector-V2] jdbc saphana source tablepath support view and synonym (#7670)|https://github.com/apache/seatunnel/commit/7e0c20a488|2.3.8| +|[Fix][Connector-v2] Throw Exception in sql query for JdbcCatalog in table or db exists query (#7651)|https://github.com/apache/seatunnel/commit/70ec59ce0e|2.3.8| +|[Fix][JDBC] Fix starrocks jdbc dialect catalog conflict with starrocks connector (#7578)|https://github.com/apache/seatunnel/commit/020aab422e|2.3.8| +|[Feature] Support tidb cdc connector source #7199 (#7477)|https://github.com/apache/seatunnel/commit/87ec786bd6|2.3.8| +|[bugfix] fix oracle query table length (#7627)|https://github.com/apache/seatunnel/commit/2e002ce09b|2.3.8| +|[Hotfix][Connector-v2] Fix the NullPointerException for jdbc oracle which used the table_list (#7544)|https://github.com/apache/seatunnel/commit/555028217a|2.3.8| +|[Improve][Connector-v2] Support mysql 8.1/8.2/8.3 for jdbc (#7530)|https://github.com/apache/seatunnel/commit/657fe69b26|2.3.8| +|[Improve][Connector-v2] Release resource in closeStatements even exception occurred in executeBatch (#7533)|https://github.com/apache/seatunnel/commit/590f7d110d|2.3.8| +|[Fix][Connector-V2] Fix jdbc query sql can not get table path (#7484)|https://github.com/apache/seatunnel/commit/8e0ca8f725|2.3.8| +|[Feature][Connector-V2] Add `decimal_type_narrowing` option in jdbc (#7461)|https://github.com/apache/seatunnel/commit/696f2948fa|2.3.8| +|[Improve][Connector-V2] update vectorType (#7446)|https://github.com/apache/seatunnel/commit/1bba72385b|2.3.8| +|[Improve][API] Move catalog open to SaveModeHandler (#7439)|https://github.com/apache/seatunnel/commit/8c2c5c79a1|2.3.8| +|[FIX][E2E]Modify the OceanBase test case to the latest imageChange image (#7452)|https://github.com/apache/seatunnel/commit/6abb83deab|2.3.8| +|[Feature][Connector-V2][OceanBase] Support vector types on OceanBase (#7375)|https://github.com/apache/seatunnel/commit/a6b188d552|2.3.8| +|[Improve][Connector-V2] Remove system table limit (#7391)|https://github.com/apache/seatunnel/commit/adf888e008|2.3.8| +|[Fix] Fix oracle sample data from column error (#7340)|https://github.com/apache/seatunnel/commit/2130e0d5ad|2.3.8| +|[Improve][Connector-V2] Close all ResultSet after used (#7389)|https://github.com/apache/seatunnel/commit/853e973212|2.3.8| +|[Hotifx][Jdbc] Fix MySQL unsupport 'ZEROFILL' column type (#7407)|https://github.com/apache/seatunnel/commit/7130382123|2.3.8| +|[Improvement] add starrocks jdbc dialect (#7294)|https://github.com/apache/seatunnel/commit/b5140f598e|2.3.8| +|[Hotfix][Connector] Fix jdbc compile error (#7359)|https://github.com/apache/seatunnel/commit/2769ed5029|2.3.7| +|[Fix][Connector-V2][OceanBase] Remove OceanBase catalog's dependency on mysql driver (#7311)|https://github.com/apache/seatunnel/commit/3130ae089e|2.3.7| +|[Improve][Jdbc] Skip all index when auto create table to improve performance of write (#7288)|https://github.com/apache/seatunnel/commit/dc3c23981b|2.3.7| +|[Improve][Jdbc] Remove MysqlType references in JdbcDialect (#7333)|https://github.com/apache/seatunnel/commit/16eeb1c123|2.3.7| +|[Improve][Jdbc] Merge user config primary key when create table (#7313)|https://github.com/apache/seatunnel/commit/819c685651|2.3.7| +|[Improve][Connector-v2] Optimize the way of databases and tables are checked for existence (#7261)|https://github.com/apache/seatunnel/commit/f012b2a6f0|2.3.7| +|[Feature][Jdbc] Support hive compatibleMode add inceptor dialect (#7262)|https://github.com/apache/seatunnel/commit/31e59cdf82|2.3.6| +|[Improve][Connector-v2] Optimize the count table rows for jdbc-oracle and oracle-cdc (#7248)|https://github.com/apache/seatunnel/commit/0d08b20061|2.3.6| +|[Feature][Core] Support using upstream table placeholders in sink options and auto replacement (#7131)|https://github.com/apache/seatunnel/commit/c4ca74122c|2.3.6| +|[Fix] Fix Hana type converter decimal scale is 0 convert to int error (#7167)|https://github.com/apache/seatunnel/commit/6e33a97c86|2.3.6| +|[Improve][Jdbc] Support write unicode text into sqlserver (#7159)|https://github.com/apache/seatunnel/commit/e44e8b93bc|2.3.6| +|[Improve][Jdbc] Remove user info in catalog-table options (#7178)|https://github.com/apache/seatunnel/commit/4e001be25c|2.3.6| +|[Improve][connector-v2-jdbc-mysql] Add support for MySQL 8.4 (#7151)|https://github.com/apache/seatunnel/commit/dbdbdf015b|2.3.6| +|[Feature][Connector-V2] Support jdbc hana catalog and type convertor (#6950)|https://github.com/apache/seatunnel/commit/d663398739|2.3.6| +|[Improve] Change catalog table log to debug level (#7136)|https://github.com/apache/seatunnel/commit/b111d2f843|2.3.6| +|[Improve][Connector-V2] Support schema evolution for mysql-cdc and mysql-jdbc (#6929)|https://github.com/apache/seatunnel/commit/cf91e51fc7|2.3.6| +|[connector-jdbc][bugfix] fix sqlServer create table comment special string bug (#7024)|https://github.com/apache/seatunnel/commit/403564db13|2.3.6| +|[bugfix] fix pgsql create table comment special string bug (#7022)|https://github.com/apache/seatunnel/commit/9fe844f62a|2.3.6| +|[connector-jdbc][bugfix] fix oracle create table comment special string bug (#7012)|https://github.com/apache/seatunnel/commit/a9e0f67873|2.3.6| +|[bugfix] fix mysql create table comment special string bug (#6998)|https://github.com/apache/seatunnel/commit/904e9cf785|2.3.6| +|[Improve][[Jdbc]sink sql support custom field.(#6515) (#6525)|https://github.com/apache/seatunnel/commit/ef3e61dbc4|2.3.6| +|[Feature][Jdbc] Support redshift catalog (#6992)|https://github.com/apache/seatunnel/commit/8d5cbcee74|2.3.6| +|[Improve][Connector-V2] Clean key name in catalog table (#6942)|https://github.com/apache/seatunnel/commit/a399ef48c6|2.3.6| +|[Improve][Zeta] Move SaveMode behavior to master (#6843)|https://github.com/apache/seatunnel/commit/80cf91318d|2.3.6| +|[Improve][Jdbc] Quotes the identifier for table path (#6951)|https://github.com/apache/seatunnel/commit/d70ec61f35|2.3.6| +|[Hotfix][Jdbc] Fix oracle savemode create table (#6651)|https://github.com/apache/seatunnel/commit/4b6c13e8fc|2.3.6| +|[Improve][JDBC Source] Fix Split can not be cancel (#6825)|https://github.com/apache/seatunnel/commit/ee3b7c3723|2.3.6| +|[Feature][Doris] Add Doris type converter (#6354)|https://github.com/apache/seatunnel/commit/5189991843|2.3.6| +|[Hotfix][Jdbc/CDC] Fix postgresql uuid type in jdbc read (#6684)|https://github.com/apache/seatunnel/commit/868ba4d7c7|2.3.6| +|[Improve][Connector] Add some sqlserver IDENTITY type for catalog (#6822)|https://github.com/apache/seatunnel/commit/f698396555|2.3.6| +|[Feature][Jdbc] Support the jdbc connector for InterSystems IRIS (#6797)|https://github.com/apache/seatunnel/commit/46600969bb|2.3.6| +|[Fix][MySQL]: Fix MySqlTypeConverter could not be instantiated (#6781)|https://github.com/apache/seatunnel/commit/a5609d600e|2.3.6| +|[Hotfix][Jdbc] Fix table/query columns order merge for jdbc catalog (#6771)|https://github.com/apache/seatunnel/commit/df1954d520|2.3.6| +|[Fix] Fix Oracle type converter handle negative scale in number type (#6758)|https://github.com/apache/seatunnel/commit/6d710690c5|2.3.6| +|[Improve][mysql-cdc] Support mysql 5.5 versions (#6710)|https://github.com/apache/seatunnel/commit/058f5594a3|2.3.6| +|[Improve][Jdbc] Add quote identifier for sql (#6669)|https://github.com/apache/seatunnel/commit/849d748d3d|2.3.5| +|[Improve][Jdbc] Increase tyepe converter when auto creating tables (#6617)|https://github.com/apache/seatunnel/commit/cc660206d8|2.3.5| +|[feature][connector-v2] add xugudb connector (#6561)|https://github.com/apache/seatunnel/commit/80f392afbb|2.3.5| +|[Hotfix] Fix DEFAULT TABLE problem (#6352)|https://github.com/apache/seatunnel/commit/cdb1856e84|2.3.5| +|[Improve] Improve MultiTableSinkWriter prepare commit performance (#6495)|https://github.com/apache/seatunnel/commit/2086b0e8a6|2.3.5| +|[Improve][JDBC] Optimized code style for getting jdbc field types (#6583)|https://github.com/apache/seatunnel/commit/ddca95f32c|2.3.5| +|[Improve] Add SaveMode log of process detail (#6375)|https://github.com/apache/seatunnel/commit/b0d70ce224|2.3.5| +|[Improve][Jdbc] Support custom case-sensitive config for dameng (#6510)|https://github.com/apache/seatunnel/commit/d6dcb03bf3|2.3.5| +|feat: jdbc support copy in statement. (#6443)|https://github.com/apache/seatunnel/commit/ca4a65fc00|2.3.5| +|[Improve][Jdbc] Using varchar2 datatype store string in oracle (#6392)|https://github.com/apache/seatunnel/commit/14405fa8d4|2.3.5| +|[Improve][API] Unify type system api(data & type) (#5872)|https://github.com/apache/seatunnel/commit/b38c7edcc9|2.3.5| +|Fix Jdbc sink target table name error (#6269)|https://github.com/apache/seatunnel/commit/2f62235e38|2.3.4| +|[Improve][JDBC] Use PreparedStatement to sample data from column (#6242)|https://github.com/apache/seatunnel/commit/bd0e66d533|2.3.4| +|[Improve][JDBC-sink] Improve query Approximate Total Row Count of a Table (#5972)|https://github.com/apache/seatunnel/commit/8156036a2f|2.3.4| +|[Feature][JDBC、CDC] Support Short and Byte Type in spliter (#6027)|https://github.com/apache/seatunnel/commit/6f8d0a5040|2.3.4| +|[Improve] Support `int identity` type in sql server (#6186)|https://github.com/apache/seatunnel/commit/1a8da1c843|2.3.4| +|[Bugfix][JDBC、CDC] Fix Spliter Error in Case of Extensive Duplicate Data (#6026)|https://github.com/apache/seatunnel/commit/635c24e8b2|2.3.4| +| [Feature][Connector-V2][Postgres-cdc]Support for Postgres cdc (#5986)|https://github.com/apache/seatunnel/commit/97438b9402|2.3.4| +|Add date type and float type column split support (#6160)|https://github.com/apache/seatunnel/commit/b9a62e5c3f|2.3.4| +|[Improve] Extend `SupportResourceShare` to spark/flink (#5847)|https://github.com/apache/seatunnel/commit/c69da93b87|2.3.4| +|[Feature] Support `uuid` in postgres jdbc (#6185)|https://github.com/apache/seatunnel/commit/f56855098b|2.3.4| +|[Feature][Connector-V2][Oracle-cdc]Support for oracle cdc (#5196)|https://github.com/apache/seatunnel/commit/aaef22b31b|2.3.4| +|[Feature][Connector] update pgsql catalog for save mode (#6080)|https://github.com/apache/seatunnel/commit/84ce516929|2.3.4| +|[Hotfix][Jdbc] Fix dameng catalog query table sql (#6141)|https://github.com/apache/seatunnel/commit/413fa74500|2.3.4| +|[improve][catalog-postgres] Improve get column sql compatibility (#5664)|https://github.com/apache/seatunnel/commit/23ce592ad2|2.3.4| +|[Feature][Connector] update oracle catalog for save mode (#6092)|https://github.com/apache/seatunnel/commit/dfbf92769c|2.3.4| +|[Feature][Connectors-V2][Jdbc] Supports Sqlserver Niche Data Types (#6122)|https://github.com/apache/seatunnel/commit/6673f6f771|2.3.4| +|[Improve][Connector-V2][Jdbc] Shade hikari in jdbc connector (#6116)|https://github.com/apache/seatunnel/commit/dd698c95bf|2.3.4| +|[Feature][Connector] update sqlserver catalog for save mode (#6086)|https://github.com/apache/seatunnel/commit/edcaacecb1|2.3.4| +|[Feature][Connector-V2][PostgresSql] add JDBC source support string type as partition key (#6079)|https://github.com/apache/seatunnel/commit/3522eb157c|2.3.4| +|[Hotfix][Jdbc] Fix jdbc setFetchSize error (#6005)|https://github.com/apache/seatunnel/commit/d41af8a6ed|2.3.4| +|Support using multiple hadoop account (#5903)|https://github.com/apache/seatunnel/commit/d69d88d1aa|2.3.4| +|[Feature] Add unsupported datatype check for all catalog (#5890)|https://github.com/apache/seatunnel/commit/b9791285a0|2.3.4| +|[Hotfix][Split] Fix split key not support BigInteger type|https://github.com/apache/seatunnel/commit/5adf5d2b9a|2.3.4| +|[Improve] Replace SeaTunnelRowType with TableSchema in the JdbcRowConverter|https://github.com/apache/seatunnel/commit/1cc1b1b8cd|2.3.4| +|[Hotfix][Jdbc] Fix cdc updates were not filtering same primary key (#5923)|https://github.com/apache/seatunnel/commit/38d3b85814|2.3.4| +|[Improve]Change System.out.println to log output. (#5912)|https://github.com/apache/seatunnel/commit/bbedb07a9c|2.3.4| +|[Bug] Fix Hive-Jdbc use krb5 overwrite kerberosKeytabPath (#5891)|https://github.com/apache/seatunnel/commit/f0b6092c15|2.3.4| +|Reduce the time cost of getCatalogTable in jdbc (#5908)|https://github.com/apache/seatunnel/commit/51a3737578|2.3.4| +|[Improve] Improve Jdbc connector error message when datatype unsupported (#5864)|https://github.com/apache/seatunnel/commit/69f79af3a4|2.3.4| +|[Improve] Rename `getCountSql` to `getExistDataSql` (#5838)|https://github.com/apache/seatunnel/commit/2233b3a381|2.3.4| +|[Fix] Fix read from Oracle Date type value lose time (#5814)|https://github.com/apache/seatunnel/commit/2d704e36bd|2.3.4| +|[Improve][JdbcSource] Optimize catalog-table metadata merge logic (#5828)|https://github.com/apache/seatunnel/commit/7d8028a60b|2.3.4| +|[Improve][Common] Introduce new error define rule (#5793)|https://github.com/apache/seatunnel/commit/9d1b2582b2|2.3.4| +|[Feature][Hive JDBC Source] Support Hive JDBC Source Connector (#5424)|https://github.com/apache/seatunnel/commit/a64e177d06|2.3.4| +|[Improve] Remove use `SeaTunnelSink::getConsumedType` method and mark it as deprecated (#5755)|https://github.com/apache/seatunnel/commit/8de7408100|2.3.4| +|[Improve][Connector] Add field name to `DataTypeConvertor` to improve error message (#5782)|https://github.com/apache/seatunnel/commit/ab60790f0d|2.3.4| +|[Feature][Oracle] Support XMLTYPE data integration #5716 (#5723)|https://github.com/apache/seatunnel/commit/620f081adb|2.3.4| +|[Fix] Fix Postgres create table test case failed (#5778)|https://github.com/apache/seatunnel/commit/b98b6bcee3|2.3.4| +|[Improve][Jdbc] Fix database identifier (#5756)|https://github.com/apache/seatunnel/commit/dbfc8a670a|2.3.4| +|[Fix] Fix PG will not create index when using auto create table #5721|https://github.com/apache/seatunnel/commit/e5fd88dbe7|2.3.4| +|[Improve] Remove all useless `prepare`, `getProducedType` method (#5741)|https://github.com/apache/seatunnel/commit/ed94fffbb9|2.3.4| +|[feature][connector-jdbc]Add Save Mode function and Connector-JDBC (MySQL) connector has been realized (#5663)|https://github.com/apache/seatunnel/commit/eff17ccbe5|2.3.4| +|[Bug] [connector-jdbc] Nullable Column source have null data could be unexpected results. (#5560)|https://github.com/apache/seatunnel/commit/3f429e1f0a|2.3.4| +|[Improve] Add default implement for `SeaTunnelSink::setTypeInfo` (#5682)|https://github.com/apache/seatunnel/commit/86cba87450|2.3.4| +|[BUG][Connector-V2][Jdbc] support postgresql xml type (#5724)|https://github.com/apache/seatunnel/commit/5f5d4da13f|2.3.4| +|[Improve][E2E][Jdbc] Enable IT case for Oceanbase Mysql mode (#5697)|https://github.com/apache/seatunnel/commit/879c2aa07c|2.3.4| +|[Feature][Jdbc] Support read multiple tables (#5581)|https://github.com/apache/seatunnel/commit/33fa8ff248|2.3.4| +|[Feature] Support multi-table sink (#5620)|https://github.com/apache/seatunnel/commit/81ac173189|2.3.4| +|[Improve] Remove catalog tag for config file (#5645)|https://github.com/apache/seatunnel/commit/dc509aa080|2.3.4| +|[Feature][Jdbc] Supporting more ways to configure connection parameters. (#5388)|https://github.com/apache/seatunnel/commit/d31e9478f7|2.3.4| +|[Feature][Connector-V2][Jdbc] Add OceanBase catalog (#5439)|https://github.com/apache/seatunnel/commit/cd4b7ff7d2|2.3.4| +|[BUGFIX][Catalog] oracle catalog create table repeat and oracle pg null point (#5517)|https://github.com/apache/seatunnel/commit/103da931f3|2.3.4| +|Support config column/primaryKey/constraintKey in schema (#5564)|https://github.com/apache/seatunnel/commit/eac76b4e50|2.3.4| +|[Improve] Refactor CatalogTable and add `SeaTunnelSource::getProducedCatalogTables` (#5562)|https://github.com/apache/seatunnel/commit/41173357f8|2.3.4| +|[Feature][Jdbc] Add Dameng catalog (#5451)|https://github.com/apache/seatunnel/commit/c23070919c|2.3.4| +|[Feature] Add tidb datatype convertor (#5440)|https://github.com/apache/seatunnel/commit/61391bda9f|2.3.4| +|[Feature][Connector-V2] jdbc connector supports Kingbase database (#4803)|https://github.com/apache/seatunnel/commit/9538567159|2.3.4| +|[Feature][Catalog] Catalog add Case Conversion Definition (#5328)|https://github.com/apache/seatunnel/commit/7b5b28bdbe|2.3.4| +|[Feature][Jdbc] Jdbc database support identifier (#5089)|https://github.com/apache/seatunnel/commit/38b6d6e4bb|2.3.4| +|[Improve][Connector-v2][Jdbc] Refactor AbstractJdbcCatalog (#5096)|https://github.com/apache/seatunnel/commit/dde3104f76|2.3.4| +|[Improve][CheckStyle] Remove useless 'SuppressWarnings' annotation of checkstyle. (#5260)|https://github.com/apache/seatunnel/commit/51c0d709ba|2.3.4| +|[Hotfix] Fix com.google.common.base.Preconditions to seatunnel shade one (#5284)|https://github.com/apache/seatunnel/commit/ed5eadcf73|2.3.3| +|[bug][jdbc][oracle]Fix the Oracle number type mapping problem (#5209)|https://github.com/apache/seatunnel/commit/9d3c3de90d|2.3.3| +|[BUG][Connector-V2][Jdbc] support postgresql json type (#5194)|https://github.com/apache/seatunnel/commit/7a862d14b7|2.3.3| +|[Improve] [Connector-V2] Remove scheduler in JDBC sink #4736 (#5168)|https://github.com/apache/seatunnel/commit/3b0a393145|2.3.3| +|[CI] Split updated modules integration test for part 5 (#5208)|https://github.com/apache/seatunnel/commit/18f14d6087|2.3.3| +|[Bug] [connector-v2] PostgreSQL versions below 9.5 are compatible use cdc sync problem (#5120)|https://github.com/apache/seatunnel/commit/9af696a1dd|2.3.3| +|[Improve][Connector-v2][Jdbc] check url not null throw friendly message (#5097)|https://github.com/apache/seatunnel/commit/b0815f2a95|2.3.3| +|[Feature][Catalog] Add JDBC Catalog auto create table (#4917)|https://github.com/apache/seatunnel/commit/63eb137671|2.3.3| +|[Feature][CDC] Support tables without primary keys (with unique keys) (#163) (#5150)|https://github.com/apache/seatunnel/commit/32b7f2b690|2.3.3| +|[Hotfix][Connector][Jdbc] Fix the problem of JdbcOutputFormat database connection leak (#4802)|https://github.com/apache/seatunnel/commit/4cc10e83e7|2.3.3| +|[Feature][JDBC Sink] Add DM upsert support (#5073)|https://github.com/apache/seatunnel/commit/5e8d982e25|2.3.3| +|[Improve] Improve savemode api (#4767)|https://github.com/apache/seatunnel/commit/4acd370d48|2.3.3| +|[Feature][Connector-V2] JDBC source support string type as partition key (#4947)|https://github.com/apache/seatunnel/commit/d1d2677658|2.3.3| +|[Feature][Connector-V2][Jdbc] Add oceanbase dialect factory (#4989)|https://github.com/apache/seatunnel/commit/7ba11cecdf|2.3.3| +|Fix XA Transaction bug (#5020)|https://github.com/apache/seatunnel/commit/852fe104bc|2.3.3| +|[Improve][CDC]Remove driver for cdc connector (#4952)|https://github.com/apache/seatunnel/commit/b65f40c3c9|2.3.3| +|[Improve] Documentation and partial word optimization. (#4936)|https://github.com/apache/seatunnel/commit/6e8de0e2a6|2.3.3| +|[Improve][Connector-V2][Jdbc-Source] Support for Decimal types as splict keys (#4634)|https://github.com/apache/seatunnel/commit/d56bb1ba1c|2.3.3| +|[Bugfix][zeta] Fix the deadlock issue with JDBC driver loading (#4878)|https://github.com/apache/seatunnel/commit/c30a2a1b1c|2.3.2| +|[Hotfix][Jdbc] Fix XA DataSource crash(Oracle/Dameng/SqlServer) (#4866)|https://github.com/apache/seatunnel/commit/bde19b6377|2.3.2| +|[Feature][Connector-v2] Add Snowflake Source&Sink connector (#4470)|https://github.com/apache/seatunnel/commit/06c59a25f3|2.3.2| +|[Hotfix][Connector-V2][Jdbc] Fix the error of extracting primary key column in sink (#4815)|https://github.com/apache/seatunnel/commit/0eff3aeed0|2.3.2| +|[Hotfix][Connector][Jdbc] Fix reconnect throw close statement exception (#4801)|https://github.com/apache/seatunnel/commit/ea3bc1a673|2.3.2| +|[Hotfix][Connector][Jdbc] Fix sqlserver system table case sensitivity (#4806)|https://github.com/apache/seatunnel/commit/2ca7426d22|2.3.2| +|[Hotfix][Jdbc][Oracle] Fix oracle sql table identifier (#4754)|https://github.com/apache/seatunnel/commit/84cb51ff83|2.3.2| +|[Improve][Jdbc] Populate primary key when jdbc sink is created using CatalogTable (#4755)|https://github.com/apache/seatunnel/commit/4af3bf9015|2.3.2| +|[Feature][PostgreSQL-jdbc] Supports GEOMETRY data type for PostgreSQL… (#4673)|https://github.com/apache/seatunnel/commit/a5af4d9b6e|2.3.2| +|[Improve][Core] Add check of sink and source config to avoid null pointer exception. (#4734)|https://github.com/apache/seatunnel/commit/8f66ce96cb|2.3.2| +|[Hotfix][JDBC-SINK] Fix TiDBCatalog without open (#4718)|https://github.com/apache/seatunnel/commit/34a7f3eaa4|2.3.2| +|[Feature][E2E] Add mysql-cdc e2e testcase (#4639)|https://github.com/apache/seatunnel/commit/87001dfd16|2.3.2| +|[Hotfix][JDBC Sink] Fix JDBC Sink oom bug (#4690)|https://github.com/apache/seatunnel/commit/08b6f992aa|2.3.2| +|Improve the option rule for jdbc sink (#4694)|https://github.com/apache/seatunnel/commit/a6b3704414|2.3.2| +|[feature][catalog] Support for multiplexing connections (#4550)|https://github.com/apache/seatunnel/commit/41277d7f78|2.3.2| +|[Bugfix][Jdbc-Mysql Mysql-CDC] Fix MySQL BIT type incorrectly converted to Boolean type (#4671)|https://github.com/apache/seatunnel/commit/89b0099ff4|2.3.2| +|[Hotfix][Jdbc[SqlServer] Fix sqlserver jdbc url parse (#4697)|https://github.com/apache/seatunnel/commit/b24c3226ec|2.3.2| +|Revert "[Improve][Catalog] refactor catalog (#4540)" (#4628)|https://github.com/apache/seatunnel/commit/2d1933195d|2.3.2| +|[Feature][Connector][Jdbc] Add DataTypeConvertor for JDBC-Postgres (#4575)|https://github.com/apache/seatunnel/commit/91f5125976|2.3.2| +|[Improve][Catalog] refactor catalog (#4540)|https://github.com/apache/seatunnel/commit/b0a701cb83|2.3.2| +|[Bug] [JDBC Source] fix split exception when source table is empty (#4570)|https://github.com/apache/seatunnel/commit/c73b9331ce|2.3.2| +|[Feature][Connector][Jdbc] Add vertica connector. (#4303)|https://github.com/apache/seatunnel/commit/e6b4f98721|2.3.2| +|[Hotfix][Catalog] Filter out unavailable constrain keys (#4557)|https://github.com/apache/seatunnel/commit/5e5859546a|2.3.2| +|[Hotfix][Connector-V2][Jdbc] Simple sql has the highest priority (#4548)|https://github.com/apache/seatunnel/commit/74d4d24858|2.3.2| +|[Improve][Connector-V2][Jdbc] Jdbc source supports factory SPI (#4264)|https://github.com/apache/seatunnel/commit/a97f33797d|2.3.2| +|[Jdbc][Chore] improve the exception message when primary key not found in row (#4474)|https://github.com/apache/seatunnel/commit/06fa850da9|2.3.2| +|[hotfix][JDBC] Fix the table name is not automatically obtained when multiple tables (#4514)|https://github.com/apache/seatunnel/commit/c84d6f8d11|2.3.2| +|[Chore][Jdbc] add the log for sql and update some style (#4475)|https://github.com/apache/seatunnel/commit/a9e6503045|2.3.2| +|[Hotfix][Connector-V2][Jdbc] Set default value to false of JdbcOption: generate_sink_sql (#4471)|https://github.com/apache/seatunnel/commit/7da11c2f44|2.3.2| +|[feature][jdbc][TiDB] add TiDB catalog (#4438)|https://github.com/apache/seatunnel/commit/9a32db6fc0|2.3.2| +|[Hotfix][Connector] Fix sqlserver catalog (#4441)|https://github.com/apache/seatunnel/commit/8540c7f9f3|2.3.2| +|[Feature][CDC][SqlServer] Support multi-table read (#4377)|https://github.com/apache/seatunnel/commit/c4e3f2dc03|2.3.2| +|[Improve][JdbcSink]Fix connection failure caused by connection timeout. (#4322)|https://github.com/apache/seatunnel/commit/e1f6d3b3fd|2.3.2| +|[Hotfix][Connector-V2][Jdbc] Field aliases are not supported in the query of jdbc source. (#4158) (#4210)|https://github.com/apache/seatunnel/commit/3d7ff831f9|2.3.1| +|Change file type to file_format_type in file source/sink (#4249)|https://github.com/apache/seatunnel/commit/973a2fae3c|2.3.1| +|Change redshift type to lowercase (#4248)|https://github.com/apache/seatunnel/commit/10447ae103|2.3.1| +|Add redshift datatype convertor (#4245)|https://github.com/apache/seatunnel/commit/b19011517f|2.3.1| +|[improve][zeta] fix zeta bugs|https://github.com/apache/seatunnel/commit/3a82e8b39f|2.3.1| +|[Improve] Support MySqlCatalog Use JDBC URL With Custom Suffix|https://github.com/apache/seatunnel/commit/210d0ff1f8|2.3.1| +|[hotfix] fixed jdbc IT error|https://github.com/apache/seatunnel/commit/dd20af0a9e|2.3.1| +|Merge branch 'dev' into merge/cdc|https://github.com/apache/seatunnel/commit/4324ee1912|2.3.1| +|[Improve][Project] Code format with spotless plugin.|https://github.com/apache/seatunnel/commit/423b583038|2.3.1| +|[improve][jdbc] use ReadonlyConfig instead of Config (#4236)|https://github.com/apache/seatunnel/commit/c90c58e243|2.3.1| +|[Improve][Jdbc-sink] add database field to sink config (#4199)|https://github.com/apache/seatunnel/commit/ec368902f4|2.3.1| +|[improve][jdbc] Reduce jdbc options configuration (#4218)|https://github.com/apache/seatunnel/commit/ddd8f808b5|2.3.1| +|Fix mysql get default value (#4204)|https://github.com/apache/seatunnel/commit/6848434f2d|2.3.1| +|[hotfix][zeta] fix zeta multi-table parser error (#4193)|https://github.com/apache/seatunnel/commit/98f2ad0c19|2.3.1| +|[Improve] Remove AUTO_COMMIT To Optional In JDBC OptionRule (#4194)|https://github.com/apache/seatunnel/commit/9d088017a3|2.3.1| +|[Improve] [Connector-V2] [StarRocks] Starrocks Support Auto Create Table (#4177)|https://github.com/apache/seatunnel/commit/7e0008e6fb|2.3.1| +|[improve][catalog][jdbc] Add MySQL catalog factory (#4168)|https://github.com/apache/seatunnel/commit/95e3cbf875|2.3.1| +|[Improve][build] Give the maven module a human readable name (#4114)|https://github.com/apache/seatunnel/commit/d7cd601051|2.3.1| +|Add convertor factory (#4119)|https://github.com/apache/seatunnel/commit/cbdea45d95|2.3.1| +|Add ElasticSearch catalog (#4108)|https://github.com/apache/seatunnel/commit/9ee4d8394c|2.3.1| +|Add Kafka catalog (#4106)|https://github.com/apache/seatunnel/commit/34f1f21e48|2.3.1| +|[Improve][Project] Code format with spotless plugin. (#4101)|https://github.com/apache/seatunnel/commit/a2ab166561|2.3.1| +|Add DataTypeConvertor in Catalog (#4094)|https://github.com/apache/seatunnel/commit/840c3e5eb4|2.3.1| +|[Feature] [Catalog] Support create/drop table, create/drop database in catalog (#4075)|https://github.com/apache/seatunnel/commit/d8a0be84ca|2.3.1| +| [Bug][Connector-V2][Jdbc] Fixed no exception throwing problem (#3957)|https://github.com/apache/seatunnel/commit/6ab266e594|2.3.1| +|[Bug][CDC] Fix jdbc sink generate update sql (#3940)|https://github.com/apache/seatunnel/commit/233465d4e4|2.3.1| +|[Improve][JDBC] improve jdbc sink option (#3864)|https://github.com/apache/seatunnel/commit/768a9300e8|2.3.1| +|Fix Source Class Support Parallelism judge & Add UT for it (#3878)|https://github.com/apache/seatunnel/commit/ce85a8c68b|2.3.1| +|[Feature][Connector] add get source method to all source connector (#3846)|https://github.com/apache/seatunnel/commit/417178fb84|2.3.1| +|[Feature][Connector-V2] Jdbc connector support SAP HANA. (#3017)|https://github.com/apache/seatunnel/commit/fe0180fab2|2.3.1| +|[Feature][API & Connector & Doc] add parallelism and column projection interface (#3829)|https://github.com/apache/seatunnel/commit/b9164b8ba1|2.3.1| +|[Improve][JDBC Connector]improve option rule (#3802)|https://github.com/apache/seatunnel/commit/139256741a|2.3.1| +|[Hotfix][Jdbc Sink] fix xa transaction commit failure on pipeline restore (#3809)|https://github.com/apache/seatunnel/commit/39dae4cfd9|2.3.1| +|[Improve][Connector-V2][JDBC] Add exactly-once for JDBC source connector (#3750)|https://github.com/apache/seatunnel/commit/5328e9d847|2.3.1| +|[Improve][Connector-v2] Remove unused options for jdbc source factory (#3794)|https://github.com/apache/seatunnel/commit/861004d309|2.3.1| +|[Feature][Connector-jdbc] Fix JDBC Connector Throw Exception Error. (#3796)|https://github.com/apache/seatunnel/commit/38646b11b8|2.3.1| +|[hotfix][ST-Engine] fix jdbc connector exactly-once null pointer (#3730)|https://github.com/apache/seatunnel/commit/0c5986fbec|2.3.0| +|[Improve][connector-jdbc] Add config item enable upsert by query (#3708)|https://github.com/apache/seatunnel/commit/e1f951f782|2.3.0| +|[Hotfix][connector-v2] fix SemanticXidGenerator#generateXid indexOutOfBounds #3701 (#3705)|https://github.com/apache/seatunnel/commit/f351ceaf4b|2.3.0| +|[Hotfix][Connector-V2][jdbc] fix jdbc connection reset bug (#3670)|https://github.com/apache/seatunnel/commit/6fe0e6aece|2.3.0| +|[Improve][Connector-V2][JDBC] Unified exception for JDBC source & sink (#3598)|https://github.com/apache/seatunnel/commit/865ca2bba9|2.3.0| +|[Connector][JDBC]Support Redshift sink and source (#3615)|https://github.com/apache/seatunnel/commit/8d9d8638d2|2.3.0| +|[Improve][Connectors-V2][jdbc] Adapts to multiple versions of Flink #3589|https://github.com/apache/seatunnel/commit/e77fdbbef7|2.3.0| +|[Hotfix][OptionRule] Fix option rule about all connectors (#3592)|https://github.com/apache/seatunnel/commit/226dc6a119|2.3.0| +|[Feature][Connector-V2][Doris]Add Doris Source & Sink connector (#3586)|https://github.com/apache/seatunnel/commit/3d46b79614|2.3.0| +|[Feature][Connector-V2][Teradata] Add Teradata Source And Sink Connector|https://github.com/apache/seatunnel/commit/3a095d30fd|2.3.0| +|[Feature][Connector-V2][JDBC] support sqlite Source & Sink (#3089)|https://github.com/apache/seatunnel/commit/a73bb3e714|2.3.0| +|Bump postgresql in /seatunnel-connectors-v2/connector-jdbc (#3559)|https://github.com/apache/seatunnel/commit/c8dfdf3e46|2.3.0| +|[feature][connector][cdc] add SeaTunnelRowDebeziumDeserializeSchema (#3499)|https://github.com/apache/seatunnel/commit/ff44db116e|2.3.0| +|[JDBC] [ORACLE] Improve Oracle Type to SeaTunnel Type Mapping (#3486)|https://github.com/apache/seatunnel/commit/8fe0dda6e2|2.3.0| +|[JDBC] [Config] Add JDBC Fetch Size Config And Custom Postgres PrepareStatement (#3478)|https://github.com/apache/seatunnel/commit/d60a705f5d|2.3.0| +|[feature][connector][jdbc] expose configurable options in JDBC (#3410)|https://github.com/apache/seatunnel/commit/72b8a73cab|2.3.0| +|[feature][connector][jdbc] Support write cdc changelog event in jdbc sink (#3444)|https://github.com/apache/seatunnel/commit/b12a908f01|2.3.0| +|[Improve][Connector-v2][Jdbc] Add AutoCommit to jdbcConfig (#3453)|https://github.com/apache/seatunnel/commit/cfb1e97853|2.3.0| +|[Improve][Connector-v2] Unset AutoCommit default to true (#3451)|https://github.com/apache/seatunnel/commit/439f686d92|2.3.0| +|[Feature][connector-v2] add tablestore source and sink (#3309)|https://github.com/apache/seatunnel/commit/ebebf0b633|2.3.0| +|Close jdbc connection after use. (#3358)|https://github.com/apache/seatunnel/commit/219fea517c|2.3.0| +|[Improve] [Engine] Improve Engine performance. (#3216)|https://github.com/apache/seatunnel/commit/7393c47327|2.3.0| +|[Bug][Connector-V2][JDBC]fix jdbc split bug (#3220)|https://github.com/apache/seatunnel/commit/40d67ab902|2.3.0| +|[Feature][Connector-V2][JDBC] Support DB2 Source & Sink (#2410)|https://github.com/apache/seatunnel/commit/bf1ef69e84|2.3.0| +|update org.postgresql:postgresql 42.3.3 to 42.4.1 (#3097)|https://github.com/apache/seatunnel/commit/2852516490|2.3.0| +|[Feature][Connector-V2][Jdbc] support gbase 8a (#3026)|https://github.com/apache/seatunnel/commit/dc6e85d06f|2.3.0-beta| +|[Bug] [sqlserver] timestamp convert exception (#3024)|https://github.com/apache/seatunnel/commit/99ac1a655e|2.3.0-beta| +|[Feature][Connector-V2] oracle connector (#2550)|https://github.com/apache/seatunnel/commit/384ece1913|2.3.0-beta| +|[Improve][Connector-v2][jdbc] Support for specify number of partitions when parallel reading (#2950)|https://github.com/apache/seatunnel/commit/fc284ac32e|2.3.0-beta| +|[Feature][Connector-V2] add sqlserver connector (#2646)|https://github.com/apache/seatunnel/commit/05d105dea3|2.3.0-beta| +|[Improve][e2e] Unified e2e IT for DaMengDB (#2946)|https://github.com/apache/seatunnel/commit/15636bdea1|2.3.0-beta| +|[Improve][e2e] modify DM-driver by downLoad and add the value comparison of all columns (#2772)|https://github.com/apache/seatunnel/commit/f3ff39bdfe|2.3.0-beta| +|[Improve][e2e] Improve jdbc driver management (#2770)|https://github.com/apache/seatunnel/commit/f907927a35|2.3.0-beta| +|[hotfix][connector][jdbc] fix JDBC split exception (#2904)|https://github.com/apache/seatunnel/commit/57342c6545|2.3.0-beta| +|[Improve][connector-jdbc] Calculate splits only once in JdbcSourceSplitEnumerator (#2900)|https://github.com/apache/seatunnel/commit/7622f28999|2.3.0-beta| +|[Feature] [Connector-V2 E2E] Add mysql and postgres e2e test and bug fix (#2838)|https://github.com/apache/seatunnel/commit/db434adc15|2.2.0-beta| +|fix XAConnection being wrongly submitted (#2805)|https://github.com/apache/seatunnel/commit/d9a6039fd3|2.2.0-beta| +|fix spark execute exception is not thrown (#2791)|https://github.com/apache/seatunnel/commit/b1711c984e|2.2.0-beta| +|[Improve][e2e] Add driver-jar to lib (#2719)|https://github.com/apache/seatunnel/commit/d64d452c86|2.2.0-beta| +|[DEV][Api] Replace SeaTunnelContext with JobContext and remove singleton pattern (#2706)|https://github.com/apache/seatunnel/commit/cbf82f755c|2.2.0-beta| +|[Connector-V2][JDBC-connector] support Jdbc dm (#2377)|https://github.com/apache/seatunnel/commit/7278209ca2|2.2.0-beta| +|[#2606]Dependency management split (#2630)|https://github.com/apache/seatunnel/commit/fc047be69b|2.2.0-beta| +|[Bug] [connector-jdbc-v2] Fix transaction force commit when autoCommit is enabled (#2636)|https://github.com/apache/seatunnel/commit/8cd8cf7aa2|2.2.0-beta| +| [Feature][Connector-V2] Add phoenix connector sink (#2499)|https://github.com/apache/seatunnel/commit/05ccf9d68c|2.2.0-beta| +|[Connector-V2][JDBC] Support database: greenplum (#2429)|https://github.com/apache/seatunnel/commit/3561d3878f|2.2.0-beta| +|Add jdbc connector e2e test (#2321)|https://github.com/apache/seatunnel/commit/5fbcb811c6|2.2.0-beta| +|StateT of SeaTunnelSource should extend `Serializable` (#2214)|https://github.com/apache/seatunnel/commit/8c426ef850|2.2.0-beta| +|update the condition to 1 = 0 about get table operation (#2186)|https://github.com/apache/seatunnel/commit/7c56d7143b|2.2.0-beta| +|[SeaTunnel API] [Sink] remove useless context field (#2124)|https://github.com/apache/seatunnel/commit/a31fdeedcc|2.2.0-beta| +|[bugfix] Check isOpen before closing (#2107)|https://github.com/apache/seatunnel/commit/7ec0ada2b9|2.2.0-beta| +|[API-DRAFT] [MERGE] fix merge error|https://github.com/apache/seatunnel/commit/3c0e984648|2.2.0-beta| +|merge dev to api-draft|https://github.com/apache/seatunnel/commit/d265597c64|2.2.0-beta| +|[api-draft][Optimize] Optimize module name (#2062)|https://github.com/apache/seatunnel/commit/f79e3112b1|2.2.0-beta|
diff --git a/docs/en/connector-v2/changelog/connector-kafka.md b/docs/en/connector-v2/changelog/connector-kafka.md index b1ae332a509..d961f8d66c1 100644 --- a/docs/en/connector-v2/changelog/connector-kafka.md +++ b/docs/en/connector-v2/changelog/connector-kafka.md @@ -2,6 +2,11 @@ | Change | Commit | Version | | --- | --- | --- | +|[Feature][Connectors-V2] Add end_timestamp for timstamp start mode (#9318)|https://github.com/apache/seatunnel/commit/68b0504da9|2.3.11| +|[Bugifx][kafka] Fix kafka enumerator assign split NPE (#9220)|https://github.com/apache/seatunnel/commit/7ca0c0c7e4|2.3.11| +| [Fix][Connector-V2] Fix kafka database name (#9201)|https://github.com/apache/seatunnel/commit/79d9a937ee|2.3.11| +|[Feature][Checkpoint] Add check script for source/sink state class serialVersionUID missing (#9118)|https://github.com/apache/seatunnel/commit/4f5adeb1c7|2.3.11| +|[Fix][Connector-V2] assign size for KafkaSource reader cache queue (#9041)|https://github.com/apache/seatunnel/commit/8a9db476bd|2.3.11| |[Feature][Kafka] Support native format read/write kafka record (#8724)|https://github.com/apache/seatunnel/commit/86e2d6fcfa|2.3.10| |[improve] update kafka source default schema from content<ROW<content STRING>> to content<STRING> (#8642)|https://github.com/apache/seatunnel/commit/db6e2994d4|2.3.10| |[Improve] restruct connector common options (#8634)|https://github.com/apache/seatunnel/commit/f3499a6eeb|2.3.10| diff --git a/docs/en/connector-v2/changelog/connector-kudu.md b/docs/en/connector-v2/changelog/connector-kudu.md index 701dba9dff3..5189d6b62b1 100644 --- a/docs/en/connector-v2/changelog/connector-kudu.md +++ b/docs/en/connector-v2/changelog/connector-kudu.md @@ -2,6 +2,8 @@ | Change | Commit | Version | | --- | --- | --- | +|[Feature][Checkpoint] Add check script for source/sink state class serialVersionUID missing (#9118)|https://github.com/apache/seatunnel/commit/4f5adeb1c7|2.3.11| +|[Improve] kudu options (#9162)|https://github.com/apache/seatunnel/commit/e7edafdbac|2.3.11| |[Improve] restruct connector common options (#8634)|https://github.com/apache/seatunnel/commit/f3499a6eeb|2.3.10| |[Improve][Transform] Rename sql transform table name from 'fake' to 'dual' (#8298)|https://github.com/apache/seatunnel/commit/e6169684fb|2.3.9| |[Improve][dist]add shade check rule (#8136)|https://github.com/apache/seatunnel/commit/51ef800016|2.3.9| diff --git a/docs/en/connector-v2/changelog/connector-maxcompute.md b/docs/en/connector-v2/changelog/connector-maxcompute.md index 1cf5dfa9eef..851bb1e4527 100644 --- a/docs/en/connector-v2/changelog/connector-maxcompute.md +++ b/docs/en/connector-v2/changelog/connector-maxcompute.md @@ -2,7 +2,11 @@ | Change | Commit | Version | | --- | --- | --- | -|[Fix][Connector-V2] Fix maxcompute sink write date less than actual date (#8999)|https://github.com/apache/seatunnel/commit/fc942a599b| dev | +|[Feature][Transform] Support define sink column type (#9114)|https://github.com/apache/seatunnel/commit/ab7119e507|2.3.11| +|[Feature][Checkpoint] Add check script for source/sink state class serialVersionUID missing (#9118)|https://github.com/apache/seatunnel/commit/4f5adeb1c7|2.3.11| +|[Improve] maxcompute options (#9163)|https://github.com/apache/seatunnel/commit/fdacbae1af|2.3.11| +|[Fix][Connector-V2] Fix maxcompute write with multi parallelism (#9089)|https://github.com/apache/seatunnel/commit/9426b7ba2c|2.3.11| +|[Fix][Connector-V2] Fix maxcompute sink write date less than actual date (#8999)|https://github.com/apache/seatunnel/commit/fc942a599b|2.3.11| |[Fix][Connector-V2] Fix maxcompute read with partition spec (#8896)|https://github.com/apache/seatunnel/commit/e62bf6c65c|2.3.10| |[Fix][Connector-V2] Fix MaxCompute cannot get project and tableName when use schema (#8865)|https://github.com/apache/seatunnel/commit/a24fa8fef6|2.3.10| |[Improve] restruct connector common options (#8634)|https://github.com/apache/seatunnel/commit/f3499a6eeb|2.3.10| diff --git a/docs/en/connector-v2/changelog/connector-milvus.md b/docs/en/connector-v2/changelog/connector-milvus.md index d44b290691d..16968a1dbbb 100644 --- a/docs/en/connector-v2/changelog/connector-milvus.md +++ b/docs/en/connector-v2/changelog/connector-milvus.md @@ -2,6 +2,9 @@ | Change | Commit | Version | | --- | --- | --- | +|[Feature][Transform] Support define sink column type (#9114)|https://github.com/apache/seatunnel/commit/ab7119e507|2.3.11| +|[Feature][Checkpoint] Add check script for source/sink state class serialVersionUID missing (#9118)|https://github.com/apache/seatunnel/commit/4f5adeb1c7|2.3.11| +|[improve] milvus options (#9165)|https://github.com/apache/seatunnel/commit/5247e17640|2.3.11| |[Fix][Connector-V2] Fix load state check in MilvusSourceReader to consider partition-level status (#8937)|https://github.com/apache/seatunnel/commit/bde235090b|2.3.10| |[Improve][dist]add shade check rule (#8136)|https://github.com/apache/seatunnel/commit/51ef800016|2.3.9| |[Improve][Core] Refactor common options of column/row (#7911)|https://github.com/apache/seatunnel/commit/d1582afee6|2.3.9| diff --git a/docs/en/connector-v2/changelog/connector-mongodb.md b/docs/en/connector-v2/changelog/connector-mongodb.md index 5da5af2eb42..ee4c459b268 100644 --- a/docs/en/connector-v2/changelog/connector-mongodb.md +++ b/docs/en/connector-v2/changelog/connector-mongodb.md @@ -2,6 +2,9 @@ | Change | Commit | Version | | --- | --- | --- | +|[fix][connector-mango] fix split with avgSize zero error (#9255)|https://github.com/apache/seatunnel/commit/564863b933|2.3.11| +|[Feature][Checkpoint] Add check script for source/sink state class serialVersionUID missing (#9118)|https://github.com/apache/seatunnel/commit/4f5adeb1c7|2.3.11| +|[Fix][MongoDB] The Long type cannot handle string values in scientific notation (#8783)|https://github.com/apache/seatunnel/commit/00f550e3d0|2.3.11| |[Improve] sink mongodb schema is not required (#8887)|https://github.com/apache/seatunnel/commit/3cfe8c12b9|2.3.10| |[Improve] restruct connector common options (#8634)|https://github.com/apache/seatunnel/commit/f3499a6eeb|2.3.10| |[Fix][Connector-Mongodb] close MongodbClient when close MongodbReader (#8592)|https://github.com/apache/seatunnel/commit/06b2fc0e06|2.3.10| diff --git a/docs/en/connector-v2/changelog/connector-neo4j.md b/docs/en/connector-v2/changelog/connector-neo4j.md index 26e25dd72b1..7c8809f3674 100644 --- a/docs/en/connector-v2/changelog/connector-neo4j.md +++ b/docs/en/connector-v2/changelog/connector-neo4j.md @@ -2,6 +2,7 @@ | Change | Commit | Version | | --- | --- | --- | +|[improve] neo4j options (#9164)|https://github.com/apache/seatunnel/commit/1eb81e7f88|2.3.11| |[Improve] restruct connector common options (#8634)|https://github.com/apache/seatunnel/commit/f3499a6eeb|2.3.10| |[Feature][Restapi] Allow metrics information to be associated to logical plan nodes (#7786)|https://github.com/apache/seatunnel/commit/6b7c53d03c|2.3.9| |[Feature][Doris] Add Doris type converter (#6354)|https://github.com/apache/seatunnel/commit/5189991843|2.3.6| diff --git a/docs/en/connector-v2/changelog/connector-openmldb.md b/docs/en/connector-v2/changelog/connector-openmldb.md index 4820218db81..f4da77b6992 100644 --- a/docs/en/connector-v2/changelog/connector-openmldb.md +++ b/docs/en/connector-v2/changelog/connector-openmldb.md @@ -2,6 +2,7 @@ | Change | Commit | Version | | --- | --- | --- | +|[improve] openmldb options (#9166)|https://github.com/apache/seatunnel/commit/d324fc59a4|2.3.11| |[Improve][Common] Introduce new error define rule (#5793)|https://github.com/apache/seatunnel/commit/9d1b2582b2|2.3.4| |[Improve][build] Give the maven module a human readable name (#4114)|https://github.com/apache/seatunnel/commit/d7cd601051|2.3.1| |[Improve][Project] Code format with spotless plugin. (#4101)|https://github.com/apache/seatunnel/commit/a2ab166561|2.3.1| diff --git a/docs/en/connector-v2/changelog/connector-paimon.md b/docs/en/connector-v2/changelog/connector-paimon.md index 1819d07f940..898dfc6e7a3 100644 --- a/docs/en/connector-v2/changelog/connector-paimon.md +++ b/docs/en/connector-v2/changelog/connector-paimon.md @@ -2,7 +2,10 @@ | Change | Commit | Version | | --- | --- | --- | -|[Fix][Paimon] nullable and comment attribute was lost during automatic table creation (#9020)|https://github.com/apache/seatunnel/commit/eb54fdd52c| dev | +|[Improve][Connector-V2] Fix the word misspellings for paimon connector (#9332)|https://github.com/apache/seatunnel/commit/ba7f5c9e30|2.3.11| +|[Feature][Transform] Support define sink column type (#9114)|https://github.com/apache/seatunnel/commit/ab7119e507|2.3.11| +|[improve] paimon options (#9167)|https://github.com/apache/seatunnel/commit/b0889305c2|2.3.11| +|[Fix][Paimon] nullable and comment attribute was lost during automatic table creation (#9020)|https://github.com/apache/seatunnel/commit/eb54fdd52c|2.3.11| |[Feature][Connector-V2] Support between predicate pushdown in paimon (#8962)|https://github.com/apache/seatunnel/commit/3b141cf621|2.3.10| |[Feature][Connector-V2] Suppor Time type in paimon connector (#8880)|https://github.com/apache/seatunnel/commit/9f1e590091|2.3.10| |[Feature][Paimon] Customize the hadoop user (#8888)|https://github.com/apache/seatunnel/commit/2657626f93|2.3.10| diff --git a/docs/en/connector-v2/changelog/connector-pulsar.md b/docs/en/connector-v2/changelog/connector-pulsar.md index 6e8259559a9..8ef8d4af2c4 100644 --- a/docs/en/connector-v2/changelog/connector-pulsar.md +++ b/docs/en/connector-v2/changelog/connector-pulsar.md @@ -2,6 +2,7 @@ | Change | Commit | Version | | --- | --- | --- | +|[Feature][Checkpoint] Add check script for source/sink state class serialVersionUID missing (#9118)|https://github.com/apache/seatunnel/commit/4f5adeb1c7|2.3.11| |[Improve] restruct connector common options (#8634)|https://github.com/apache/seatunnel/commit/f3499a6eeb|2.3.10| |[Improve][dist]add shade check rule (#8136)|https://github.com/apache/seatunnel/commit/51ef800016|2.3.9| |[Feature][Restapi] Allow metrics information to be associated to logical plan nodes (#7786)|https://github.com/apache/seatunnel/commit/6b7c53d03c|2.3.9| diff --git a/docs/en/connector-v2/changelog/connector-qdrant.md b/docs/en/connector-v2/changelog/connector-qdrant.md index 74ed0beb06f..15c75bdc9fb 100644 --- a/docs/en/connector-v2/changelog/connector-qdrant.md +++ b/docs/en/connector-v2/changelog/connector-qdrant.md @@ -2,6 +2,7 @@ | Change | Commit | Version | | --- | --- | --- | +|[improve] qdrant options (#9235)|https://github.com/apache/seatunnel/commit/f3a45cd131|2.3.11| |[Improve] restruct connector common options (#8634)|https://github.com/apache/seatunnel/commit/f3499a6eeb|2.3.10| |[Feature][Restapi] Allow metrics information to be associated to logical plan nodes (#7786)|https://github.com/apache/seatunnel/commit/6b7c53d03c|2.3.9| |[Feature][Connector-V2] Support Qdrant sink and source connector (#7299)|https://github.com/apache/seatunnel/commit/c8590716ae|2.3.8| diff --git a/docs/en/connector-v2/changelog/connector-rabbitmq.md b/docs/en/connector-v2/changelog/connector-rabbitmq.md index 0baf3afbb08..0ca1372ca42 100644 --- a/docs/en/connector-v2/changelog/connector-rabbitmq.md +++ b/docs/en/connector-v2/changelog/connector-rabbitmq.md @@ -2,6 +2,7 @@ | Change | Commit | Version | | --- | --- | --- | +|[Feature][Checkpoint] Add check script for source/sink state class serialVersionUID missing (#9118)|https://github.com/apache/seatunnel/commit/4f5adeb1c7|2.3.11| |[Improve] rabbit mq options (#8740)|https://github.com/apache/seatunnel/commit/4eec9be012|2.3.10| |[Improve] restruct connector common options (#8634)|https://github.com/apache/seatunnel/commit/f3499a6eeb|2.3.10| |[Improve][dist]add shade check rule (#8136)|https://github.com/apache/seatunnel/commit/51ef800016|2.3.9| diff --git a/docs/en/connector-v2/changelog/connector-redis.md b/docs/en/connector-v2/changelog/connector-redis.md index 83855c7249d..efe96426a0c 100644 --- a/docs/en/connector-v2/changelog/connector-redis.md +++ b/docs/en/connector-v2/changelog/connector-redis.md @@ -2,6 +2,7 @@ | Change | Commit | Version | | --- | --- | --- | +|[Fix][Connector-Redis] Redis did not write successfully, but the task did not fail (#9055)|https://github.com/apache/seatunnel/commit/07510ed937|2.3.11| |[hotfix][redis] fix npe cause by null host parameter (#8881)|https://github.com/apache/seatunnel/commit/7bd5865165|2.3.10| |[Improve][Redis] Optimized Redis connection params (#8841)|https://github.com/apache/seatunnel/commit/e56f06cdf0|2.3.10| |[Improve] restruct connector common options (#8634)|https://github.com/apache/seatunnel/commit/f3499a6eeb|2.3.10| diff --git a/docs/en/connector-v2/changelog/connector-rocketmq.md b/docs/en/connector-v2/changelog/connector-rocketmq.md index 2b83ecc0e7f..a74e8fafa19 100644 --- a/docs/en/connector-v2/changelog/connector-rocketmq.md +++ b/docs/en/connector-v2/changelog/connector-rocketmq.md @@ -2,6 +2,7 @@ | Change | Commit | Version | | --- | --- | --- | +|[Feature][Checkpoint] Add check script for source/sink state class serialVersionUID missing (#9118)|https://github.com/apache/seatunnel/commit/4f5adeb1c7|2.3.11| |[Improve][Connector-V2] RocketMQ Source add message tag config (#8825)|https://github.com/apache/seatunnel/commit/5913e8c35f|2.3.10| |[Improve][Connector-V2] Add optional flag for rocketmq connector to skip parse errors instead of failing (#8737)|https://github.com/apache/seatunnel/commit/701f17b5d4|2.3.10| |[Improve][Connector-V2] RocketMQ Sink add message tag config (#7996)|https://github.com/apache/seatunnel/commit/97a1b00e48|2.3.9| diff --git a/docs/en/connector-v2/changelog/connector-s3-redshift.md b/docs/en/connector-v2/changelog/connector-s3-redshift.md index 90e76c2ec6d..a1f33d8cbed 100644 --- a/docs/en/connector-v2/changelog/connector-s3-redshift.md +++ b/docs/en/connector-v2/changelog/connector-s3-redshift.md @@ -2,6 +2,7 @@ | Change | Commit | Version | | --- | --- | --- | +|[improve] update file connectors config (#9034)|https://github.com/apache/seatunnel/commit/8041d59dc2|2.3.11| |Revert " [improve] update localfile connector config" (#9018)|https://github.com/apache/seatunnel/commit/cdc79e13ad|2.3.10| | [improve] update localfile connector config (#8765)|https://github.com/apache/seatunnel/commit/def369a85f|2.3.10| |[Feature][S3 File] Make S3 File Connector support multiple table write (#6698)|https://github.com/apache/seatunnel/commit/8f2049b2f1|2.3.6| diff --git a/docs/en/connector-v2/changelog/connector-selectdb-cloud.md b/docs/en/connector-v2/changelog/connector-selectdb-cloud.md index cf703ff357e..4fec9b2c773 100644 --- a/docs/en/connector-v2/changelog/connector-selectdb-cloud.md +++ b/docs/en/connector-v2/changelog/connector-selectdb-cloud.md @@ -2,6 +2,7 @@ | Change | Commit | Version | | --- | --- | --- | +|[Feature][Checkpoint] Add check script for source/sink state class serialVersionUID missing (#9118)|https://github.com/apache/seatunnel/commit/4f5adeb1c7|2.3.11| |[Improve][dist]add shade check rule (#8136)|https://github.com/apache/seatunnel/commit/51ef800016|2.3.9| |[Feature][Restapi] Allow metrics information to be associated to logical plan nodes (#7786)|https://github.com/apache/seatunnel/commit/6b7c53d03c|2.3.9| |[Improve] Add disable 2pc in SelectDB cloud sink (#6266)|https://github.com/apache/seatunnel/commit/aa0b2119a7|2.3.5| diff --git a/docs/en/connector-v2/changelog/connector-sentry.md b/docs/en/connector-v2/changelog/connector-sentry.md index f831c0a27cd..1ffb7780e90 100644 --- a/docs/en/connector-v2/changelog/connector-sentry.md +++ b/docs/en/connector-v2/changelog/connector-sentry.md @@ -2,6 +2,7 @@ | Change | Commit | Version | | --- | --- | --- | +|[improve] sentry options (#9261)|https://github.com/apache/seatunnel/commit/4a2f3fa915|2.3.11| |[Feature][Restapi] Allow metrics information to be associated to logical plan nodes (#7786)|https://github.com/apache/seatunnel/commit/6b7c53d03c|2.3.9| |[Improve] Remove use `SeaTunnelSink::getConsumedType` method and mark it as deprecated (#5755)|https://github.com/apache/seatunnel/commit/8de7408100|2.3.4| |[Improve][build] Give the maven module a human readable name (#4114)|https://github.com/apache/seatunnel/commit/d7cd601051|2.3.1| diff --git a/docs/en/connector-v2/changelog/connector-sls.md b/docs/en/connector-v2/changelog/connector-sls.md index 8fde29ee48e..a9eca04cf6d 100644 --- a/docs/en/connector-v2/changelog/connector-sls.md +++ b/docs/en/connector-v2/changelog/connector-sls.md @@ -2,6 +2,8 @@ | Change | Commit | Version | | --- | --- | --- | +|[improve] sls options (#9260)|https://github.com/apache/seatunnel/commit/126164508b|2.3.11| +|[Feature][Checkpoint] Add check script for source/sink state class serialVersionUID missing (#9118)|https://github.com/apache/seatunnel/commit/4f5adeb1c7|2.3.11| |[Improve] restruct connector common options (#8634)|https://github.com/apache/seatunnel/commit/f3499a6eeb|2.3.10| |[Feature]Check Chinese comments in the code (#8319)|https://github.com/apache/seatunnel/commit/d58fce1caf|2.3.9| |[Improve][dist]add shade check rule (#8136)|https://github.com/apache/seatunnel/commit/51ef800016|2.3.9| diff --git a/docs/en/connector-v2/changelog/connector-starrocks.md b/docs/en/connector-v2/changelog/connector-starrocks.md index 52c3b831673..fcd2f271b46 100644 --- a/docs/en/connector-v2/changelog/connector-starrocks.md +++ b/docs/en/connector-v2/changelog/connector-starrocks.md @@ -2,6 +2,11 @@ | Change | Commit | Version | | --- | --- | --- | +|[Bugfix][Starrocks] Fix starrocks batch data exceeds the maximum limit (#9256)|https://github.com/apache/seatunnel/commit/84634a4d1f|2.3.11| +|[Improve][Starrocks] Catch lable already exception (#9222)|https://github.com/apache/seatunnel/commit/b6fc222c0a|2.3.11| +|[Feature][Transform] Support define sink column type (#9114)|https://github.com/apache/seatunnel/commit/ab7119e507|2.3.11| +|[Feature][Checkpoint] Add check script for source/sink state class serialVersionUID missing (#9118)|https://github.com/apache/seatunnel/commit/4f5adeb1c7|2.3.11| +|[Fix][Connector-V2] Fixed missing timestamp accuracy of starrocks connector (#9096)|https://github.com/apache/seatunnel/commit/02254b9c0e|2.3.11| |[Fix][Connector-V2] Fix StarRocksCatalogTest#testCatalog() NPE (#8987)|https://github.com/apache/seatunnel/commit/53f0a9eb52|2.3.10| |[Improve][Connector-V2] Random pick the starrocks fe address which can be connected (#8898)|https://github.com/apache/seatunnel/commit/bef76078f9|2.3.10| |[Feature][Connector-v2] Support multi starrocks source (#8789)|https://github.com/apache/seatunnel/commit/26b5529aaf|2.3.10| diff --git a/docs/en/connector-v2/changelog/connector-tablestore.md b/docs/en/connector-v2/changelog/connector-tablestore.md index faea3562d64..2235fb32e54 100644 --- a/docs/en/connector-v2/changelog/connector-tablestore.md +++ b/docs/en/connector-v2/changelog/connector-tablestore.md @@ -2,6 +2,7 @@ | Change | Commit | Version | | --- | --- | --- | +|[Feature][Checkpoint] Add check script for source/sink state class serialVersionUID missing (#9118)|https://github.com/apache/seatunnel/commit/4f5adeb1c7|2.3.11| |[Improve] restruct connector common options (#8634)|https://github.com/apache/seatunnel/commit/f3499a6eeb|2.3.10| |[Feature][Restapi] Allow metrics information to be associated to logical plan nodes (#7786)|https://github.com/apache/seatunnel/commit/6b7c53d03c|2.3.9| | [Feature][Connector-V2][Tablestore] Support Source connector for Tablestore #7448 (#7467)|https://github.com/apache/seatunnel/commit/a7ca51b585|2.3.8| diff --git a/docs/en/connector-v2/changelog/connector-tdengine.md b/docs/en/connector-v2/changelog/connector-tdengine.md index e3684909b00..2bf13587e36 100644 --- a/docs/en/connector-v2/changelog/connector-tdengine.md +++ b/docs/en/connector-v2/changelog/connector-tdengine.md @@ -2,6 +2,9 @@ | Change | Commit | Version | | --- | --- | --- | +|[Feature][Connector-V2] Support multi-table sink feature for TDengine (#9215)|https://github.com/apache/seatunnel/commit/98b593f095|2.3.11| +|[Feature][Checkpoint] Add check script for source/sink state class serialVersionUID missing (#9118)|https://github.com/apache/seatunnel/commit/4f5adeb1c7|2.3.11| +|[Fix][Connector-V2] Fix NullPointerException when column or tag contains null value in TDengine sink (#9158)|https://github.com/apache/seatunnel/commit/a047cab546|2.3.11| |[Fix][Connector][TDEngine] TDEngine support NCHAR type (#8411)|https://github.com/apache/seatunnel/commit/88c92ae1b1|2.3.9| |[Improve][dist]add shade check rule (#8136)|https://github.com/apache/seatunnel/commit/51ef800016|2.3.9| |[Feature][Restapi] Allow metrics information to be associated to logical plan nodes (#7786)|https://github.com/apache/seatunnel/commit/6b7c53d03c|2.3.9| diff --git a/docs/en/connector-v2/changelog/connector-typesense.md b/docs/en/connector-v2/changelog/connector-typesense.md index ba7e1c91838..8cc1a1bd851 100644 --- a/docs/en/connector-v2/changelog/connector-typesense.md +++ b/docs/en/connector-v2/changelog/connector-typesense.md @@ -2,6 +2,7 @@ | Change | Commit | Version | | --- | --- | --- | +|[Feature][Checkpoint] Add check script for source/sink state class serialVersionUID missing (#9118)|https://github.com/apache/seatunnel/commit/4f5adeb1c7|2.3.11| |[Fix] Fix error log name for SourceSplitEnumerator implements class (#8817)|https://github.com/apache/seatunnel/commit/55ed90ecaf|2.3.10| |[Improve] restruct connector common options (#8634)|https://github.com/apache/seatunnel/commit/f3499a6eeb|2.3.10| |[Feature]Check Chinese comments in the code (#8319)|https://github.com/apache/seatunnel/commit/d58fce1caf|2.3.9| diff --git a/docs/zh/connector-v2/changelog/connector-aerospike.md b/docs/zh/connector-v2/changelog/connector-aerospike.md index 4d3f6498d56..52e21e67128 100644 --- a/docs/zh/connector-v2/changelog/connector-aerospike.md +++ b/docs/zh/connector-v2/changelog/connector-aerospike.md @@ -2,6 +2,6 @@ | Change | Commit | Version | | --- | --- | --- | -|[Feature][Connector-V2] Add aerospike sink connector (#8821)|https://github.com/apache/seatunnel/commit/68ebf15cf6| dev | +|[Feature][Connector-V2] Add aerospike sink connector (#8821)|https://github.com/apache/seatunnel/commit/68ebf15cf6|2.3.11| diff --git a/docs/zh/connector-v2/changelog/connector-amazondynamodb.md b/docs/zh/connector-v2/changelog/connector-amazondynamodb.md index c414b43e82b..e09e8a76206 100644 --- a/docs/zh/connector-v2/changelog/connector-amazondynamodb.md +++ b/docs/zh/connector-v2/changelog/connector-amazondynamodb.md @@ -2,6 +2,7 @@ | Change | Commit | Version | | --- | --- | --- | +|[Feature][Checkpoint] Add check script for source/sink state class serialVersionUID missing (#9118)|https://github.com/apache/seatunnel/commit/4f5adeb1c7|2.3.11| |[Fix] Fix error log name for SourceSplitEnumerator implements class (#8817)|https://github.com/apache/seatunnel/commit/55ed90ecaf|2.3.10| |[Improve] restruct connector common options (#8634)|https://github.com/apache/seatunnel/commit/f3499a6eeb|2.3.10| |[improve] update amazondynamodb connector (#8601)|https://github.com/apache/seatunnel/commit/a69efca0fd|2.3.10| diff --git a/docs/zh/connector-v2/changelog/connector-cdc-base.md b/docs/zh/connector-v2/changelog/connector-cdc-base.md index 43c8523234a..a8071b20ace 100644 --- a/docs/zh/connector-v2/changelog/connector-cdc-base.md +++ b/docs/zh/connector-v2/changelog/connector-cdc-base.md @@ -2,6 +2,8 @@ | Change | Commit | Version | | --- | --- | --- | +|[Improve][Oracle-CDC] Fix oracle rename ddl event missing column type (#9314)|https://github.com/apache/seatunnel/commit/11a23af64c|2.3.11| +|[Fix][JDBC] fix jdbc default connection parameter invalid (#8185)|https://github.com/apache/seatunnel/commit/f85eb78b37|2.3.11| |[Improve][CDC] Extract duplicate code (#8906)|https://github.com/apache/seatunnel/commit/b922bb90e6|2.3.10| |[Improve][CDC] Filter heartbeat event (#8569)|https://github.com/apache/seatunnel/commit/1870653393|2.3.10| |[Improve] restruct connector common options (#8634)|https://github.com/apache/seatunnel/commit/f3499a6eeb|2.3.10| diff --git a/docs/zh/connector-v2/changelog/connector-cdc-oracle.md b/docs/zh/connector-v2/changelog/connector-cdc-oracle.md index 7e010b7b4d3..687410335d0 100644 --- a/docs/zh/connector-v2/changelog/connector-cdc-oracle.md +++ b/docs/zh/connector-v2/changelog/connector-cdc-oracle.md @@ -2,6 +2,7 @@ | Change | Commit | Version | | --- | --- | --- | +|[Feature][Connector-JDBC] Supprot read Oracle BLOB data as string instead of bytes (#9305)|https://github.com/apache/seatunnel/commit/454a88f81a|2.3.11| |[Improve][CDC] Filter ddl for snapshot phase (#8911)|https://github.com/apache/seatunnel/commit/641cc72f2f|2.3.10| |[Improve][Oracle-CDC] Support ReadOnlyLogWriterFlushStrategy (#8912)|https://github.com/apache/seatunnel/commit/6aebdc0384|2.3.10| |[Improve][CDC] Extract duplicate code (#8906)|https://github.com/apache/seatunnel/commit/b922bb90e6|2.3.10| diff --git a/docs/zh/connector-v2/changelog/connector-cdc-postgres.md b/docs/zh/connector-v2/changelog/connector-cdc-postgres.md index 274ce63c6dc..c1754d0ea6a 100644 --- a/docs/zh/connector-v2/changelog/connector-cdc-postgres.md +++ b/docs/zh/connector-v2/changelog/connector-cdc-postgres.md @@ -2,6 +2,7 @@ | Change | Commit | Version | | --- | --- | --- | +|[Fix][Connector-V2] Fix postgres cdc with debezium_json format can not parse number without scale (#9052)|https://github.com/apache/seatunnel/commit/29cf3a76c7|2.3.11| |[Improve][CDC] Extract duplicate code (#8906)|https://github.com/apache/seatunnel/commit/b922bb90e6|2.3.10| |[Improve] restruct connector common options (#8634)|https://github.com/apache/seatunnel/commit/f3499a6eeb|2.3.10| |[Improve][dist]add shade check rule (#8136)|https://github.com/apache/seatunnel/commit/51ef800016|2.3.9| diff --git a/docs/zh/connector-v2/changelog/connector-cdc-tidb.md b/docs/zh/connector-v2/changelog/connector-cdc-tidb.md index 16bf67ebd13..00d84c2d270 100644 --- a/docs/zh/connector-v2/changelog/connector-cdc-tidb.md +++ b/docs/zh/connector-v2/changelog/connector-cdc-tidb.md @@ -2,6 +2,7 @@ | Change | Commit | Version | | --- | --- | --- | +|[Feature][Checkpoint] Add check script for source/sink state class serialVersionUID missing (#9118)|https://github.com/apache/seatunnel/commit/4f5adeb1c7|2.3.11| |[Feature] Support tidb cdc connector source #7199 (#7477)|https://github.com/apache/seatunnel/commit/87ec786bd6|2.3.8| diff --git a/docs/zh/connector-v2/changelog/connector-cdc.md b/docs/zh/connector-v2/changelog/connector-cdc.md index 51a5fae3712..1cb605eed99 100644 --- a/docs/zh/connector-v2/changelog/connector-cdc.md +++ b/docs/zh/connector-v2/changelog/connector-cdc.md @@ -2,6 +2,11 @@ | Change | Commit | Version | | --- | --- | --- | +|[Improve][Oracle-CDC] Fix oracle rename ddl event missing column type (#9314)|https://github.com/apache/seatunnel/commit/11a23af64c|2.3.11| +|[Feature][Connector-JDBC] Supprot read Oracle BLOB data as string instead of bytes (#9305)|https://github.com/apache/seatunnel/commit/454a88f81a|2.3.11| +|[Feature][Checkpoint] Add check script for source/sink state class serialVersionUID missing (#9118)|https://github.com/apache/seatunnel/commit/4f5adeb1c7|2.3.11| +|[Fix][Connector-V2] Fix postgres cdc with debezium_json format can not parse number without scale (#9052)|https://github.com/apache/seatunnel/commit/29cf3a76c7|2.3.11| +|[Fix][JDBC] fix jdbc default connection parameter invalid (#8185)|https://github.com/apache/seatunnel/commit/f85eb78b37|2.3.11| |[Fix] [Mongo-cdc] Fallback to timestamp startup mode when resume token has expired (#8754)|https://github.com/apache/seatunnel/commit/afc990d84e|2.3.10| |[Improve][CDC] Filter ddl for snapshot phase (#8911)|https://github.com/apache/seatunnel/commit/641cc72f2f|2.3.10| |[Improve][Oracle-CDC] Support ReadOnlyLogWriterFlushStrategy (#8912)|https://github.com/apache/seatunnel/commit/6aebdc0384|2.3.10| diff --git a/docs/zh/connector-v2/changelog/connector-clickhouse.md b/docs/zh/connector-v2/changelog/connector-clickhouse.md index a37e41bb9a5..fc580280e9e 100644 --- a/docs/zh/connector-v2/changelog/connector-clickhouse.md +++ b/docs/zh/connector-v2/changelog/connector-clickhouse.md @@ -2,6 +2,11 @@ | Change | Commit | Version | | --- | --- | --- | +|[Feature][Connector-V2] Support multi-table sink feature for ClickHouse (#9301)|https://github.com/apache/seatunnel/commit/3524895136|2.3.11| +|[Fix][Connector-V2] Fix the problem that missing options configuration when building ClickHouse Nodes (#9277)|https://github.com/apache/seatunnel/commit/051d19c3a9|2.3.11| +|[Feature][Transform] Support define sink column type (#9114)|https://github.com/apache/seatunnel/commit/ab7119e507|2.3.11| +|[Feature][Checkpoint] Add check script for source/sink state class serialVersionUID missing (#9118)|https://github.com/apache/seatunnel/commit/4f5adeb1c7|2.3.11| +|[Fix][API] Fixed not invoke the `SinkAggregatedCommitter`'s init method (#9070)|https://github.com/apache/seatunnel/commit/df0d11d632|2.3.11| |[Fix] [Clickhouse] Parallelism makes data duplicate (#8916)|https://github.com/apache/seatunnel/commit/45345f2738|2.3.10| |[Fix][Connector-V2]Fix Descriptions for CUSTOM_SQL in Connector (#8778)|https://github.com/apache/seatunnel/commit/96b610eb7e|2.3.10| |[improve] update clickhouse connector config option (#8755)|https://github.com/apache/seatunnel/commit/b964189b75|2.3.10| diff --git a/docs/zh/connector-v2/changelog/connector-common.md b/docs/zh/connector-v2/changelog/connector-common.md index 3f208585db4..f4947fb5e05 100644 --- a/docs/zh/connector-v2/changelog/connector-common.md +++ b/docs/zh/connector-v2/changelog/connector-common.md @@ -2,7 +2,9 @@ | Change | Commit | Version | | --- | --- | --- | -|[Improve] Refactor file enumerator to prevent duplicate put split (#8989)|https://github.com/apache/seatunnel/commit/fdf1beae9c| dev | +|[Feature][Checkpoint] Add check script for source/sink state class serialVersionUID missing (#9118)|https://github.com/apache/seatunnel/commit/4f5adeb1c7|2.3.11| +|[Fix][API] Fixed not invoke the `SinkAggregatedCommitter`'s init method (#9070)|https://github.com/apache/seatunnel/commit/df0d11d632|2.3.11| +|[Improve] Refactor file enumerator to prevent duplicate put split (#8989)|https://github.com/apache/seatunnel/commit/fdf1beae9c|2.3.11| |[Feature][Connector-V2] Add `filename_extension` parameter for read/write file (#8769)|https://github.com/apache/seatunnel/commit/78b23c0ef5|2.3.10| |[Fix][Connector-v2] Add DateMilliConvertor to Convert DateMilliVector into Default Timezone (#8736)|https://github.com/apache/seatunnel/commit/7b8298a8a4|2.3.10| |[Fix][Connector-V2] fix starRocks automatically creates tables with comment (#8568)|https://github.com/apache/seatunnel/commit/c4cb1fc4a3|2.3.10| diff --git a/docs/zh/connector-v2/changelog/connector-datahub.md b/docs/zh/connector-v2/changelog/connector-datahub.md index 551e17c06c6..1dc6d932008 100644 --- a/docs/zh/connector-v2/changelog/connector-datahub.md +++ b/docs/zh/connector-v2/changelog/connector-datahub.md @@ -2,6 +2,8 @@ | Change | Commit | Version | | --- | --- | --- | +|[Feature][Connector-V2] Make some sink parameters optional for DataHub (#9229)|https://github.com/apache/seatunnel/commit/7418fae10c|2.3.11| +|[Feature][Connector-V2] Datahub support multi-table sink (#9212)|https://github.com/apache/seatunnel/commit/7027162dec|2.3.11| |[improve] datahub sink options (#8744)|https://github.com/apache/seatunnel/commit/88f35bd705|2.3.10| |[Feature][Restapi] Allow metrics information to be associated to logical plan nodes (#7786)|https://github.com/apache/seatunnel/commit/6b7c53d03c|2.3.9| |[Improve] Remove use `SeaTunnelSink::getConsumedType` method and mark it as deprecated (#5755)|https://github.com/apache/seatunnel/commit/8de7408100|2.3.4| diff --git a/docs/zh/connector-v2/changelog/connector-doris.md b/docs/zh/connector-v2/changelog/connector-doris.md index 5a8d91d5138..880f25de359 100644 --- a/docs/zh/connector-v2/changelog/connector-doris.md +++ b/docs/zh/connector-v2/changelog/connector-doris.md @@ -2,7 +2,10 @@ | Change | Commit | Version | | --- | --- | --- | -|[Feature][connector-doris] 添加表名和字段名大小写敏感功能|https://github.com/apache/seatunnel/commit/|2.3.11| +|[Feature][Connector-doris] Adds case insensitivity feature (#9306)|https://github.com/apache/seatunnel/commit/9d1cffa5e1|2.3.11| +|[Feature][Transform] Support define sink column type (#9114)|https://github.com/apache/seatunnel/commit/ab7119e507|2.3.11| +|[Feature][Checkpoint] Add check script for source/sink state class serialVersionUID missing (#9118)|https://github.com/apache/seatunnel/commit/4f5adeb1c7|2.3.11| +|[Improve][connector-doris] Improved doris source enumerator splits allocation algorithm for subtasks (#9108)|https://github.com/apache/seatunnel/commit/5f55e31c29|2.3.11| |[Improve] doris options (#8745)|https://github.com/apache/seatunnel/commit/268d76cbf3|2.3.10| |[Improve] restruct connector common options (#8634)|https://github.com/apache/seatunnel/commit/f3499a6eeb|2.3.10| |[Fix][Connector-V2] fix starRocks automatically creates tables with comment (#8568)|https://github.com/apache/seatunnel/commit/c4cb1fc4a3|2.3.10| diff --git a/docs/zh/connector-v2/changelog/connector-easysearch.md b/docs/zh/connector-v2/changelog/connector-easysearch.md index 0d680aa432c..f998541dcc4 100644 --- a/docs/zh/connector-v2/changelog/connector-easysearch.md +++ b/docs/zh/connector-v2/changelog/connector-easysearch.md @@ -2,6 +2,8 @@ | Change | Commit | Version | | --- | --- | --- | +|[improve] EasySearch support schema_save_mode/data_save_mode (#9310)|https://github.com/apache/seatunnel/commit/3ceb57f279|2.3.11| +|[Feature][Checkpoint] Add check script for source/sink state class serialVersionUID missing (#9118)|https://github.com/apache/seatunnel/commit/4f5adeb1c7|2.3.11| |[Improve] easysearch options (#8951)|https://github.com/apache/seatunnel/commit/349f142962|2.3.10| |[Fix] Fix error log name for SourceSplitEnumerator implements class (#8817)|https://github.com/apache/seatunnel/commit/55ed90ecaf|2.3.10| |[Improve] restruct connector common options (#8634)|https://github.com/apache/seatunnel/commit/f3499a6eeb|2.3.10| diff --git a/docs/zh/connector-v2/changelog/connector-elasticsearch.md b/docs/zh/connector-v2/changelog/connector-elasticsearch.md index e45673e7901..4bb177c2595 100644 --- a/docs/zh/connector-v2/changelog/connector-elasticsearch.md +++ b/docs/zh/connector-v2/changelog/connector-elasticsearch.md @@ -2,6 +2,9 @@ | Change | Commit | Version | | --- | --- | --- | +|[Feature][Checkpoint] Add check script for source/sink state class serialVersionUID missing (#9118)|https://github.com/apache/seatunnel/commit/4f5adeb1c7|2.3.11| +|[Feature][connector-elasticsearch] elasticsearch source support PIT (#9150)|https://github.com/apache/seatunnel/commit/948d588d06|2.3.11| +|[Bugfix][Elasticsearch] Fix add column event (#9069)|https://github.com/apache/seatunnel/commit/3455316981|2.3.11| |[Feature][elasticsearch-connector] support elasticsearch sql source (#8895)|https://github.com/apache/seatunnel/commit/8140862795|2.3.10| |[Fix] Fix error log name for SourceSplitEnumerator implements class (#8817)|https://github.com/apache/seatunnel/commit/55ed90ecaf|2.3.10| |[Improve] restruct connector common options (#8634)|https://github.com/apache/seatunnel/commit/f3499a6eeb|2.3.10| diff --git a/docs/zh/connector-v2/changelog/connector-fake.md b/docs/zh/connector-v2/changelog/connector-fake.md index 7a32bafbf34..ad69c82e143 100644 --- a/docs/zh/connector-v2/changelog/connector-fake.md +++ b/docs/zh/connector-v2/changelog/connector-fake.md @@ -2,6 +2,7 @@ | Change | Commit | Version | | --- | --- | --- | +|[Feature][Checkpoint] Add check script for source/sink state class serialVersionUID missing (#9118)|https://github.com/apache/seatunnel/commit/4f5adeb1c7|2.3.11| |[improve] fake source options (#8950)|https://github.com/apache/seatunnel/commit/f8c47fb5f4|2.3.10| |[Improve] restruct connector common options (#8634)|https://github.com/apache/seatunnel/commit/f3499a6eeb|2.3.10| |[Feature][API] Support timestamp with timezone offset (#8367)|https://github.com/apache/seatunnel/commit/e18bfeabd2|2.3.9| diff --git a/docs/zh/connector-v2/changelog/connector-file-base-hadoop.md b/docs/zh/connector-v2/changelog/connector-file-base-hadoop.md index f8bb9ee155c..99cfce0b92e 100644 --- a/docs/zh/connector-v2/changelog/connector-file-base-hadoop.md +++ b/docs/zh/connector-v2/changelog/connector-file-base-hadoop.md @@ -2,6 +2,7 @@ | Change | Commit | Version | | --- | --- | --- | +|[improve] update file connectors config (#9034)|https://github.com/apache/seatunnel/commit/8041d59dc2|2.3.11| |Revert " [improve] update localfile connector config" (#9018)|https://github.com/apache/seatunnel/commit/cdc79e13ad|2.3.10| | [improve] update localfile connector config (#8765)|https://github.com/apache/seatunnel/commit/def369a85f|2.3.10| |[Improve] restruct connector common options (#8634)|https://github.com/apache/seatunnel/commit/f3499a6eeb|2.3.10| diff --git a/docs/zh/connector-v2/changelog/connector-file-base.md b/docs/zh/connector-v2/changelog/connector-file-base.md index d1ab9b00a93..0a34cb37f2d 100644 --- a/docs/zh/connector-v2/changelog/connector-file-base.md +++ b/docs/zh/connector-v2/changelog/connector-file-base.md @@ -2,8 +2,14 @@ | Change | Commit | Version | | --- | --- | --- | -|[Improve] Refactor file enumerator to prevent duplicate put split (#8989)|https://github.com/apache/seatunnel/commit/fdf1beae9c| dev | -|[Improve][File] Add row_delimiter options into text file sink (#9017)|https://github.com/apache/seatunnel/commit/92aa855a34| dev | +|[Fix][connector-file-base] fix parquet int32 convert error (#9142)|https://github.com/apache/seatunnel/commit/e6413c388e|2.3.11| +|[Feature][Checkpoint] Add check script for source/sink state class serialVersionUID missing (#9118)|https://github.com/apache/seatunnel/commit/4f5adeb1c7|2.3.11| +|[Fix][API] Fixed not invoke the `SinkAggregatedCommitter`'s init method (#9070)|https://github.com/apache/seatunnel/commit/df0d11d632|2.3.11| +|[Bugfix][Csv] Fix csv format delimiter (#9066)|https://github.com/apache/seatunnel/commit/ff5fc129b8|2.3.11| +|[improve] update file connectors config (#9034)|https://github.com/apache/seatunnel/commit/8041d59dc2|2.3.11| +|[Feature][File] Support extract CSV files with different columns in different order (#9064)|https://github.com/apache/seatunnel/commit/74db1cbaac|2.3.11| +|[Improve] Refactor file enumerator to prevent duplicate put split (#8989)|https://github.com/apache/seatunnel/commit/fdf1beae9c|2.3.11| +|[Improve][File] Add row_delimiter options into text file sink (#9017)|https://github.com/apache/seatunnel/commit/92aa855a34|2.3.11| |Revert " [improve] update localfile connector config" (#9018)|https://github.com/apache/seatunnel/commit/cdc79e13ad|2.3.10| | [improve] update localfile connector config (#8765)|https://github.com/apache/seatunnel/commit/def369a85f|2.3.10| |[Fix][File]use common-csv to read csv file (#8919)|https://github.com/apache/seatunnel/commit/3e64a42838|2.3.10| diff --git a/docs/zh/connector-v2/changelog/connector-file-cos.md b/docs/zh/connector-v2/changelog/connector-file-cos.md index 8fd9755edef..63a5a12c360 100644 --- a/docs/zh/connector-v2/changelog/connector-file-cos.md +++ b/docs/zh/connector-v2/changelog/connector-file-cos.md @@ -2,7 +2,8 @@ | Change | Commit | Version | | --- | --- | --- | -|[Improve][File] Add row_delimiter options into text file sink (#9017)|https://github.com/apache/seatunnel/commit/92aa855a34| dev | +|[improve] update file connectors config (#9034)|https://github.com/apache/seatunnel/commit/8041d59dc2|2.3.11| +|[Improve][File] Add row_delimiter options into text file sink (#9017)|https://github.com/apache/seatunnel/commit/92aa855a34|2.3.11| |Revert " [improve] update localfile connector config" (#9018)|https://github.com/apache/seatunnel/commit/cdc79e13ad|2.3.10| | [improve] update localfile connector config (#8765)|https://github.com/apache/seatunnel/commit/def369a85f|2.3.10| |[Feature][Connector-V2] Add `filename_extension` parameter for read/write file (#8769)|https://github.com/apache/seatunnel/commit/78b23c0ef5|2.3.10| diff --git a/docs/zh/connector-v2/changelog/connector-file-ftp.md b/docs/zh/connector-v2/changelog/connector-file-ftp.md index d3c0c38aae5..a2bd1625104 100644 --- a/docs/zh/connector-v2/changelog/connector-file-ftp.md +++ b/docs/zh/connector-v2/changelog/connector-file-ftp.md @@ -2,7 +2,9 @@ | Change | Commit | Version | | --- | --- | --- | -|[Improve][File] Add row_delimiter options into text file sink (#9017)|https://github.com/apache/seatunnel/commit/92aa855a34| dev | +|[Improve][Connector-V2] Add remote host verification option for FTP data channels (#9324)|https://github.com/apache/seatunnel/commit/019d69d10a|2.3.11| +|[improve] update file connectors config (#9034)|https://github.com/apache/seatunnel/commit/8041d59dc2|2.3.11| +|[Improve][File] Add row_delimiter options into text file sink (#9017)|https://github.com/apache/seatunnel/commit/92aa855a34|2.3.11| |Revert " [improve] update localfile connector config" (#9018)|https://github.com/apache/seatunnel/commit/cdc79e13ad|2.3.10| | [improve] update localfile connector config (#8765)|https://github.com/apache/seatunnel/commit/def369a85f|2.3.10| |[Improve][Connector-V2] Ensure that the FTP connector behaves reliably during directory operation (#8959)|https://github.com/apache/seatunnel/commit/b5f0b43fcb|2.3.10| diff --git a/docs/zh/connector-v2/changelog/connector-file-hadoop.md b/docs/zh/connector-v2/changelog/connector-file-hadoop.md index a3571b4a0b4..2ce06914ca0 100644 --- a/docs/zh/connector-v2/changelog/connector-file-hadoop.md +++ b/docs/zh/connector-v2/changelog/connector-file-hadoop.md @@ -2,7 +2,8 @@ | Change | Commit | Version | | --- | --- | --- | -|[Improve][File] Add row_delimiter options into text file sink (#9017)|https://github.com/apache/seatunnel/commit/92aa855a34| dev | +|[improve] update file connectors config (#9034)|https://github.com/apache/seatunnel/commit/8041d59dc2|2.3.11| +|[Improve][File] Add row_delimiter options into text file sink (#9017)|https://github.com/apache/seatunnel/commit/92aa855a34|2.3.11| |Revert " [improve] update localfile connector config" (#9018)|https://github.com/apache/seatunnel/commit/cdc79e13ad|2.3.10| | [improve] update localfile connector config (#8765)|https://github.com/apache/seatunnel/commit/def369a85f|2.3.10| |[Feature][Connector-V2] Add `filename_extension` parameter for read/write file (#8769)|https://github.com/apache/seatunnel/commit/78b23c0ef5|2.3.10| diff --git a/docs/zh/connector-v2/changelog/connector-file-jindo-oss.md b/docs/zh/connector-v2/changelog/connector-file-jindo-oss.md index 5a55560a624..1e6c83a40c5 100644 --- a/docs/zh/connector-v2/changelog/connector-file-jindo-oss.md +++ b/docs/zh/connector-v2/changelog/connector-file-jindo-oss.md @@ -2,7 +2,8 @@ | Change | Commit | Version | | --- | --- | --- | -|[Improve][File] Add row_delimiter options into text file sink (#9017)|https://github.com/apache/seatunnel/commit/92aa855a34| dev | +|[improve] update file connectors config (#9034)|https://github.com/apache/seatunnel/commit/8041d59dc2|2.3.11| +|[Improve][File] Add row_delimiter options into text file sink (#9017)|https://github.com/apache/seatunnel/commit/92aa855a34|2.3.11| |Revert " [improve] update localfile connector config" (#9018)|https://github.com/apache/seatunnel/commit/cdc79e13ad|2.3.10| | [improve] update localfile connector config (#8765)|https://github.com/apache/seatunnel/commit/def369a85f|2.3.10| |[Feature][Connector-V2] Add `filename_extension` parameter for read/write file (#8769)|https://github.com/apache/seatunnel/commit/78b23c0ef5|2.3.10| diff --git a/docs/zh/connector-v2/changelog/connector-file-local.md b/docs/zh/connector-v2/changelog/connector-file-local.md index a46fb2f394d..9f3b6b39de8 100644 --- a/docs/zh/connector-v2/changelog/connector-file-local.md +++ b/docs/zh/connector-v2/changelog/connector-file-local.md @@ -2,8 +2,9 @@ | Change | Commit | Version | | --- | --- | --- | -|[Improve] Refactor file enumerator to prevent duplicate put split (#8989)|https://github.com/apache/seatunnel/commit/fdf1beae9c| dev | -|[Improve][File] Add row_delimiter options into text file sink (#9017)|https://github.com/apache/seatunnel/commit/92aa855a34| dev | +|[improve] update file connectors config (#9034)|https://github.com/apache/seatunnel/commit/8041d59dc2|2.3.11| +|[Improve] Refactor file enumerator to prevent duplicate put split (#8989)|https://github.com/apache/seatunnel/commit/fdf1beae9c|2.3.11| +|[Improve][File] Add row_delimiter options into text file sink (#9017)|https://github.com/apache/seatunnel/commit/92aa855a34|2.3.11| |Revert " [improve] update localfile connector config" (#9018)|https://github.com/apache/seatunnel/commit/cdc79e13ad|2.3.10| | [improve] update localfile connector config (#8765)|https://github.com/apache/seatunnel/commit/def369a85f|2.3.10| |[Feature][Connector-V2] Add `filename_extension` parameter for read/write file (#8769)|https://github.com/apache/seatunnel/commit/78b23c0ef5|2.3.10| diff --git a/docs/zh/connector-v2/changelog/connector-file-obs.md b/docs/zh/connector-v2/changelog/connector-file-obs.md index 2a777d0afd5..7e56d4a9601 100644 --- a/docs/zh/connector-v2/changelog/connector-file-obs.md +++ b/docs/zh/connector-v2/changelog/connector-file-obs.md @@ -2,7 +2,8 @@ | Change | Commit | Version | | --- | --- | --- | -|[Improve][File] Add row_delimiter options into text file sink (#9017)|https://github.com/apache/seatunnel/commit/92aa855a34| dev | +|[improve] update file connectors config (#9034)|https://github.com/apache/seatunnel/commit/8041d59dc2|2.3.11| +|[Improve][File] Add row_delimiter options into text file sink (#9017)|https://github.com/apache/seatunnel/commit/92aa855a34|2.3.11| |Revert " [improve] update localfile connector config" (#9018)|https://github.com/apache/seatunnel/commit/cdc79e13ad|2.3.10| | [improve] update localfile connector config (#8765)|https://github.com/apache/seatunnel/commit/def369a85f|2.3.10| |[Feature][Connector-V2] Add `filename_extension` parameter for read/write file (#8769)|https://github.com/apache/seatunnel/commit/78b23c0ef5|2.3.10| diff --git a/docs/zh/connector-v2/changelog/connector-file-oss.md b/docs/zh/connector-v2/changelog/connector-file-oss.md index 075875fb7be..525459d5bdb 100644 --- a/docs/zh/connector-v2/changelog/connector-file-oss.md +++ b/docs/zh/connector-v2/changelog/connector-file-oss.md @@ -2,7 +2,9 @@ | Change | Commit | Version | | --- | --- | --- | -|[Improve][File] Add row_delimiter options into text file sink (#9017)|https://github.com/apache/seatunnel/commit/92aa855a34| dev | +|[Doc][Connector-V2] Update save mode config for OssFileSink (#9303)|https://github.com/apache/seatunnel/commit/40097d7f3e|2.3.11| +|[improve] update file connectors config (#9034)|https://github.com/apache/seatunnel/commit/8041d59dc2|2.3.11| +|[Improve][File] Add row_delimiter options into text file sink (#9017)|https://github.com/apache/seatunnel/commit/92aa855a34|2.3.11| |Revert " [improve] update localfile connector config" (#9018)|https://github.com/apache/seatunnel/commit/cdc79e13ad|2.3.10| | [improve] update localfile connector config (#8765)|https://github.com/apache/seatunnel/commit/def369a85f|2.3.10| |[Feature][Connector-V2] Add `filename_extension` parameter for read/write file (#8769)|https://github.com/apache/seatunnel/commit/78b23c0ef5|2.3.10| diff --git a/docs/zh/connector-v2/changelog/connector-file-s3.md b/docs/zh/connector-v2/changelog/connector-file-s3.md index 776a76898b9..f027aad19f4 100644 --- a/docs/zh/connector-v2/changelog/connector-file-s3.md +++ b/docs/zh/connector-v2/changelog/connector-file-s3.md @@ -2,7 +2,8 @@ | Change | Commit | Version | | --- | --- | --- | -|[Improve][File] Add row_delimiter options into text file sink (#9017)|https://github.com/apache/seatunnel/commit/92aa855a34| dev | +|[improve] update file connectors config (#9034)|https://github.com/apache/seatunnel/commit/8041d59dc2|2.3.11| +|[Improve][File] Add row_delimiter options into text file sink (#9017)|https://github.com/apache/seatunnel/commit/92aa855a34|2.3.11| |Revert " [improve] update localfile connector config" (#9018)|https://github.com/apache/seatunnel/commit/cdc79e13ad|2.3.10| | [improve] update localfile connector config (#8765)|https://github.com/apache/seatunnel/commit/def369a85f|2.3.10| |[Fix][Connector-V2] Fixed incorrectly setting s3 key in some cases (#8885)|https://github.com/apache/seatunnel/commit/cf4bab5be2|2.3.10| diff --git a/docs/zh/connector-v2/changelog/connector-file-sftp.md b/docs/zh/connector-v2/changelog/connector-file-sftp.md index 8989d105137..05c80deb8a3 100644 --- a/docs/zh/connector-v2/changelog/connector-file-sftp.md +++ b/docs/zh/connector-v2/changelog/connector-file-sftp.md @@ -2,7 +2,8 @@ | Change | Commit | Version | | --- | --- | --- | -|[Improve][File] Add row_delimiter options into text file sink (#9017)|https://github.com/apache/seatunnel/commit/92aa855a34| dev | +|[improve] update file connectors config (#9034)|https://github.com/apache/seatunnel/commit/8041d59dc2|2.3.11| +|[Improve][File] Add row_delimiter options into text file sink (#9017)|https://github.com/apache/seatunnel/commit/92aa855a34|2.3.11| |Revert " [improve] update localfile connector config" (#9018)|https://github.com/apache/seatunnel/commit/cdc79e13ad|2.3.10| | [improve] update localfile connector config (#8765)|https://github.com/apache/seatunnel/commit/def369a85f|2.3.10| |[Feature][Connector-V2] Add `filename_extension` parameter for read/write file (#8769)|https://github.com/apache/seatunnel/commit/78b23c0ef5|2.3.10| diff --git a/docs/zh/connector-v2/changelog/connector-file.md b/docs/zh/connector-v2/changelog/connector-file.md index 910c0ffeba6..40129c5c5bd 100644 --- a/docs/zh/connector-v2/changelog/connector-file.md +++ b/docs/zh/connector-v2/changelog/connector-file.md @@ -2,8 +2,16 @@ | Change | Commit | Version | | --- | --- | --- | -|[Improve] Refactor file enumerator to prevent duplicate put split (#8989)|https://github.com/apache/seatunnel/commit/fdf1beae9c| dev | -|[Improve][File] Add row_delimiter options into text file sink (#9017)|https://github.com/apache/seatunnel/commit/92aa855a34| dev | +|[Improve][Connector-V2] Add remote host verification option for FTP data channels (#9324)|https://github.com/apache/seatunnel/commit/019d69d10a|2.3.11| +|[Doc][Connector-V2] Update save mode config for OssFileSink (#9303)|https://github.com/apache/seatunnel/commit/40097d7f3e|2.3.11| +|[Fix][connector-file-base] fix parquet int32 convert error (#9142)|https://github.com/apache/seatunnel/commit/e6413c388e|2.3.11| +|[Feature][Checkpoint] Add check script for source/sink state class serialVersionUID missing (#9118)|https://github.com/apache/seatunnel/commit/4f5adeb1c7|2.3.11| +|[Fix][API] Fixed not invoke the `SinkAggregatedCommitter`'s init method (#9070)|https://github.com/apache/seatunnel/commit/df0d11d632|2.3.11| +|[Bugfix][Csv] Fix csv format delimiter (#9066)|https://github.com/apache/seatunnel/commit/ff5fc129b8|2.3.11| +|[improve] update file connectors config (#9034)|https://github.com/apache/seatunnel/commit/8041d59dc2|2.3.11| +|[Feature][File] Support extract CSV files with different columns in different order (#9064)|https://github.com/apache/seatunnel/commit/74db1cbaac|2.3.11| +|[Improve] Refactor file enumerator to prevent duplicate put split (#8989)|https://github.com/apache/seatunnel/commit/fdf1beae9c|2.3.11| +|[Improve][File] Add row_delimiter options into text file sink (#9017)|https://github.com/apache/seatunnel/commit/92aa855a34|2.3.11| |Revert " [improve] update localfile connector config" (#9018)|https://github.com/apache/seatunnel/commit/cdc79e13ad|2.3.10| | [improve] update localfile connector config (#8765)|https://github.com/apache/seatunnel/commit/def369a85f|2.3.10| |[Fix][File]use common-csv to read csv file (#8919)|https://github.com/apache/seatunnel/commit/3e64a42838|2.3.10| diff --git a/docs/zh/connector-v2/changelog/connector-graphql.md b/docs/zh/connector-v2/changelog/connector-graphql.md index 7559f9eab07..84bbb43119f 100644 --- a/docs/zh/connector-v2/changelog/connector-graphql.md +++ b/docs/zh/connector-v2/changelog/connector-graphql.md @@ -2,6 +2,7 @@ | Change | Commit | Version | | --- | --- | --- | -|[Feature][Connector-V2] Add GraphQL source and sink (#7265)|https://github.com/apache/seatunnel/commit/dde6f9fcbd|2.3.9| +|[Feature][connector-http] Parameters support placeholder replacement (#9184)|https://github.com/apache/seatunnel/commit/8617014edc|2.3.11| +|[Feature][Connector-V2] Support GraphQL Connector (#8557) (#9021)|https://github.com/apache/seatunnel/commit/9eec2520c0|2.3.11| diff --git a/docs/zh/connector-v2/changelog/connector-hbase.md b/docs/zh/connector-v2/changelog/connector-hbase.md index 4280681f0b9..4a2eab9dc58 100644 --- a/docs/zh/connector-v2/changelog/connector-hbase.md +++ b/docs/zh/connector-v2/changelog/connector-hbase.md @@ -2,6 +2,7 @@ | Change | Commit | Version | | --- | --- | --- | +|[Feature][Checkpoint] Add check script for source/sink state class serialVersionUID missing (#9118)|https://github.com/apache/seatunnel/commit/4f5adeb1c7|2.3.11| |[Improve] hbase options (#8923)|https://github.com/apache/seatunnel/commit/b6a702b58f|2.3.10| |[Improve] restruct connector common options (#8634)|https://github.com/apache/seatunnel/commit/f3499a6eeb|2.3.10| |[Improve][dist]add shade check rule (#8136)|https://github.com/apache/seatunnel/commit/51ef800016|2.3.9| diff --git a/docs/zh/connector-v2/changelog/connector-hive.md b/docs/zh/connector-v2/changelog/connector-hive.md index e519fcb7a69..f692b956155 100644 --- a/docs/zh/connector-v2/changelog/connector-hive.md +++ b/docs/zh/connector-v2/changelog/connector-hive.md @@ -2,7 +2,9 @@ | Change | Commit | Version | | --- | --- | --- | -|[Improve] Refactor file enumerator to prevent duplicate put split (#8989)|https://github.com/apache/seatunnel/commit/fdf1beae9c| dev | +|[Fix][Connector-V2] Fix hive client thread unsafe (#9282)|https://github.com/apache/seatunnel/commit/5dc25897a9|2.3.11| +|[improve] update file connectors config (#9034)|https://github.com/apache/seatunnel/commit/8041d59dc2|2.3.11| +|[Improve] Refactor file enumerator to prevent duplicate put split (#8989)|https://github.com/apache/seatunnel/commit/fdf1beae9c|2.3.11| |Revert " [improve] update localfile connector config" (#9018)|https://github.com/apache/seatunnel/commit/cdc79e13ad|2.3.10| | [improve] update localfile connector config (#8765)|https://github.com/apache/seatunnel/commit/def369a85f|2.3.10| |[Improve][connector-hive] Improved hive file allocation algorithm for subtasks (#8876)|https://github.com/apache/seatunnel/commit/89d1878ade|2.3.10| diff --git a/docs/zh/connector-v2/changelog/connector-http-base.md b/docs/zh/connector-v2/changelog/connector-http-base.md index 4e31bf07d6d..71658c445d2 100644 --- a/docs/zh/connector-v2/changelog/connector-http-base.md +++ b/docs/zh/connector-v2/changelog/connector-http-base.md @@ -2,6 +2,9 @@ | Change | Commit | Version | | --- | --- | --- | +|[Feature][http-Sink] Implementing http batch writes (#9292)|https://github.com/apache/seatunnel/commit/04ee8aca04|2.3.11| +|[Feature][connector-http] Parameters support placeholder replacement (#9184)|https://github.com/apache/seatunnel/commit/8617014edc|2.3.11| +|[Improve][Connector-V2][Http] Supports Cursor-based Pagination (#9109) (#9138)|https://github.com/apache/seatunnel/commit/879b1e2d5b|2.3.11| |[improve] http connector options (#8969)|https://github.com/apache/seatunnel/commit/63ff9f910a|2.3.10| |[Fix][connector-http] fix when post have param (#8434)|https://github.com/apache/seatunnel/commit/c1b2675ab0|2.3.10| |[Improve] restruct connector common options (#8634)|https://github.com/apache/seatunnel/commit/f3499a6eeb|2.3.10| diff --git a/docs/zh/connector-v2/changelog/connector-http-myhours.md b/docs/zh/connector-v2/changelog/connector-http-myhours.md index b78204e26b2..86668737569 100644 --- a/docs/zh/connector-v2/changelog/connector-http-myhours.md +++ b/docs/zh/connector-v2/changelog/connector-http-myhours.md @@ -2,6 +2,7 @@ | Change | Commit | Version | | --- | --- | --- | +|[Feature][connector-http] Parameters support placeholder replacement (#9184)|https://github.com/apache/seatunnel/commit/8617014edc|2.3.11| |[improve] http connector options (#8969)|https://github.com/apache/seatunnel/commit/63ff9f910a|2.3.10| |[Fix][connector-http] fix when post have param (#8434)|https://github.com/apache/seatunnel/commit/c1b2675ab0|2.3.10| |[Improve][dist]add shade check rule (#8136)|https://github.com/apache/seatunnel/commit/51ef800016|2.3.9| diff --git a/docs/zh/connector-v2/changelog/connector-http.md b/docs/zh/connector-v2/changelog/connector-http.md index be4c20edb87..f348f2b2b37 100644 --- a/docs/zh/connector-v2/changelog/connector-http.md +++ b/docs/zh/connector-v2/changelog/connector-http.md @@ -2,6 +2,9 @@ | Change | Commit | Version | | --- | --- | --- | +|[Feature][http-Sink] Implementing http batch writes (#9292)|https://github.com/apache/seatunnel/commit/04ee8aca04|2.3.11| +|[Feature][connector-http] Parameters support placeholder replacement (#9184)|https://github.com/apache/seatunnel/commit/8617014edc|2.3.11| +|[Improve][Connector-V2][Http] Supports Cursor-based Pagination (#9109) (#9138)|https://github.com/apache/seatunnel/commit/879b1e2d5b|2.3.11| |[improve] http connector options (#8969)|https://github.com/apache/seatunnel/commit/63ff9f910a|2.3.10| |[Fix][connector-http] fix when post have param (#8434)|https://github.com/apache/seatunnel/commit/c1b2675ab0|2.3.10| |[Improve] restruct connector common options (#8634)|https://github.com/apache/seatunnel/commit/f3499a6eeb|2.3.10| diff --git a/docs/zh/connector-v2/changelog/connector-hudi.md b/docs/zh/connector-v2/changelog/connector-hudi.md index 638bc94009e..146dee947f0 100644 --- a/docs/zh/connector-v2/changelog/connector-hudi.md +++ b/docs/zh/connector-v2/changelog/connector-hudi.md @@ -2,6 +2,7 @@ | Change | Commit | Version | | --- | --- | --- | +|[Feature][Checkpoint] Add check script for source/sink state class serialVersionUID missing (#9118)|https://github.com/apache/seatunnel/commit/4f5adeb1c7|2.3.11| |[improve] hudi options (#8952)|https://github.com/apache/seatunnel/commit/b24d0e7f86|2.3.10| |[Improve] restruct connector common options (#8634)|https://github.com/apache/seatunnel/commit/f3499a6eeb|2.3.10| |[Improve][CI]skip ui module, improve module dependent (#8225)|https://github.com/apache/seatunnel/commit/81de0a69cc|2.3.9| diff --git a/docs/zh/connector-v2/changelog/connector-iceberg.md b/docs/zh/connector-v2/changelog/connector-iceberg.md index d59a8b62027..803cf88ef7c 100644 --- a/docs/zh/connector-v2/changelog/connector-iceberg.md +++ b/docs/zh/connector-v2/changelog/connector-iceberg.md @@ -2,6 +2,13 @@ | Change | Commit | Version | | --- | --- | --- | +|[Feature][Connector-V2] Iceberg add glue catalog support (#9247)|https://github.com/apache/seatunnel/commit/ecff2e8618|2.3.11| +|[Improve] Remove useless iceberg sink config `iceberg.table.config` (#9307)|https://github.com/apache/seatunnel/commit/fbdf39ebf2|2.3.11| +|[Improve][connector-iceberg] fix schema change event (#9217)|https://github.com/apache/seatunnel/commit/56669095b7|2.3.11| +|[Feature][Transform] Support define sink column type (#9114)|https://github.com/apache/seatunnel/commit/ab7119e507|2.3.11| +|[Feat][Connector-v2][Iceberg]support filter conditions in iceberg source (#9095)|https://github.com/apache/seatunnel/commit/0eb72780ee|2.3.11| +|[Feature][Checkpoint] Add check script for source/sink state class serialVersionUID missing (#9118)|https://github.com/apache/seatunnel/commit/4f5adeb1c7|2.3.11| +|[Fix][API] Fixed not invoke the `SinkAggregatedCommitter`'s init method (#9070)|https://github.com/apache/seatunnel/commit/df0d11d632|2.3.11| |[Improve] iceberg options (#8967)|https://github.com/apache/seatunnel/commit/82a374ec87|2.3.10| |[Improve] restruct connector common options (#8634)|https://github.com/apache/seatunnel/commit/f3499a6eeb|2.3.10| |[Feature][Iceberg] Support read multi-table (#8524)|https://github.com/apache/seatunnel/commit/2bfb97e502|2.3.10| diff --git a/docs/zh/connector-v2/changelog/connector-influxdb.md b/docs/zh/connector-v2/changelog/connector-influxdb.md index 197078381ce..153b7bc1435 100644 --- a/docs/zh/connector-v2/changelog/connector-influxdb.md +++ b/docs/zh/connector-v2/changelog/connector-influxdb.md @@ -2,6 +2,7 @@ | Change | Commit | Version | | --- | --- | --- | +|[Feature][Checkpoint] Add check script for source/sink state class serialVersionUID missing (#9118)|https://github.com/apache/seatunnel/commit/4f5adeb1c7|2.3.11| |[Improve] influxdb options (#8966)|https://github.com/apache/seatunnel/commit/9f498b8133|2.3.10| |[Improve] restruct connector common options (#8634)|https://github.com/apache/seatunnel/commit/f3499a6eeb|2.3.10| |[Improve][dist]add shade check rule (#8136)|https://github.com/apache/seatunnel/commit/51ef800016|2.3.9| diff --git a/docs/zh/connector-v2/changelog/connector-iotdb.md b/docs/zh/connector-v2/changelog/connector-iotdb.md index 14a3cd711f4..c13c9c60fa8 100644 --- a/docs/zh/connector-v2/changelog/connector-iotdb.md +++ b/docs/zh/connector-v2/changelog/connector-iotdb.md @@ -2,6 +2,7 @@ | Change | Commit | Version | | --- | --- | --- | +|[Feature][Checkpoint] Add check script for source/sink state class serialVersionUID missing (#9118)|https://github.com/apache/seatunnel/commit/4f5adeb1c7|2.3.11| |[improve] iotdb options (#8965)|https://github.com/apache/seatunnel/commit/6e073935f4|2.3.10| |[Improve] restruct connector common options (#8634)|https://github.com/apache/seatunnel/commit/f3499a6eeb|2.3.10| |[Improve][dist]add shade check rule (#8136)|https://github.com/apache/seatunnel/commit/51ef800016|2.3.9| diff --git a/docs/zh/connector-v2/changelog/connector-jdbc.md b/docs/zh/connector-v2/changelog/connector-jdbc.md index d9a81f75342..7060a7442cd 100644 --- a/docs/zh/connector-v2/changelog/connector-jdbc.md +++ b/docs/zh/connector-v2/changelog/connector-jdbc.md @@ -2,11 +2,21 @@ | Change | Commit | Version | | --- | --- | --- | -|[Hotfix][Jdbc] Fix mysql tinyint(1) type mapping for TypeMapper (#9012)|https://github.com/apache/seatunnel/commit/5f85d7668a| dev | -|[Feature][Jdbc] Add String type column split Support by charset-based splitting algorithm (#9002)|https://github.com/apache/seatunnel/commit/dbe41e74cd| dev | -|[Fix][Paimon] nullable and comment attribute was lost during automatic table creation (#9020)|https://github.com/apache/seatunnel/commit/eb54fdd52c| dev | -|[Fix][Connector-JDBC] Fix JDBC driver selection for data source connections (#8986)|https://github.com/apache/seatunnel/commit/a5aafa7301| dev | -|[Improve][Jdbc] Upgrade sap-hana driver from 2.14.7 to 2.23.10 (#9013)|https://github.com/apache/seatunnel/commit/9ba9f169be| dev | +|[Feature][Connector-JDBC] Supprot read Oracle BLOB data as string instead of bytes (#9305)|https://github.com/apache/seatunnel/commit/454a88f81a|2.3.11| +|[Fix][Connector-jdbc] Fix postgresql sink trying to update unique key (#9293) (#9298)|https://github.com/apache/seatunnel/commit/d0c1de8357|2.3.11| +|[Fix][Connector-V2] Fix oceanbase mysql jdbc sink create statement error (#9267)|https://github.com/apache/seatunnel/commit/79f8125ea6|2.3.11| +|[Feature][Transform] Support define sink column type (#9114)|https://github.com/apache/seatunnel/commit/ab7119e507|2.3.11| +|[Feature][Checkpoint] Add check script for source/sink state class serialVersionUID missing (#9118)|https://github.com/apache/seatunnel/commit/4f5adeb1c7|2.3.11| +|[Fix][API] Fixed not invoke the `SinkAggregatedCommitter`'s init method (#9070)|https://github.com/apache/seatunnel/commit/df0d11d632|2.3.11| +|[Fix][Connector-V2] Fix SqlServer create table when database with dot (#9007)|https://github.com/apache/seatunnel/commit/e09445c789|2.3.11| +|[Fix][Connector-V2][OceanBase] oceanbase vector support simple vector index (#9072)|https://github.com/apache/seatunnel/commit/4140cd1d8f|2.3.11| +|[Improve][Connector-V2] Optimize dialect selection in jdbc (#8820)|https://github.com/apache/seatunnel/commit/92c62c5e63|2.3.11| +|[Fix][JDBC] fix jdbc default connection parameter invalid (#8185)|https://github.com/apache/seatunnel/commit/f85eb78b37|2.3.11| +|[Hotfix][Jdbc] Fix mysql tinyint(1) type mapping for TypeMapper (#9012)|https://github.com/apache/seatunnel/commit/5f85d7668a|2.3.11| +|[Feature][Jdbc] Add String type column split Support by charset-based splitting algorithm (#9002)|https://github.com/apache/seatunnel/commit/dbe41e74cd|2.3.11| +|[Fix][Paimon] nullable and comment attribute was lost during automatic table creation (#9020)|https://github.com/apache/seatunnel/commit/eb54fdd52c|2.3.11| +|[Fix][Connector-JDBC] Fix JDBC driver selection for data source connections (#8986)|https://github.com/apache/seatunnel/commit/a5aafa7301|2.3.11| +|[Improve][Jdbc] Upgrade sap-hana driver from 2.14.7 to 2.23.10 (#9013)|https://github.com/apache/seatunnel/commit/9ba9f169be|2.3.11| |[Feature][Jdbc] Support sink ddl for sqlserver #8114 (#8936)|https://github.com/apache/seatunnel/commit/30aa485b38|2.3.10| |[Fix][Connector-V2] Fix parse SqlServer JDBC Url error (#8784)|https://github.com/apache/seatunnel/commit/373d2162d3|2.3.10| |[Improve][Jdbc] Support upsert for opengauss (#8627)|https://github.com/apache/seatunnel/commit/56110bf392|2.3.10| diff --git a/docs/zh/connector-v2/changelog/connector-kafka.md b/docs/zh/connector-v2/changelog/connector-kafka.md index b1ae332a509..d961f8d66c1 100644 --- a/docs/zh/connector-v2/changelog/connector-kafka.md +++ b/docs/zh/connector-v2/changelog/connector-kafka.md @@ -2,6 +2,11 @@ | Change | Commit | Version | | --- | --- | --- | +|[Feature][Connectors-V2] Add end_timestamp for timstamp start mode (#9318)|https://github.com/apache/seatunnel/commit/68b0504da9|2.3.11| +|[Bugifx][kafka] Fix kafka enumerator assign split NPE (#9220)|https://github.com/apache/seatunnel/commit/7ca0c0c7e4|2.3.11| +| [Fix][Connector-V2] Fix kafka database name (#9201)|https://github.com/apache/seatunnel/commit/79d9a937ee|2.3.11| +|[Feature][Checkpoint] Add check script for source/sink state class serialVersionUID missing (#9118)|https://github.com/apache/seatunnel/commit/4f5adeb1c7|2.3.11| +|[Fix][Connector-V2] assign size for KafkaSource reader cache queue (#9041)|https://github.com/apache/seatunnel/commit/8a9db476bd|2.3.11| |[Feature][Kafka] Support native format read/write kafka record (#8724)|https://github.com/apache/seatunnel/commit/86e2d6fcfa|2.3.10| |[improve] update kafka source default schema from content<ROW<content STRING>> to content<STRING> (#8642)|https://github.com/apache/seatunnel/commit/db6e2994d4|2.3.10| |[Improve] restruct connector common options (#8634)|https://github.com/apache/seatunnel/commit/f3499a6eeb|2.3.10| diff --git a/docs/zh/connector-v2/changelog/connector-kudu.md b/docs/zh/connector-v2/changelog/connector-kudu.md index 701dba9dff3..5189d6b62b1 100644 --- a/docs/zh/connector-v2/changelog/connector-kudu.md +++ b/docs/zh/connector-v2/changelog/connector-kudu.md @@ -2,6 +2,8 @@ | Change | Commit | Version | | --- | --- | --- | +|[Feature][Checkpoint] Add check script for source/sink state class serialVersionUID missing (#9118)|https://github.com/apache/seatunnel/commit/4f5adeb1c7|2.3.11| +|[Improve] kudu options (#9162)|https://github.com/apache/seatunnel/commit/e7edafdbac|2.3.11| |[Improve] restruct connector common options (#8634)|https://github.com/apache/seatunnel/commit/f3499a6eeb|2.3.10| |[Improve][Transform] Rename sql transform table name from 'fake' to 'dual' (#8298)|https://github.com/apache/seatunnel/commit/e6169684fb|2.3.9| |[Improve][dist]add shade check rule (#8136)|https://github.com/apache/seatunnel/commit/51ef800016|2.3.9| diff --git a/docs/zh/connector-v2/changelog/connector-maxcompute.md b/docs/zh/connector-v2/changelog/connector-maxcompute.md index 1cf5dfa9eef..851bb1e4527 100644 --- a/docs/zh/connector-v2/changelog/connector-maxcompute.md +++ b/docs/zh/connector-v2/changelog/connector-maxcompute.md @@ -2,7 +2,11 @@ | Change | Commit | Version | | --- | --- | --- | -|[Fix][Connector-V2] Fix maxcompute sink write date less than actual date (#8999)|https://github.com/apache/seatunnel/commit/fc942a599b| dev | +|[Feature][Transform] Support define sink column type (#9114)|https://github.com/apache/seatunnel/commit/ab7119e507|2.3.11| +|[Feature][Checkpoint] Add check script for source/sink state class serialVersionUID missing (#9118)|https://github.com/apache/seatunnel/commit/4f5adeb1c7|2.3.11| +|[Improve] maxcompute options (#9163)|https://github.com/apache/seatunnel/commit/fdacbae1af|2.3.11| +|[Fix][Connector-V2] Fix maxcompute write with multi parallelism (#9089)|https://github.com/apache/seatunnel/commit/9426b7ba2c|2.3.11| +|[Fix][Connector-V2] Fix maxcompute sink write date less than actual date (#8999)|https://github.com/apache/seatunnel/commit/fc942a599b|2.3.11| |[Fix][Connector-V2] Fix maxcompute read with partition spec (#8896)|https://github.com/apache/seatunnel/commit/e62bf6c65c|2.3.10| |[Fix][Connector-V2] Fix MaxCompute cannot get project and tableName when use schema (#8865)|https://github.com/apache/seatunnel/commit/a24fa8fef6|2.3.10| |[Improve] restruct connector common options (#8634)|https://github.com/apache/seatunnel/commit/f3499a6eeb|2.3.10| diff --git a/docs/zh/connector-v2/changelog/connector-milvus.md b/docs/zh/connector-v2/changelog/connector-milvus.md index d44b290691d..16968a1dbbb 100644 --- a/docs/zh/connector-v2/changelog/connector-milvus.md +++ b/docs/zh/connector-v2/changelog/connector-milvus.md @@ -2,6 +2,9 @@ | Change | Commit | Version | | --- | --- | --- | +|[Feature][Transform] Support define sink column type (#9114)|https://github.com/apache/seatunnel/commit/ab7119e507|2.3.11| +|[Feature][Checkpoint] Add check script for source/sink state class serialVersionUID missing (#9118)|https://github.com/apache/seatunnel/commit/4f5adeb1c7|2.3.11| +|[improve] milvus options (#9165)|https://github.com/apache/seatunnel/commit/5247e17640|2.3.11| |[Fix][Connector-V2] Fix load state check in MilvusSourceReader to consider partition-level status (#8937)|https://github.com/apache/seatunnel/commit/bde235090b|2.3.10| |[Improve][dist]add shade check rule (#8136)|https://github.com/apache/seatunnel/commit/51ef800016|2.3.9| |[Improve][Core] Refactor common options of column/row (#7911)|https://github.com/apache/seatunnel/commit/d1582afee6|2.3.9| diff --git a/docs/zh/connector-v2/changelog/connector-mongodb.md b/docs/zh/connector-v2/changelog/connector-mongodb.md index 5da5af2eb42..ee4c459b268 100644 --- a/docs/zh/connector-v2/changelog/connector-mongodb.md +++ b/docs/zh/connector-v2/changelog/connector-mongodb.md @@ -2,6 +2,9 @@ | Change | Commit | Version | | --- | --- | --- | +|[fix][connector-mango] fix split with avgSize zero error (#9255)|https://github.com/apache/seatunnel/commit/564863b933|2.3.11| +|[Feature][Checkpoint] Add check script for source/sink state class serialVersionUID missing (#9118)|https://github.com/apache/seatunnel/commit/4f5adeb1c7|2.3.11| +|[Fix][MongoDB] The Long type cannot handle string values in scientific notation (#8783)|https://github.com/apache/seatunnel/commit/00f550e3d0|2.3.11| |[Improve] sink mongodb schema is not required (#8887)|https://github.com/apache/seatunnel/commit/3cfe8c12b9|2.3.10| |[Improve] restruct connector common options (#8634)|https://github.com/apache/seatunnel/commit/f3499a6eeb|2.3.10| |[Fix][Connector-Mongodb] close MongodbClient when close MongodbReader (#8592)|https://github.com/apache/seatunnel/commit/06b2fc0e06|2.3.10| diff --git a/docs/zh/connector-v2/changelog/connector-neo4j.md b/docs/zh/connector-v2/changelog/connector-neo4j.md index 26e25dd72b1..7c8809f3674 100644 --- a/docs/zh/connector-v2/changelog/connector-neo4j.md +++ b/docs/zh/connector-v2/changelog/connector-neo4j.md @@ -2,6 +2,7 @@ | Change | Commit | Version | | --- | --- | --- | +|[improve] neo4j options (#9164)|https://github.com/apache/seatunnel/commit/1eb81e7f88|2.3.11| |[Improve] restruct connector common options (#8634)|https://github.com/apache/seatunnel/commit/f3499a6eeb|2.3.10| |[Feature][Restapi] Allow metrics information to be associated to logical plan nodes (#7786)|https://github.com/apache/seatunnel/commit/6b7c53d03c|2.3.9| |[Feature][Doris] Add Doris type converter (#6354)|https://github.com/apache/seatunnel/commit/5189991843|2.3.6| diff --git a/docs/zh/connector-v2/changelog/connector-openmldb.md b/docs/zh/connector-v2/changelog/connector-openmldb.md index 4820218db81..f4da77b6992 100644 --- a/docs/zh/connector-v2/changelog/connector-openmldb.md +++ b/docs/zh/connector-v2/changelog/connector-openmldb.md @@ -2,6 +2,7 @@ | Change | Commit | Version | | --- | --- | --- | +|[improve] openmldb options (#9166)|https://github.com/apache/seatunnel/commit/d324fc59a4|2.3.11| |[Improve][Common] Introduce new error define rule (#5793)|https://github.com/apache/seatunnel/commit/9d1b2582b2|2.3.4| |[Improve][build] Give the maven module a human readable name (#4114)|https://github.com/apache/seatunnel/commit/d7cd601051|2.3.1| |[Improve][Project] Code format with spotless plugin. (#4101)|https://github.com/apache/seatunnel/commit/a2ab166561|2.3.1| diff --git a/docs/zh/connector-v2/changelog/connector-paimon.md b/docs/zh/connector-v2/changelog/connector-paimon.md index 1819d07f940..898dfc6e7a3 100644 --- a/docs/zh/connector-v2/changelog/connector-paimon.md +++ b/docs/zh/connector-v2/changelog/connector-paimon.md @@ -2,7 +2,10 @@ | Change | Commit | Version | | --- | --- | --- | -|[Fix][Paimon] nullable and comment attribute was lost during automatic table creation (#9020)|https://github.com/apache/seatunnel/commit/eb54fdd52c| dev | +|[Improve][Connector-V2] Fix the word misspellings for paimon connector (#9332)|https://github.com/apache/seatunnel/commit/ba7f5c9e30|2.3.11| +|[Feature][Transform] Support define sink column type (#9114)|https://github.com/apache/seatunnel/commit/ab7119e507|2.3.11| +|[improve] paimon options (#9167)|https://github.com/apache/seatunnel/commit/b0889305c2|2.3.11| +|[Fix][Paimon] nullable and comment attribute was lost during automatic table creation (#9020)|https://github.com/apache/seatunnel/commit/eb54fdd52c|2.3.11| |[Feature][Connector-V2] Support between predicate pushdown in paimon (#8962)|https://github.com/apache/seatunnel/commit/3b141cf621|2.3.10| |[Feature][Connector-V2] Suppor Time type in paimon connector (#8880)|https://github.com/apache/seatunnel/commit/9f1e590091|2.3.10| |[Feature][Paimon] Customize the hadoop user (#8888)|https://github.com/apache/seatunnel/commit/2657626f93|2.3.10| diff --git a/docs/zh/connector-v2/changelog/connector-pulsar.md b/docs/zh/connector-v2/changelog/connector-pulsar.md index 6e8259559a9..8ef8d4af2c4 100644 --- a/docs/zh/connector-v2/changelog/connector-pulsar.md +++ b/docs/zh/connector-v2/changelog/connector-pulsar.md @@ -2,6 +2,7 @@ | Change | Commit | Version | | --- | --- | --- | +|[Feature][Checkpoint] Add check script for source/sink state class serialVersionUID missing (#9118)|https://github.com/apache/seatunnel/commit/4f5adeb1c7|2.3.11| |[Improve] restruct connector common options (#8634)|https://github.com/apache/seatunnel/commit/f3499a6eeb|2.3.10| |[Improve][dist]add shade check rule (#8136)|https://github.com/apache/seatunnel/commit/51ef800016|2.3.9| |[Feature][Restapi] Allow metrics information to be associated to logical plan nodes (#7786)|https://github.com/apache/seatunnel/commit/6b7c53d03c|2.3.9| diff --git a/docs/zh/connector-v2/changelog/connector-qdrant.md b/docs/zh/connector-v2/changelog/connector-qdrant.md index 74ed0beb06f..15c75bdc9fb 100644 --- a/docs/zh/connector-v2/changelog/connector-qdrant.md +++ b/docs/zh/connector-v2/changelog/connector-qdrant.md @@ -2,6 +2,7 @@ | Change | Commit | Version | | --- | --- | --- | +|[improve] qdrant options (#9235)|https://github.com/apache/seatunnel/commit/f3a45cd131|2.3.11| |[Improve] restruct connector common options (#8634)|https://github.com/apache/seatunnel/commit/f3499a6eeb|2.3.10| |[Feature][Restapi] Allow metrics information to be associated to logical plan nodes (#7786)|https://github.com/apache/seatunnel/commit/6b7c53d03c|2.3.9| |[Feature][Connector-V2] Support Qdrant sink and source connector (#7299)|https://github.com/apache/seatunnel/commit/c8590716ae|2.3.8| diff --git a/docs/zh/connector-v2/changelog/connector-rabbitmq.md b/docs/zh/connector-v2/changelog/connector-rabbitmq.md index 0baf3afbb08..0ca1372ca42 100644 --- a/docs/zh/connector-v2/changelog/connector-rabbitmq.md +++ b/docs/zh/connector-v2/changelog/connector-rabbitmq.md @@ -2,6 +2,7 @@ | Change | Commit | Version | | --- | --- | --- | +|[Feature][Checkpoint] Add check script for source/sink state class serialVersionUID missing (#9118)|https://github.com/apache/seatunnel/commit/4f5adeb1c7|2.3.11| |[Improve] rabbit mq options (#8740)|https://github.com/apache/seatunnel/commit/4eec9be012|2.3.10| |[Improve] restruct connector common options (#8634)|https://github.com/apache/seatunnel/commit/f3499a6eeb|2.3.10| |[Improve][dist]add shade check rule (#8136)|https://github.com/apache/seatunnel/commit/51ef800016|2.3.9| diff --git a/docs/zh/connector-v2/changelog/connector-redis.md b/docs/zh/connector-v2/changelog/connector-redis.md index 83855c7249d..efe96426a0c 100644 --- a/docs/zh/connector-v2/changelog/connector-redis.md +++ b/docs/zh/connector-v2/changelog/connector-redis.md @@ -2,6 +2,7 @@ | Change | Commit | Version | | --- | --- | --- | +|[Fix][Connector-Redis] Redis did not write successfully, but the task did not fail (#9055)|https://github.com/apache/seatunnel/commit/07510ed937|2.3.11| |[hotfix][redis] fix npe cause by null host parameter (#8881)|https://github.com/apache/seatunnel/commit/7bd5865165|2.3.10| |[Improve][Redis] Optimized Redis connection params (#8841)|https://github.com/apache/seatunnel/commit/e56f06cdf0|2.3.10| |[Improve] restruct connector common options (#8634)|https://github.com/apache/seatunnel/commit/f3499a6eeb|2.3.10| diff --git a/docs/zh/connector-v2/changelog/connector-rocketmq.md b/docs/zh/connector-v2/changelog/connector-rocketmq.md index 2b83ecc0e7f..a74e8fafa19 100644 --- a/docs/zh/connector-v2/changelog/connector-rocketmq.md +++ b/docs/zh/connector-v2/changelog/connector-rocketmq.md @@ -2,6 +2,7 @@ | Change | Commit | Version | | --- | --- | --- | +|[Feature][Checkpoint] Add check script for source/sink state class serialVersionUID missing (#9118)|https://github.com/apache/seatunnel/commit/4f5adeb1c7|2.3.11| |[Improve][Connector-V2] RocketMQ Source add message tag config (#8825)|https://github.com/apache/seatunnel/commit/5913e8c35f|2.3.10| |[Improve][Connector-V2] Add optional flag for rocketmq connector to skip parse errors instead of failing (#8737)|https://github.com/apache/seatunnel/commit/701f17b5d4|2.3.10| |[Improve][Connector-V2] RocketMQ Sink add message tag config (#7996)|https://github.com/apache/seatunnel/commit/97a1b00e48|2.3.9| diff --git a/docs/zh/connector-v2/changelog/connector-s3-redshift.md b/docs/zh/connector-v2/changelog/connector-s3-redshift.md index 90e76c2ec6d..a1f33d8cbed 100644 --- a/docs/zh/connector-v2/changelog/connector-s3-redshift.md +++ b/docs/zh/connector-v2/changelog/connector-s3-redshift.md @@ -2,6 +2,7 @@ | Change | Commit | Version | | --- | --- | --- | +|[improve] update file connectors config (#9034)|https://github.com/apache/seatunnel/commit/8041d59dc2|2.3.11| |Revert " [improve] update localfile connector config" (#9018)|https://github.com/apache/seatunnel/commit/cdc79e13ad|2.3.10| | [improve] update localfile connector config (#8765)|https://github.com/apache/seatunnel/commit/def369a85f|2.3.10| |[Feature][S3 File] Make S3 File Connector support multiple table write (#6698)|https://github.com/apache/seatunnel/commit/8f2049b2f1|2.3.6| diff --git a/docs/zh/connector-v2/changelog/connector-selectdb-cloud.md b/docs/zh/connector-v2/changelog/connector-selectdb-cloud.md index cf703ff357e..4fec9b2c773 100644 --- a/docs/zh/connector-v2/changelog/connector-selectdb-cloud.md +++ b/docs/zh/connector-v2/changelog/connector-selectdb-cloud.md @@ -2,6 +2,7 @@ | Change | Commit | Version | | --- | --- | --- | +|[Feature][Checkpoint] Add check script for source/sink state class serialVersionUID missing (#9118)|https://github.com/apache/seatunnel/commit/4f5adeb1c7|2.3.11| |[Improve][dist]add shade check rule (#8136)|https://github.com/apache/seatunnel/commit/51ef800016|2.3.9| |[Feature][Restapi] Allow metrics information to be associated to logical plan nodes (#7786)|https://github.com/apache/seatunnel/commit/6b7c53d03c|2.3.9| |[Improve] Add disable 2pc in SelectDB cloud sink (#6266)|https://github.com/apache/seatunnel/commit/aa0b2119a7|2.3.5| diff --git a/docs/zh/connector-v2/changelog/connector-sentry.md b/docs/zh/connector-v2/changelog/connector-sentry.md index f831c0a27cd..1ffb7780e90 100644 --- a/docs/zh/connector-v2/changelog/connector-sentry.md +++ b/docs/zh/connector-v2/changelog/connector-sentry.md @@ -2,6 +2,7 @@ | Change | Commit | Version | | --- | --- | --- | +|[improve] sentry options (#9261)|https://github.com/apache/seatunnel/commit/4a2f3fa915|2.3.11| |[Feature][Restapi] Allow metrics information to be associated to logical plan nodes (#7786)|https://github.com/apache/seatunnel/commit/6b7c53d03c|2.3.9| |[Improve] Remove use `SeaTunnelSink::getConsumedType` method and mark it as deprecated (#5755)|https://github.com/apache/seatunnel/commit/8de7408100|2.3.4| |[Improve][build] Give the maven module a human readable name (#4114)|https://github.com/apache/seatunnel/commit/d7cd601051|2.3.1| diff --git a/docs/zh/connector-v2/changelog/connector-sls.md b/docs/zh/connector-v2/changelog/connector-sls.md index 8fde29ee48e..a9eca04cf6d 100644 --- a/docs/zh/connector-v2/changelog/connector-sls.md +++ b/docs/zh/connector-v2/changelog/connector-sls.md @@ -2,6 +2,8 @@ | Change | Commit | Version | | --- | --- | --- | +|[improve] sls options (#9260)|https://github.com/apache/seatunnel/commit/126164508b|2.3.11| +|[Feature][Checkpoint] Add check script for source/sink state class serialVersionUID missing (#9118)|https://github.com/apache/seatunnel/commit/4f5adeb1c7|2.3.11| |[Improve] restruct connector common options (#8634)|https://github.com/apache/seatunnel/commit/f3499a6eeb|2.3.10| |[Feature]Check Chinese comments in the code (#8319)|https://github.com/apache/seatunnel/commit/d58fce1caf|2.3.9| |[Improve][dist]add shade check rule (#8136)|https://github.com/apache/seatunnel/commit/51ef800016|2.3.9| diff --git a/docs/zh/connector-v2/changelog/connector-starrocks.md b/docs/zh/connector-v2/changelog/connector-starrocks.md index 52c3b831673..fcd2f271b46 100644 --- a/docs/zh/connector-v2/changelog/connector-starrocks.md +++ b/docs/zh/connector-v2/changelog/connector-starrocks.md @@ -2,6 +2,11 @@ | Change | Commit | Version | | --- | --- | --- | +|[Bugfix][Starrocks] Fix starrocks batch data exceeds the maximum limit (#9256)|https://github.com/apache/seatunnel/commit/84634a4d1f|2.3.11| +|[Improve][Starrocks] Catch lable already exception (#9222)|https://github.com/apache/seatunnel/commit/b6fc222c0a|2.3.11| +|[Feature][Transform] Support define sink column type (#9114)|https://github.com/apache/seatunnel/commit/ab7119e507|2.3.11| +|[Feature][Checkpoint] Add check script for source/sink state class serialVersionUID missing (#9118)|https://github.com/apache/seatunnel/commit/4f5adeb1c7|2.3.11| +|[Fix][Connector-V2] Fixed missing timestamp accuracy of starrocks connector (#9096)|https://github.com/apache/seatunnel/commit/02254b9c0e|2.3.11| |[Fix][Connector-V2] Fix StarRocksCatalogTest#testCatalog() NPE (#8987)|https://github.com/apache/seatunnel/commit/53f0a9eb52|2.3.10| |[Improve][Connector-V2] Random pick the starrocks fe address which can be connected (#8898)|https://github.com/apache/seatunnel/commit/bef76078f9|2.3.10| |[Feature][Connector-v2] Support multi starrocks source (#8789)|https://github.com/apache/seatunnel/commit/26b5529aaf|2.3.10| diff --git a/docs/zh/connector-v2/changelog/connector-tablestore.md b/docs/zh/connector-v2/changelog/connector-tablestore.md index faea3562d64..2235fb32e54 100644 --- a/docs/zh/connector-v2/changelog/connector-tablestore.md +++ b/docs/zh/connector-v2/changelog/connector-tablestore.md @@ -2,6 +2,7 @@ | Change | Commit | Version | | --- | --- | --- | +|[Feature][Checkpoint] Add check script for source/sink state class serialVersionUID missing (#9118)|https://github.com/apache/seatunnel/commit/4f5adeb1c7|2.3.11| |[Improve] restruct connector common options (#8634)|https://github.com/apache/seatunnel/commit/f3499a6eeb|2.3.10| |[Feature][Restapi] Allow metrics information to be associated to logical plan nodes (#7786)|https://github.com/apache/seatunnel/commit/6b7c53d03c|2.3.9| | [Feature][Connector-V2][Tablestore] Support Source connector for Tablestore #7448 (#7467)|https://github.com/apache/seatunnel/commit/a7ca51b585|2.3.8| diff --git a/docs/zh/connector-v2/changelog/connector-tdengine.md b/docs/zh/connector-v2/changelog/connector-tdengine.md index e3684909b00..2bf13587e36 100644 --- a/docs/zh/connector-v2/changelog/connector-tdengine.md +++ b/docs/zh/connector-v2/changelog/connector-tdengine.md @@ -2,6 +2,9 @@ | Change | Commit | Version | | --- | --- | --- | +|[Feature][Connector-V2] Support multi-table sink feature for TDengine (#9215)|https://github.com/apache/seatunnel/commit/98b593f095|2.3.11| +|[Feature][Checkpoint] Add check script for source/sink state class serialVersionUID missing (#9118)|https://github.com/apache/seatunnel/commit/4f5adeb1c7|2.3.11| +|[Fix][Connector-V2] Fix NullPointerException when column or tag contains null value in TDengine sink (#9158)|https://github.com/apache/seatunnel/commit/a047cab546|2.3.11| |[Fix][Connector][TDEngine] TDEngine support NCHAR type (#8411)|https://github.com/apache/seatunnel/commit/88c92ae1b1|2.3.9| |[Improve][dist]add shade check rule (#8136)|https://github.com/apache/seatunnel/commit/51ef800016|2.3.9| |[Feature][Restapi] Allow metrics information to be associated to logical plan nodes (#7786)|https://github.com/apache/seatunnel/commit/6b7c53d03c|2.3.9| diff --git a/docs/zh/connector-v2/changelog/connector-typesense.md b/docs/zh/connector-v2/changelog/connector-typesense.md index ba7e1c91838..8cc1a1bd851 100644 --- a/docs/zh/connector-v2/changelog/connector-typesense.md +++ b/docs/zh/connector-v2/changelog/connector-typesense.md @@ -2,6 +2,7 @@ | Change | Commit | Version | | --- | --- | --- | +|[Feature][Checkpoint] Add check script for source/sink state class serialVersionUID missing (#9118)|https://github.com/apache/seatunnel/commit/4f5adeb1c7|2.3.11| |[Fix] Fix error log name for SourceSplitEnumerator implements class (#8817)|https://github.com/apache/seatunnel/commit/55ed90ecaf|2.3.10| |[Improve] restruct connector common options (#8634)|https://github.com/apache/seatunnel/commit/f3499a6eeb|2.3.10| |[Feature]Check Chinese comments in the code (#8319)|https://github.com/apache/seatunnel/commit/d58fce1caf|2.3.9| diff --git a/pom.xml b/pom.xml index 777267cd58f..fc63a3756dd 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ org.apache.seatunnel seatunnel - ${revision} + 2.3.12-SNAPSHOT pom SeaTunnel : diff --git a/release-note.md b/release-note.md new file mode 100644 index 00000000000..d190b63acb3 --- /dev/null +++ b/release-note.md @@ -0,0 +1,130 @@ +# 2.3.11 Release Note + +## Docs +- [Doc][Improve] support chinese [docs/zh/connector-v2/source/MySQL-CDC.md] (#8884) +- Add MongoDB-CDC connector Chinese documentation (#9337) +- [Doc][zh-CN] Add HiveJdbc connector Chinese documentation (#8497) (#9329) +- [Doc][Connector-V2] Update save mode config for OssFileSink (#9303) +- [Doc][zh-CN] Add Jira connector Chinese documentation (#9236) +- [Doc][Improve] support chinese [docs/zh/connector-v2/source/Cloudberry.md] (#9211) +- [Fix][Doc] Delete space before _test and _sink (#9216) +- [Doc][Improve] support chinese [docs/zh/connector-v2/source/Github.md] (#9210) +- [Feature][doc] Repair md document format (#9177) +- [Fix][Doc] Adjust the description of the explode function (#9168) +- [Improve][Doc] Unify the header format and fix some documents with abnormal formats (#9159) +- [Improve][Doc] Adjust description of trim series sql function (#9143) +- [Improve][Doc] Update kerberos part of kafka doc (#9031) +- [Doc] Update changelog (#9071) +- [Doc] Fix classloader-cache-mode default value +- [Doc][Fix] DB2.md fix markdown formatting in Data Type Mapping (#9062) +- [Doc] fix deadlinks (#9053) +- [Improve][Doc] Improve changelog generate tool to ignore useless commit (#9035) +- [Fix][Doc] fix deadlinks (#9016) + +## Bug Fix +- [Bug][Zeta] SeaTunnelClient can not exit with error (#9281) +- [Improve][Oracle-CDC] Fix oracle rename ddl event missing column type (#9314) +- [Fix][Connector-jdbc] Fix postgresql sink trying to update unique key (#9293) (#9298) +- [Fix][Zeta] Fix losing checkpoint scheduling in extreme cases (#9246) +- [Fix][Connector-V2] Fix hive client thread unsafe (#9282) +- [Fix][Connector-V2] Fix oceanbase mysql jdbc sink create statement error (#9267) +- [Fix][CI] Fix update build status action error (#9300) +- [Fix][CI] Disable dead link check (#9296) +- [Fix][CI] Set continue-on-error to true for dead link job (#9290) +- [Fix][Connector-V2] Fix the problem that missing options configuration when building ClickHouse Nodes (#9277) +- [Fix][CI] Remove dead link check from sanity check (#9274) +- [fix][connector-mango] fix split with avgSize zero error (#9255) +- [Bugfix][Starrocks] Fix starrocks batch data exceeds the maximum limit (#9256) +- [Fix][Config] Fix invalid telemetry-log config in seatunnel.yaml (#9230) +- [Improve][connector-iceberg] fix schema change event (#9217) +- [Fix][Zeta] Fix premature closure of the checkpoint thread pool causes abnormal task status (#9228) +- [Bugfix][CI] Fix transform check (#9237) +- [Bugifx][kafka] Fix kafka enumerator assign split NPE (#9220) +- [Fix][CI] Release file resources in testcase (#9232) +- [Fix][Core]Fix config parse with `""` error (#9225) +- [Fix][Connector-V2] Fix kafka database name (#9201) +- [Fix][Serialize] prevent scientific notation for decimal numbers in JSON output​ (#9186) +- [Fix][Zeta] Fix double-checked locking without volatile in HdfsStorage (#9200) +- [Fix][connector-file-base] fix parquet int32 convert error (#9142) +- [Fix][CI] Upgrade action job runner host version (#9185) +- [Fix][API] Fixed not invoke the `SinkAggregatedCommitter`'s init method (#9070) +- [Fix][Connector-V2] Fix NullPointerException when column or tag contains null value in TDengine sink (#9158) +- [Bugfix][Csv] Fix csv format delimiter (#9066) +- [Fix][Zeta] Adjust the timing of invoking the enumerator open method (#9092) +- [Fix][Connector-V2] Fix postgres cdc with debezium_json format can not parse number without scale (#9052) +- [Fix][Connector-V2] Fix maxcompute write with multi parallelism (#9089) +- [Fix][MongoDB] The Long type cannot handle string values in scientific notation (#8783) +- [Bugfix][Elasticsearch] Fix add column event (#9069) +- [Fix][Connector-V2] Fix SqlServer create table when database with dot (#9007) +- [Fix] Fix `DateUtils` can not parse datetime string with local timezone (#9019) +- [Fix][Connector-V2] Fixed missing timestamp accuracy of starrocks connector (#9096) +- [Fix][Connector-V2][OceanBase] oceanbase vector support simple vector index (#9072) +- [Fix][JDBC] fix jdbc default connection parameter invalid (#8185) +- [Improve][Checkpoint] Use fixed serialVersionUID in sink state class (#9079) +- [Fix][Connector-V2] assign size for KafkaSource reader cache queue (#9041) +- [Fix][Connector-Redis] Redis did not write successfully, but the task did not fail (#9055) +- [Hotfix][Jdbc] Fix mysql tinyint(1) type mapping for TypeMapper (#9012) +- [Fix][Core] Cancel pending job (#8993) +- [Fix][Paimon] nullable and comment attribute was lost during automatic table creation (#9020) +- [Fix][Connector-JDBC] Fix JDBC driver selection for data source connections (#8986) +- [Fix] Fix dead link (#9023) +- [Fix][Connector-V2] Fix maxcompute sink write date less than actual date (#8999) + +## Feature +- [Feature][http-Sink] Implementing http batch writes (#9292) +- [Feature][Connectors-V2] Add end_timestamp for timstamp start mode (#9318) +- [Feature][Connector-doris] Adds case insensitivity feature (#9306) +- [Feature][Connector-V2] Iceberg add glue catalog support (#9247) +- [Improve][Connector-V2] Add remote host verification option for FTP data channels (#9324) +- [improve] EasySearch support schema_save_mode/data_save_mode (#9310) +- [Feature][Connector-JDBC] Supprot read Oracle BLOB data as string instead of bytes (#9305) +- [Improve] Optimize variable handling robustness in `stop-seatunnel-cluster.sh` (#9316) +- [Improve] Remove useless iceberg sink config `iceberg.table.config` (#9307) +- [Feature][Connector-V2] Support multi-table sink feature for ClickHouse (#9301) +- [Improve] Remove release-note.md in dev branch (#9304) +- [improve] sentry options (#9261) +- [improve] sls options (#9260) +- [Feature][connector-http] Parameters support placeholder replacement (#9184) +- [Improve][Starrocks] Catch lable already exception (#9222) +- [improve] neo4j options (#9164) +- [Improve][Zeta] Add log to print the each task execute location (#9205) +- [improve] qdrant options (#9235) +- [Feature][Connector-V2] Make some sink parameters optional for DataHub (#9229) +- [Feature][Transform] Add table filter transform (#9189) +- [improve] openmldb options (#9166) +- [Feature][Connector-V2] Support multi-table sink feature for TDengine (#9215) +- [Feature][Connector-V2] Datahub support multi-table sink (#9212) +- [Feature][Transform] Support define sink column type (#9114) +- [Feature][Transform] support boolean type for sql transform (#9136) +- [Feat][Connector-v2][Iceberg]support filter conditions in iceberg source (#9095) +- [Feature][Checkpoint] Add check script for source/sink state class serialVersionUID missing (#9118) +- [Feature][Zeta] Support basic authentication for web ui (#9171) +- [Feature][connector-elasticsearch] elasticsearch source support PIT (#9150) +- [Improve][Connector-V2][Http] Supports Cursor-based Pagination (#9109) (#9138) +- [Feature][Connector-V2] Support GraphQL Connector (#8557) (#9021) +- [Improve] maxcompute options (#9163) +- [Improve] kudu options (#9162) +- [improve] paimon options (#9167) +- [improve] milvus options (#9165) +- [Feature][Zeta] Format exception messages on task running management page (#9147) +- [Improve][connector-doris] Improved doris source enumerator splits allocation algorithm for subtasks (#9108) +- [Improve][Zeta] Support restore execute savemode (#9059) +- [improve] update file connectors config (#9034) +- [Improve][seatunnel-engine-ui] improve sorting of Running Jobs and Finished Jobs (#9107) +- [Improve][Connector-V2] Optimize dialect selection in jdbc (#8820) +- [Improve][Transform-V2] support try_cast expressions (#9029) +- [Improve][Transform] Update MetadataTransformConfig extends (#9082) +- [Chore] Upgrade actions/cache@v2 to actions/cache@v4 (#9084) +- [Improve][Sql] Support boolean fields in case-when condition clauses (#9073) +- [Feature][File] Support extract CSV files with different columns in different order (#9064) +- [Feature][Zeta] Support enable https protocol for rest-api v2 (#9010) +- [Feature] Version from 2.3.10 to 2.3.11 (#9058) +- [Improve] Refactor file enumerator to prevent duplicate put split (#8989) +- [Feature][Jdbc] Add String type column split Support by charset-based splitting algorithm (#9002) +- [Feature][Connector-V2] Add aerospike sink connector (#8821) +- [Feature][E2E] Add helm test case (#9006) +- [Feature][Connector] Add Apache Cloudberry Support (#8985) +- [Improve][File] Add row_delimiter options into text file sink (#9017) +- [Improve][Zeta] Remove misleading exception log when job be canceled (#8988) +- [Improve][Jdbc] Upgrade sap-hana driver from 2.14.7 to 2.23.10 (#9013) + diff --git a/seatunnel-api/pom.xml b/seatunnel-api/pom.xml index 2ca8eea31b7..6b884498e45 100644 --- a/seatunnel-api/pom.xml +++ b/seatunnel-api/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel seatunnel - ${revision} + 2.3.12-SNAPSHOT seatunnel-api diff --git a/seatunnel-ci-tools/pom.xml b/seatunnel-ci-tools/pom.xml index 783d263ba7d..6f89345cb45 100644 --- a/seatunnel-ci-tools/pom.xml +++ b/seatunnel-ci-tools/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel - ${revision} + 2.3.12-SNAPSHOT seatunnel-ci-tools diff --git a/seatunnel-common/pom.xml b/seatunnel-common/pom.xml index a80ca7fbcd0..f6c9def5d92 100644 --- a/seatunnel-common/pom.xml +++ b/seatunnel-common/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel seatunnel - ${revision} + 2.3.12-SNAPSHOT seatunnel-common diff --git a/seatunnel-config/pom.xml b/seatunnel-config/pom.xml index faab232e65a..cf0e00ff105 100644 --- a/seatunnel-config/pom.xml +++ b/seatunnel-config/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel seatunnel - ${revision} + 2.3.12-SNAPSHOT seatunnel-config pom diff --git a/seatunnel-config/seatunnel-config-base/pom.xml b/seatunnel-config/seatunnel-config-base/pom.xml index d5664b690e1..f516cd143ed 100644 --- a/seatunnel-config/seatunnel-config-base/pom.xml +++ b/seatunnel-config/seatunnel-config-base/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel seatunnel-config - ${revision} + 2.3.12-SNAPSHOT ../pom.xml seatunnel-config-base diff --git a/seatunnel-config/seatunnel-config-shade/pom.xml b/seatunnel-config/seatunnel-config-shade/pom.xml index f49dafb3675..4404086186b 100644 --- a/seatunnel-config/seatunnel-config-shade/pom.xml +++ b/seatunnel-config/seatunnel-config-shade/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel seatunnel-config - ${revision} + 2.3.12-SNAPSHOT ../pom.xml seatunnel-config-shade diff --git a/seatunnel-config/seatunnel-config-sql/pom.xml b/seatunnel-config/seatunnel-config-sql/pom.xml index 5f42d0517a3..a083a068c9b 100644 --- a/seatunnel-config/seatunnel-config-sql/pom.xml +++ b/seatunnel-config/seatunnel-config-sql/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel seatunnel-config - ${revision} + 2.3.12-SNAPSHOT ../pom.xml seatunnel-config-sql diff --git a/seatunnel-connectors-v2/connector-activemq/pom.xml b/seatunnel-connectors-v2/connector-activemq/pom.xml index 2dca2bc7e1f..4efa52e7c5d 100644 --- a/seatunnel-connectors-v2/connector-activemq/pom.xml +++ b/seatunnel-connectors-v2/connector-activemq/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel seatunnel-connectors-v2 - ${revision} + 2.3.12-SNAPSHOT connector-activemq diff --git a/seatunnel-connectors-v2/connector-aerospike/pom.xml b/seatunnel-connectors-v2/connector-aerospike/pom.xml index 5e1329765c5..7f969cdcdee 100644 --- a/seatunnel-connectors-v2/connector-aerospike/pom.xml +++ b/seatunnel-connectors-v2/connector-aerospike/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel seatunnel-connectors-v2 - ${revision} + 2.3.12-SNAPSHOT connector-aerospike diff --git a/seatunnel-connectors-v2/connector-amazondynamodb/pom.xml b/seatunnel-connectors-v2/connector-amazondynamodb/pom.xml index 559402cc6bb..59de365d759 100644 --- a/seatunnel-connectors-v2/connector-amazondynamodb/pom.xml +++ b/seatunnel-connectors-v2/connector-amazondynamodb/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel seatunnel-connectors-v2 - ${revision} + 2.3.12-SNAPSHOT connector-amazondynamodb diff --git a/seatunnel-connectors-v2/connector-amazonsqs/pom.xml b/seatunnel-connectors-v2/connector-amazonsqs/pom.xml index bacce442ee9..6d527fd70a5 100644 --- a/seatunnel-connectors-v2/connector-amazonsqs/pom.xml +++ b/seatunnel-connectors-v2/connector-amazonsqs/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel seatunnel-connectors-v2 - ${revision} + 2.3.12-SNAPSHOT connector-amazonsqs diff --git a/seatunnel-connectors-v2/connector-assert/pom.xml b/seatunnel-connectors-v2/connector-assert/pom.xml index dc141d2aa49..48f21281cea 100644 --- a/seatunnel-connectors-v2/connector-assert/pom.xml +++ b/seatunnel-connectors-v2/connector-assert/pom.xml @@ -21,7 +21,7 @@ org.apache.seatunnel seatunnel-connectors-v2 - ${revision} + 2.3.12-SNAPSHOT connector-assert diff --git a/seatunnel-connectors-v2/connector-cassandra/pom.xml b/seatunnel-connectors-v2/connector-cassandra/pom.xml index 1958b6a301b..f6997e4e891 100644 --- a/seatunnel-connectors-v2/connector-cassandra/pom.xml +++ b/seatunnel-connectors-v2/connector-cassandra/pom.xml @@ -21,7 +21,7 @@ org.apache.seatunnel seatunnel-connectors-v2 - ${revision} + 2.3.12-SNAPSHOT connector-cassandra diff --git a/seatunnel-connectors-v2/connector-cdc/connector-cdc-base/pom.xml b/seatunnel-connectors-v2/connector-cdc/connector-cdc-base/pom.xml index 61aaa482118..39e38c74347 100644 --- a/seatunnel-connectors-v2/connector-cdc/connector-cdc-base/pom.xml +++ b/seatunnel-connectors-v2/connector-cdc/connector-cdc-base/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel connector-cdc - ${revision} + 2.3.12-SNAPSHOT connector-cdc-base SeaTunnel : Connectors V2 : CDC : Base diff --git a/seatunnel-connectors-v2/connector-cdc/connector-cdc-mongodb/pom.xml b/seatunnel-connectors-v2/connector-cdc/connector-cdc-mongodb/pom.xml index 7a8b651cf97..15c903293c0 100644 --- a/seatunnel-connectors-v2/connector-cdc/connector-cdc-mongodb/pom.xml +++ b/seatunnel-connectors-v2/connector-cdc/connector-cdc-mongodb/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel connector-cdc - ${revision} + 2.3.12-SNAPSHOT connector-cdc-mongodb SeaTunnel : Connectors V2 : CDC : Mongodb diff --git a/seatunnel-connectors-v2/connector-cdc/connector-cdc-mysql/pom.xml b/seatunnel-connectors-v2/connector-cdc/connector-cdc-mysql/pom.xml index b0299846217..8e4447a2665 100644 --- a/seatunnel-connectors-v2/connector-cdc/connector-cdc-mysql/pom.xml +++ b/seatunnel-connectors-v2/connector-cdc/connector-cdc-mysql/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel connector-cdc - ${revision} + 2.3.12-SNAPSHOT connector-cdc-mysql SeaTunnel : Connectors V2 : CDC : MySql diff --git a/seatunnel-connectors-v2/connector-cdc/connector-cdc-opengauss/pom.xml b/seatunnel-connectors-v2/connector-cdc/connector-cdc-opengauss/pom.xml index 098c60370d4..cc34e8ee925 100644 --- a/seatunnel-connectors-v2/connector-cdc/connector-cdc-opengauss/pom.xml +++ b/seatunnel-connectors-v2/connector-cdc/connector-cdc-opengauss/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel connector-cdc - ${revision} + 2.3.12-SNAPSHOT connector-cdc-opengauss diff --git a/seatunnel-connectors-v2/connector-cdc/connector-cdc-oracle/pom.xml b/seatunnel-connectors-v2/connector-cdc/connector-cdc-oracle/pom.xml index 84ee6f500fb..2bd447e4f48 100644 --- a/seatunnel-connectors-v2/connector-cdc/connector-cdc-oracle/pom.xml +++ b/seatunnel-connectors-v2/connector-cdc/connector-cdc-oracle/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel connector-cdc - ${revision} + 2.3.12-SNAPSHOT connector-cdc-oracle SeaTunnel : Connectors V2 : CDC : Oracle diff --git a/seatunnel-connectors-v2/connector-cdc/connector-cdc-postgres/pom.xml b/seatunnel-connectors-v2/connector-cdc/connector-cdc-postgres/pom.xml index 02de74a6fe0..0f38f2e3620 100644 --- a/seatunnel-connectors-v2/connector-cdc/connector-cdc-postgres/pom.xml +++ b/seatunnel-connectors-v2/connector-cdc/connector-cdc-postgres/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel connector-cdc - ${revision} + 2.3.12-SNAPSHOT connector-cdc-postgres diff --git a/seatunnel-connectors-v2/connector-cdc/connector-cdc-sqlserver/pom.xml b/seatunnel-connectors-v2/connector-cdc/connector-cdc-sqlserver/pom.xml index 298e8ea4fc1..4e607da6d04 100644 --- a/seatunnel-connectors-v2/connector-cdc/connector-cdc-sqlserver/pom.xml +++ b/seatunnel-connectors-v2/connector-cdc/connector-cdc-sqlserver/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel connector-cdc - ${revision} + 2.3.12-SNAPSHOT connector-cdc-sqlserver SeaTunnel : Connectors V2 : CDC : SqlServer diff --git a/seatunnel-connectors-v2/connector-cdc/connector-cdc-tidb/pom.xml b/seatunnel-connectors-v2/connector-cdc/connector-cdc-tidb/pom.xml index 1f779cd1a7b..7cd0c619a52 100644 --- a/seatunnel-connectors-v2/connector-cdc/connector-cdc-tidb/pom.xml +++ b/seatunnel-connectors-v2/connector-cdc/connector-cdc-tidb/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel connector-cdc - ${revision} + 2.3.12-SNAPSHOT connector-cdc-tidb diff --git a/seatunnel-connectors-v2/connector-cdc/pom.xml b/seatunnel-connectors-v2/connector-cdc/pom.xml index 4d867d0625e..3aef628bdec 100644 --- a/seatunnel-connectors-v2/connector-cdc/pom.xml +++ b/seatunnel-connectors-v2/connector-cdc/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel seatunnel-connectors-v2 - ${revision} + 2.3.12-SNAPSHOT connector-cdc pom diff --git a/seatunnel-connectors-v2/connector-clickhouse/pom.xml b/seatunnel-connectors-v2/connector-clickhouse/pom.xml index 93ffad1d60a..30b2bc009a1 100644 --- a/seatunnel-connectors-v2/connector-clickhouse/pom.xml +++ b/seatunnel-connectors-v2/connector-clickhouse/pom.xml @@ -21,7 +21,7 @@ org.apache.seatunnel seatunnel-connectors-v2 - ${revision} + 2.3.12-SNAPSHOT connector-clickhouse diff --git a/seatunnel-connectors-v2/connector-common/pom.xml b/seatunnel-connectors-v2/connector-common/pom.xml index 02471d5b4ef..8211b0f0f9b 100644 --- a/seatunnel-connectors-v2/connector-common/pom.xml +++ b/seatunnel-connectors-v2/connector-common/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel seatunnel-connectors-v2 - ${revision} + 2.3.12-SNAPSHOT connector-common diff --git a/seatunnel-connectors-v2/connector-console/pom.xml b/seatunnel-connectors-v2/connector-console/pom.xml index f73089039c4..2b0bac5b0d8 100644 --- a/seatunnel-connectors-v2/connector-console/pom.xml +++ b/seatunnel-connectors-v2/connector-console/pom.xml @@ -21,7 +21,7 @@ org.apache.seatunnel seatunnel-connectors-v2 - ${revision} + 2.3.12-SNAPSHOT connector-console diff --git a/seatunnel-connectors-v2/connector-datahub/pom.xml b/seatunnel-connectors-v2/connector-datahub/pom.xml index 561c5094150..3bc284bfbae 100644 --- a/seatunnel-connectors-v2/connector-datahub/pom.xml +++ b/seatunnel-connectors-v2/connector-datahub/pom.xml @@ -21,7 +21,7 @@ org.apache.seatunnel seatunnel-connectors-v2 - ${revision} + 2.3.12-SNAPSHOT connector-datahub diff --git a/seatunnel-connectors-v2/connector-dingtalk/pom.xml b/seatunnel-connectors-v2/connector-dingtalk/pom.xml index a4e242d17db..d06f916b823 100644 --- a/seatunnel-connectors-v2/connector-dingtalk/pom.xml +++ b/seatunnel-connectors-v2/connector-dingtalk/pom.xml @@ -21,7 +21,7 @@ org.apache.seatunnel seatunnel-connectors-v2 - ${revision} + 2.3.12-SNAPSHOT connector-dingtalk diff --git a/seatunnel-connectors-v2/connector-doris/pom.xml b/seatunnel-connectors-v2/connector-doris/pom.xml index 06cd650f4a9..28b98fab7b0 100644 --- a/seatunnel-connectors-v2/connector-doris/pom.xml +++ b/seatunnel-connectors-v2/connector-doris/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel seatunnel-connectors-v2 - ${revision} + 2.3.12-SNAPSHOT connector-doris diff --git a/seatunnel-connectors-v2/connector-druid/pom.xml b/seatunnel-connectors-v2/connector-druid/pom.xml index c53ca12f8f0..15088e23a28 100644 --- a/seatunnel-connectors-v2/connector-druid/pom.xml +++ b/seatunnel-connectors-v2/connector-druid/pom.xml @@ -21,7 +21,7 @@ org.apache.seatunnel seatunnel-connectors-v2 - ${revision} + 2.3.12-SNAPSHOT connector-druid diff --git a/seatunnel-connectors-v2/connector-easysearch/pom.xml b/seatunnel-connectors-v2/connector-easysearch/pom.xml index a121fe21868..f000babce25 100644 --- a/seatunnel-connectors-v2/connector-easysearch/pom.xml +++ b/seatunnel-connectors-v2/connector-easysearch/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel seatunnel-connectors-v2 - ${revision} + 2.3.12-SNAPSHOT connector-easysearch diff --git a/seatunnel-connectors-v2/connector-elasticsearch/pom.xml b/seatunnel-connectors-v2/connector-elasticsearch/pom.xml index 01217063a7e..55ffb4e4524 100644 --- a/seatunnel-connectors-v2/connector-elasticsearch/pom.xml +++ b/seatunnel-connectors-v2/connector-elasticsearch/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel seatunnel-connectors-v2 - ${revision} + 2.3.12-SNAPSHOT connector-elasticsearch diff --git a/seatunnel-connectors-v2/connector-email/pom.xml b/seatunnel-connectors-v2/connector-email/pom.xml index eee38ffc24f..ad80bb1a345 100644 --- a/seatunnel-connectors-v2/connector-email/pom.xml +++ b/seatunnel-connectors-v2/connector-email/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel seatunnel-connectors-v2 - ${revision} + 2.3.12-SNAPSHOT connector-email diff --git a/seatunnel-connectors-v2/connector-fake/pom.xml b/seatunnel-connectors-v2/connector-fake/pom.xml index fe711252eda..73f0df775b9 100644 --- a/seatunnel-connectors-v2/connector-fake/pom.xml +++ b/seatunnel-connectors-v2/connector-fake/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel seatunnel-connectors-v2 - ${revision} + 2.3.12-SNAPSHOT connector-fake diff --git a/seatunnel-connectors-v2/connector-file/connector-file-base-hadoop/pom.xml b/seatunnel-connectors-v2/connector-file/connector-file-base-hadoop/pom.xml index cb3e6a3b764..4d17fbaaced 100644 --- a/seatunnel-connectors-v2/connector-file/connector-file-base-hadoop/pom.xml +++ b/seatunnel-connectors-v2/connector-file/connector-file-base-hadoop/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel connector-file - ${revision} + 2.3.12-SNAPSHOT connector-file-base-hadoop diff --git a/seatunnel-connectors-v2/connector-file/connector-file-base/pom.xml b/seatunnel-connectors-v2/connector-file/connector-file-base/pom.xml index 130d237962e..acb6bc6980a 100644 --- a/seatunnel-connectors-v2/connector-file/connector-file-base/pom.xml +++ b/seatunnel-connectors-v2/connector-file/connector-file-base/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel connector-file - ${revision} + 2.3.12-SNAPSHOT connector-file-base diff --git a/seatunnel-connectors-v2/connector-file/connector-file-cos/pom.xml b/seatunnel-connectors-v2/connector-file/connector-file-cos/pom.xml index 457357ad81f..3c2c6f9cdc3 100644 --- a/seatunnel-connectors-v2/connector-file/connector-file-cos/pom.xml +++ b/seatunnel-connectors-v2/connector-file/connector-file-cos/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel connector-file - ${revision} + 2.3.12-SNAPSHOT connector-file-cos diff --git a/seatunnel-connectors-v2/connector-file/connector-file-ftp/pom.xml b/seatunnel-connectors-v2/connector-file/connector-file-ftp/pom.xml index a3b84b84c5d..c3d96f04a72 100644 --- a/seatunnel-connectors-v2/connector-file/connector-file-ftp/pom.xml +++ b/seatunnel-connectors-v2/connector-file/connector-file-ftp/pom.xml @@ -24,7 +24,7 @@ org.apache.seatunnel connector-file - ${revision} + 2.3.12-SNAPSHOT connector-file-ftp SeaTunnel : Connectors V2 : File : Ftp diff --git a/seatunnel-connectors-v2/connector-file/connector-file-hadoop/pom.xml b/seatunnel-connectors-v2/connector-file/connector-file-hadoop/pom.xml index 59da8bf8446..43b16c3c785 100644 --- a/seatunnel-connectors-v2/connector-file/connector-file-hadoop/pom.xml +++ b/seatunnel-connectors-v2/connector-file/connector-file-hadoop/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel connector-file - ${revision} + 2.3.12-SNAPSHOT connector-file-hadoop diff --git a/seatunnel-connectors-v2/connector-file/connector-file-jindo-oss/pom.xml b/seatunnel-connectors-v2/connector-file/connector-file-jindo-oss/pom.xml index edaaf41ec88..73c27becfc8 100644 --- a/seatunnel-connectors-v2/connector-file/connector-file-jindo-oss/pom.xml +++ b/seatunnel-connectors-v2/connector-file/connector-file-jindo-oss/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel connector-file - ${revision} + 2.3.12-SNAPSHOT connector-file-jindo-oss diff --git a/seatunnel-connectors-v2/connector-file/connector-file-local/pom.xml b/seatunnel-connectors-v2/connector-file/connector-file-local/pom.xml index 517e053ecc3..745bcc9568c 100644 --- a/seatunnel-connectors-v2/connector-file/connector-file-local/pom.xml +++ b/seatunnel-connectors-v2/connector-file/connector-file-local/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel connector-file - ${revision} + 2.3.12-SNAPSHOT connector-file-local diff --git a/seatunnel-connectors-v2/connector-file/connector-file-obs/pom.xml b/seatunnel-connectors-v2/connector-file/connector-file-obs/pom.xml index 00676916fda..c7af709219f 100644 --- a/seatunnel-connectors-v2/connector-file/connector-file-obs/pom.xml +++ b/seatunnel-connectors-v2/connector-file/connector-file-obs/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel connector-file - ${revision} + 2.3.12-SNAPSHOT connector-file-obs diff --git a/seatunnel-connectors-v2/connector-file/connector-file-oss/pom.xml b/seatunnel-connectors-v2/connector-file/connector-file-oss/pom.xml index c904257b90d..b8b6b2ae696 100644 --- a/seatunnel-connectors-v2/connector-file/connector-file-oss/pom.xml +++ b/seatunnel-connectors-v2/connector-file/connector-file-oss/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel connector-file - ${revision} + 2.3.12-SNAPSHOT connector-file-oss diff --git a/seatunnel-connectors-v2/connector-file/connector-file-s3/pom.xml b/seatunnel-connectors-v2/connector-file/connector-file-s3/pom.xml index 82ddae46e6c..c1b607cd27a 100644 --- a/seatunnel-connectors-v2/connector-file/connector-file-s3/pom.xml +++ b/seatunnel-connectors-v2/connector-file/connector-file-s3/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel connector-file - ${revision} + 2.3.12-SNAPSHOT connector-file-s3 diff --git a/seatunnel-connectors-v2/connector-file/connector-file-sftp/pom.xml b/seatunnel-connectors-v2/connector-file/connector-file-sftp/pom.xml index 816184caf00..0a95c96838a 100644 --- a/seatunnel-connectors-v2/connector-file/connector-file-sftp/pom.xml +++ b/seatunnel-connectors-v2/connector-file/connector-file-sftp/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel connector-file - ${revision} + 2.3.12-SNAPSHOT connector-file-sftp diff --git a/seatunnel-connectors-v2/connector-file/pom.xml b/seatunnel-connectors-v2/connector-file/pom.xml index efb32ab4445..f837533a312 100644 --- a/seatunnel-connectors-v2/connector-file/pom.xml +++ b/seatunnel-connectors-v2/connector-file/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel seatunnel-connectors-v2 - ${revision} + 2.3.12-SNAPSHOT connector-file pom diff --git a/seatunnel-connectors-v2/connector-google-firestore/pom.xml b/seatunnel-connectors-v2/connector-google-firestore/pom.xml index 3b0f82ae595..f748808b248 100644 --- a/seatunnel-connectors-v2/connector-google-firestore/pom.xml +++ b/seatunnel-connectors-v2/connector-google-firestore/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel seatunnel-connectors-v2 - ${revision} + 2.3.12-SNAPSHOT connector-google-firestore diff --git a/seatunnel-connectors-v2/connector-google-sheets/pom.xml b/seatunnel-connectors-v2/connector-google-sheets/pom.xml index dab6b1d89be..0d002050063 100644 --- a/seatunnel-connectors-v2/connector-google-sheets/pom.xml +++ b/seatunnel-connectors-v2/connector-google-sheets/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel seatunnel-connectors-v2 - ${revision} + 2.3.12-SNAPSHOT connector-google-sheets diff --git a/seatunnel-connectors-v2/connector-graphql/pom.xml b/seatunnel-connectors-v2/connector-graphql/pom.xml index f81610d11b7..9b83b4d1706 100644 --- a/seatunnel-connectors-v2/connector-graphql/pom.xml +++ b/seatunnel-connectors-v2/connector-graphql/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel seatunnel-connectors-v2 - ${revision} + 2.3.12-SNAPSHOT connector-graphql diff --git a/seatunnel-connectors-v2/connector-hbase/pom.xml b/seatunnel-connectors-v2/connector-hbase/pom.xml index bda49ade0ec..7c1e03ab1a4 100644 --- a/seatunnel-connectors-v2/connector-hbase/pom.xml +++ b/seatunnel-connectors-v2/connector-hbase/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel seatunnel-connectors-v2 - ${revision} + 2.3.12-SNAPSHOT connector-hbase diff --git a/seatunnel-connectors-v2/connector-hive/pom.xml b/seatunnel-connectors-v2/connector-hive/pom.xml index 88c34172312..4ce53395e3e 100644 --- a/seatunnel-connectors-v2/connector-hive/pom.xml +++ b/seatunnel-connectors-v2/connector-hive/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel seatunnel-connectors-v2 - ${revision} + 2.3.12-SNAPSHOT connector-hive diff --git a/seatunnel-connectors-v2/connector-http/connector-http-base/pom.xml b/seatunnel-connectors-v2/connector-http/connector-http-base/pom.xml index f18d6f9fef1..a3b821f7100 100644 --- a/seatunnel-connectors-v2/connector-http/connector-http-base/pom.xml +++ b/seatunnel-connectors-v2/connector-http/connector-http-base/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel connector-http - ${revision} + 2.3.12-SNAPSHOT connector-http-base diff --git a/seatunnel-connectors-v2/connector-http/connector-http-feishu/pom.xml b/seatunnel-connectors-v2/connector-http/connector-http-feishu/pom.xml index 9bbf38af6f0..cee67b62d87 100644 --- a/seatunnel-connectors-v2/connector-http/connector-http-feishu/pom.xml +++ b/seatunnel-connectors-v2/connector-http/connector-http-feishu/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel connector-http - ${revision} + 2.3.12-SNAPSHOT connector-http-feishu diff --git a/seatunnel-connectors-v2/connector-http/connector-http-github/pom.xml b/seatunnel-connectors-v2/connector-http/connector-http-github/pom.xml index c647a31bd02..da947c6a1ac 100644 --- a/seatunnel-connectors-v2/connector-http/connector-http-github/pom.xml +++ b/seatunnel-connectors-v2/connector-http/connector-http-github/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel connector-http - ${revision} + 2.3.12-SNAPSHOT connector-http-github diff --git a/seatunnel-connectors-v2/connector-http/connector-http-gitlab/pom.xml b/seatunnel-connectors-v2/connector-http/connector-http-gitlab/pom.xml index 06e1e32cada..3ecdcd8e60f 100644 --- a/seatunnel-connectors-v2/connector-http/connector-http-gitlab/pom.xml +++ b/seatunnel-connectors-v2/connector-http/connector-http-gitlab/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel connector-http - ${revision} + 2.3.12-SNAPSHOT connector-http-gitlab diff --git a/seatunnel-connectors-v2/connector-http/connector-http-jira/pom.xml b/seatunnel-connectors-v2/connector-http/connector-http-jira/pom.xml index 040b27c8863..3bb59fcb79d 100644 --- a/seatunnel-connectors-v2/connector-http/connector-http-jira/pom.xml +++ b/seatunnel-connectors-v2/connector-http/connector-http-jira/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel connector-http - ${revision} + 2.3.12-SNAPSHOT connector-http-jira diff --git a/seatunnel-connectors-v2/connector-http/connector-http-klaviyo/pom.xml b/seatunnel-connectors-v2/connector-http/connector-http-klaviyo/pom.xml index 71422cfcc82..9c90904358e 100644 --- a/seatunnel-connectors-v2/connector-http/connector-http-klaviyo/pom.xml +++ b/seatunnel-connectors-v2/connector-http/connector-http-klaviyo/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel connector-http - ${revision} + 2.3.12-SNAPSHOT connector-http-klaviyo diff --git a/seatunnel-connectors-v2/connector-http/connector-http-lemlist/pom.xml b/seatunnel-connectors-v2/connector-http/connector-http-lemlist/pom.xml index 933a20c9335..151f542d93a 100644 --- a/seatunnel-connectors-v2/connector-http/connector-http-lemlist/pom.xml +++ b/seatunnel-connectors-v2/connector-http/connector-http-lemlist/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel connector-http - ${revision} + 2.3.12-SNAPSHOT connector-http-lemlist diff --git a/seatunnel-connectors-v2/connector-http/connector-http-myhours/pom.xml b/seatunnel-connectors-v2/connector-http/connector-http-myhours/pom.xml index 5c070e39091..9947e1bcff8 100644 --- a/seatunnel-connectors-v2/connector-http/connector-http-myhours/pom.xml +++ b/seatunnel-connectors-v2/connector-http/connector-http-myhours/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel connector-http - ${revision} + 2.3.12-SNAPSHOT connector-http-myhours diff --git a/seatunnel-connectors-v2/connector-http/connector-http-notion/pom.xml b/seatunnel-connectors-v2/connector-http/connector-http-notion/pom.xml index 025281dc150..c5e99b8e692 100644 --- a/seatunnel-connectors-v2/connector-http/connector-http-notion/pom.xml +++ b/seatunnel-connectors-v2/connector-http/connector-http-notion/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel connector-http - ${revision} + 2.3.12-SNAPSHOT connector-http-notion diff --git a/seatunnel-connectors-v2/connector-http/connector-http-onesignal/pom.xml b/seatunnel-connectors-v2/connector-http/connector-http-onesignal/pom.xml index c87f4a3d3c7..c1ecbc263bc 100644 --- a/seatunnel-connectors-v2/connector-http/connector-http-onesignal/pom.xml +++ b/seatunnel-connectors-v2/connector-http/connector-http-onesignal/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel connector-http - ${revision} + 2.3.12-SNAPSHOT connector-http-onesignal diff --git a/seatunnel-connectors-v2/connector-http/connector-http-persistiq/pom.xml b/seatunnel-connectors-v2/connector-http/connector-http-persistiq/pom.xml index dec69aa5578..83ed1f8905f 100644 --- a/seatunnel-connectors-v2/connector-http/connector-http-persistiq/pom.xml +++ b/seatunnel-connectors-v2/connector-http/connector-http-persistiq/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel connector-http - ${revision} + 2.3.12-SNAPSHOT connector-http-persistiq diff --git a/seatunnel-connectors-v2/connector-http/connector-http-wechat/pom.xml b/seatunnel-connectors-v2/connector-http/connector-http-wechat/pom.xml index d83aa8173b9..9e9c545bf69 100644 --- a/seatunnel-connectors-v2/connector-http/connector-http-wechat/pom.xml +++ b/seatunnel-connectors-v2/connector-http/connector-http-wechat/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel connector-http - ${revision} + 2.3.12-SNAPSHOT connector-http-wechat diff --git a/seatunnel-connectors-v2/connector-http/pom.xml b/seatunnel-connectors-v2/connector-http/pom.xml index e32339a5f08..fe684892c44 100644 --- a/seatunnel-connectors-v2/connector-http/pom.xml +++ b/seatunnel-connectors-v2/connector-http/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel seatunnel-connectors-v2 - ${revision} + 2.3.12-SNAPSHOT connector-http pom diff --git a/seatunnel-connectors-v2/connector-hudi/pom.xml b/seatunnel-connectors-v2/connector-hudi/pom.xml index 1a11d34f47e..86142d7f0c2 100644 --- a/seatunnel-connectors-v2/connector-hudi/pom.xml +++ b/seatunnel-connectors-v2/connector-hudi/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel seatunnel-connectors-v2 - ${revision} + 2.3.12-SNAPSHOT connector-hudi diff --git a/seatunnel-connectors-v2/connector-iceberg/pom.xml b/seatunnel-connectors-v2/connector-iceberg/pom.xml index 88632ec8246..57ba07c4131 100644 --- a/seatunnel-connectors-v2/connector-iceberg/pom.xml +++ b/seatunnel-connectors-v2/connector-iceberg/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel seatunnel-connectors-v2 - ${revision} + 2.3.12-SNAPSHOT connector-iceberg diff --git a/seatunnel-connectors-v2/connector-influxdb/pom.xml b/seatunnel-connectors-v2/connector-influxdb/pom.xml index 2631cadb8bf..4887ed99e9d 100644 --- a/seatunnel-connectors-v2/connector-influxdb/pom.xml +++ b/seatunnel-connectors-v2/connector-influxdb/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel seatunnel-connectors-v2 - ${revision} + 2.3.12-SNAPSHOT connector-influxdb diff --git a/seatunnel-connectors-v2/connector-iotdb/pom.xml b/seatunnel-connectors-v2/connector-iotdb/pom.xml index 17827593ad9..66fe4154104 100644 --- a/seatunnel-connectors-v2/connector-iotdb/pom.xml +++ b/seatunnel-connectors-v2/connector-iotdb/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel seatunnel-connectors-v2 - ${revision} + 2.3.12-SNAPSHOT connector-iotdb diff --git a/seatunnel-connectors-v2/connector-jdbc/pom.xml b/seatunnel-connectors-v2/connector-jdbc/pom.xml index 47fd43e6d82..cc968b3698c 100644 --- a/seatunnel-connectors-v2/connector-jdbc/pom.xml +++ b/seatunnel-connectors-v2/connector-jdbc/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel seatunnel-connectors-v2 - ${revision} + 2.3.12-SNAPSHOT connector-jdbc diff --git a/seatunnel-connectors-v2/connector-kafka/pom.xml b/seatunnel-connectors-v2/connector-kafka/pom.xml index 9ffff7dbc0c..7c8a8be3685 100644 --- a/seatunnel-connectors-v2/connector-kafka/pom.xml +++ b/seatunnel-connectors-v2/connector-kafka/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel seatunnel-connectors-v2 - ${revision} + 2.3.12-SNAPSHOT connector-kafka diff --git a/seatunnel-connectors-v2/connector-kudu/pom.xml b/seatunnel-connectors-v2/connector-kudu/pom.xml index 9dcdc87853a..6f13d6f4711 100644 --- a/seatunnel-connectors-v2/connector-kudu/pom.xml +++ b/seatunnel-connectors-v2/connector-kudu/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel seatunnel-connectors-v2 - ${revision} + 2.3.12-SNAPSHOT connector-kudu diff --git a/seatunnel-connectors-v2/connector-maxcompute/pom.xml b/seatunnel-connectors-v2/connector-maxcompute/pom.xml index 3c4261f930e..7d3c463d366 100644 --- a/seatunnel-connectors-v2/connector-maxcompute/pom.xml +++ b/seatunnel-connectors-v2/connector-maxcompute/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel seatunnel-connectors-v2 - ${revision} + 2.3.12-SNAPSHOT connector-maxcompute diff --git a/seatunnel-connectors-v2/connector-milvus/pom.xml b/seatunnel-connectors-v2/connector-milvus/pom.xml index 9a5fed37ab2..7309027401e 100644 --- a/seatunnel-connectors-v2/connector-milvus/pom.xml +++ b/seatunnel-connectors-v2/connector-milvus/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel seatunnel-connectors-v2 - ${revision} + 2.3.12-SNAPSHOT connector-milvus diff --git a/seatunnel-connectors-v2/connector-mongodb/pom.xml b/seatunnel-connectors-v2/connector-mongodb/pom.xml index dd05b1d7478..5a6172c2903 100644 --- a/seatunnel-connectors-v2/connector-mongodb/pom.xml +++ b/seatunnel-connectors-v2/connector-mongodb/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel seatunnel-connectors-v2 - ${revision} + 2.3.12-SNAPSHOT connector-mongodb diff --git a/seatunnel-connectors-v2/connector-neo4j/pom.xml b/seatunnel-connectors-v2/connector-neo4j/pom.xml index c47ab242d4e..6727faa3f84 100644 --- a/seatunnel-connectors-v2/connector-neo4j/pom.xml +++ b/seatunnel-connectors-v2/connector-neo4j/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel seatunnel-connectors-v2 - ${revision} + 2.3.12-SNAPSHOT connector-neo4j diff --git a/seatunnel-connectors-v2/connector-openmldb/pom.xml b/seatunnel-connectors-v2/connector-openmldb/pom.xml index 9c1e41af558..2a5434c4278 100644 --- a/seatunnel-connectors-v2/connector-openmldb/pom.xml +++ b/seatunnel-connectors-v2/connector-openmldb/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel seatunnel-connectors-v2 - ${revision} + 2.3.12-SNAPSHOT connector-openmldb diff --git a/seatunnel-connectors-v2/connector-paimon/pom.xml b/seatunnel-connectors-v2/connector-paimon/pom.xml index 0cd3f535d0b..34360c4d600 100644 --- a/seatunnel-connectors-v2/connector-paimon/pom.xml +++ b/seatunnel-connectors-v2/connector-paimon/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel seatunnel-connectors-v2 - ${revision} + 2.3.12-SNAPSHOT connector-paimon diff --git a/seatunnel-connectors-v2/connector-prometheus/pom.xml b/seatunnel-connectors-v2/connector-prometheus/pom.xml index f9591dedf1b..8d95e47d77a 100644 --- a/seatunnel-connectors-v2/connector-prometheus/pom.xml +++ b/seatunnel-connectors-v2/connector-prometheus/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel seatunnel-connectors-v2 - ${revision} + 2.3.12-SNAPSHOT connector-prometheus diff --git a/seatunnel-connectors-v2/connector-pulsar/pom.xml b/seatunnel-connectors-v2/connector-pulsar/pom.xml index 12bbec59187..e4028745dbd 100644 --- a/seatunnel-connectors-v2/connector-pulsar/pom.xml +++ b/seatunnel-connectors-v2/connector-pulsar/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel seatunnel-connectors-v2 - ${revision} + 2.3.12-SNAPSHOT connector-pulsar diff --git a/seatunnel-connectors-v2/connector-qdrant/pom.xml b/seatunnel-connectors-v2/connector-qdrant/pom.xml index 686f0bdb7a4..cfed298cd66 100644 --- a/seatunnel-connectors-v2/connector-qdrant/pom.xml +++ b/seatunnel-connectors-v2/connector-qdrant/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel seatunnel-connectors-v2 - ${revision} + 2.3.12-SNAPSHOT connector-qdrant diff --git a/seatunnel-connectors-v2/connector-rabbitmq/pom.xml b/seatunnel-connectors-v2/connector-rabbitmq/pom.xml index d1828c8c33b..87018dc223d 100644 --- a/seatunnel-connectors-v2/connector-rabbitmq/pom.xml +++ b/seatunnel-connectors-v2/connector-rabbitmq/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel seatunnel-connectors-v2 - ${revision} + 2.3.12-SNAPSHOT connector-rabbitmq diff --git a/seatunnel-connectors-v2/connector-redis/pom.xml b/seatunnel-connectors-v2/connector-redis/pom.xml index 56e08122d9e..4b102218f01 100644 --- a/seatunnel-connectors-v2/connector-redis/pom.xml +++ b/seatunnel-connectors-v2/connector-redis/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel seatunnel-connectors-v2 - ${revision} + 2.3.12-SNAPSHOT connector-redis diff --git a/seatunnel-connectors-v2/connector-rocketmq/pom.xml b/seatunnel-connectors-v2/connector-rocketmq/pom.xml index 2cad04a992a..6098d6d84a6 100644 --- a/seatunnel-connectors-v2/connector-rocketmq/pom.xml +++ b/seatunnel-connectors-v2/connector-rocketmq/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel seatunnel-connectors-v2 - ${revision} + 2.3.12-SNAPSHOT connector-rocketmq SeaTunnel : Connectors V2 : Rocketmq diff --git a/seatunnel-connectors-v2/connector-s3-redshift/pom.xml b/seatunnel-connectors-v2/connector-s3-redshift/pom.xml index 0f38cb245f2..4abc796c8fe 100644 --- a/seatunnel-connectors-v2/connector-s3-redshift/pom.xml +++ b/seatunnel-connectors-v2/connector-s3-redshift/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel seatunnel-connectors-v2 - ${revision} + 2.3.12-SNAPSHOT connector-s3-redshift diff --git a/seatunnel-connectors-v2/connector-selectdb-cloud/pom.xml b/seatunnel-connectors-v2/connector-selectdb-cloud/pom.xml index 2750ddaa333..8613a19be03 100644 --- a/seatunnel-connectors-v2/connector-selectdb-cloud/pom.xml +++ b/seatunnel-connectors-v2/connector-selectdb-cloud/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel seatunnel-connectors-v2 - ${revision} + 2.3.12-SNAPSHOT connector-selectdb-cloud diff --git a/seatunnel-connectors-v2/connector-sentry/pom.xml b/seatunnel-connectors-v2/connector-sentry/pom.xml index eb691200f42..b586d07843a 100644 --- a/seatunnel-connectors-v2/connector-sentry/pom.xml +++ b/seatunnel-connectors-v2/connector-sentry/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel seatunnel-connectors-v2 - ${revision} + 2.3.12-SNAPSHOT connector-sentry diff --git a/seatunnel-connectors-v2/connector-slack/pom.xml b/seatunnel-connectors-v2/connector-slack/pom.xml index 6f37a04c84f..c6953ed5ba9 100644 --- a/seatunnel-connectors-v2/connector-slack/pom.xml +++ b/seatunnel-connectors-v2/connector-slack/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel seatunnel-connectors-v2 - ${revision} + 2.3.12-SNAPSHOT connector-slack diff --git a/seatunnel-connectors-v2/connector-sls/pom.xml b/seatunnel-connectors-v2/connector-sls/pom.xml index b7b72933477..b408320bb48 100644 --- a/seatunnel-connectors-v2/connector-sls/pom.xml +++ b/seatunnel-connectors-v2/connector-sls/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel seatunnel-connectors-v2 - ${revision} + 2.3.12-SNAPSHOT connector-sls diff --git a/seatunnel-connectors-v2/connector-socket/pom.xml b/seatunnel-connectors-v2/connector-socket/pom.xml index b78a8c64f3a..89704a28bb7 100644 --- a/seatunnel-connectors-v2/connector-socket/pom.xml +++ b/seatunnel-connectors-v2/connector-socket/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel seatunnel-connectors-v2 - ${revision} + 2.3.12-SNAPSHOT connector-socket diff --git a/seatunnel-connectors-v2/connector-starrocks/pom.xml b/seatunnel-connectors-v2/connector-starrocks/pom.xml index 560c26ca13c..ff8cde7557f 100644 --- a/seatunnel-connectors-v2/connector-starrocks/pom.xml +++ b/seatunnel-connectors-v2/connector-starrocks/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel seatunnel-connectors-v2 - ${revision} + 2.3.12-SNAPSHOT connector-starrocks diff --git a/seatunnel-connectors-v2/connector-tablestore/pom.xml b/seatunnel-connectors-v2/connector-tablestore/pom.xml index c3fc43806df..75709e06bec 100644 --- a/seatunnel-connectors-v2/connector-tablestore/pom.xml +++ b/seatunnel-connectors-v2/connector-tablestore/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel seatunnel-connectors-v2 - ${revision} + 2.3.12-SNAPSHOT connector-tablestore diff --git a/seatunnel-connectors-v2/connector-tdengine/pom.xml b/seatunnel-connectors-v2/connector-tdengine/pom.xml index ffad577c1da..7ac8ed27d54 100644 --- a/seatunnel-connectors-v2/connector-tdengine/pom.xml +++ b/seatunnel-connectors-v2/connector-tdengine/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel seatunnel-connectors-v2 - ${revision} + 2.3.12-SNAPSHOT connector-tdengine diff --git a/seatunnel-connectors-v2/connector-typesense/pom.xml b/seatunnel-connectors-v2/connector-typesense/pom.xml index 57a8682cb44..3d39969f6a8 100644 --- a/seatunnel-connectors-v2/connector-typesense/pom.xml +++ b/seatunnel-connectors-v2/connector-typesense/pom.xml @@ -21,7 +21,7 @@ org.apache.seatunnel seatunnel-connectors-v2 - ${revision} + 2.3.12-SNAPSHOT connector-typesense diff --git a/seatunnel-connectors-v2/connector-web3j/pom.xml b/seatunnel-connectors-v2/connector-web3j/pom.xml index 5226f51c2ab..9836fdfe86f 100644 --- a/seatunnel-connectors-v2/connector-web3j/pom.xml +++ b/seatunnel-connectors-v2/connector-web3j/pom.xml @@ -21,7 +21,7 @@ org.apache.seatunnel seatunnel-connectors-v2 - ${revision} + 2.3.12-SNAPSHOT connector-web3j diff --git a/seatunnel-connectors-v2/pom.xml b/seatunnel-connectors-v2/pom.xml index 4c32d297e86..2af6bd0e957 100644 --- a/seatunnel-connectors-v2/pom.xml +++ b/seatunnel-connectors-v2/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel seatunnel - ${revision} + 2.3.12-SNAPSHOT seatunnel-connectors-v2 pom diff --git a/seatunnel-core/pom.xml b/seatunnel-core/pom.xml index afafa967914..81983720b93 100644 --- a/seatunnel-core/pom.xml +++ b/seatunnel-core/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel seatunnel - ${revision} + 2.3.12-SNAPSHOT seatunnel-core diff --git a/seatunnel-core/seatunnel-core-starter/pom.xml b/seatunnel-core/seatunnel-core-starter/pom.xml index 332a806bc8d..de153bb796e 100644 --- a/seatunnel-core/seatunnel-core-starter/pom.xml +++ b/seatunnel-core/seatunnel-core-starter/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel seatunnel-core - ${revision} + 2.3.12-SNAPSHOT ../pom.xml diff --git a/seatunnel-core/seatunnel-flink-starter/pom.xml b/seatunnel-core/seatunnel-flink-starter/pom.xml index 3b4f5442c32..e52fdb030d3 100644 --- a/seatunnel-core/seatunnel-flink-starter/pom.xml +++ b/seatunnel-core/seatunnel-flink-starter/pom.xml @@ -24,7 +24,7 @@ org.apache.seatunnel seatunnel-core - ${revision} + 2.3.12-SNAPSHOT ../pom.xml diff --git a/seatunnel-core/seatunnel-flink-starter/seatunnel-flink-13-starter/pom.xml b/seatunnel-core/seatunnel-flink-starter/seatunnel-flink-13-starter/pom.xml index 3eb93c5c00b..0eaeaa28536 100644 --- a/seatunnel-core/seatunnel-flink-starter/seatunnel-flink-13-starter/pom.xml +++ b/seatunnel-core/seatunnel-flink-starter/seatunnel-flink-13-starter/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel seatunnel-flink-starter - ${revision} + 2.3.12-SNAPSHOT seatunnel-flink-13-starter diff --git a/seatunnel-core/seatunnel-flink-starter/seatunnel-flink-15-starter/pom.xml b/seatunnel-core/seatunnel-flink-starter/seatunnel-flink-15-starter/pom.xml index 6e4219fa28a..cea0c08b5fe 100644 --- a/seatunnel-core/seatunnel-flink-starter/seatunnel-flink-15-starter/pom.xml +++ b/seatunnel-core/seatunnel-flink-starter/seatunnel-flink-15-starter/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel seatunnel-flink-starter - ${revision} + 2.3.12-SNAPSHOT seatunnel-flink-15-starter diff --git a/seatunnel-core/seatunnel-flink-starter/seatunnel-flink-starter-common/pom.xml b/seatunnel-core/seatunnel-flink-starter/seatunnel-flink-starter-common/pom.xml index ee8481127f5..c1cdc8f6629 100644 --- a/seatunnel-core/seatunnel-flink-starter/seatunnel-flink-starter-common/pom.xml +++ b/seatunnel-core/seatunnel-flink-starter/seatunnel-flink-starter-common/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel seatunnel-flink-starter - ${revision} + 2.3.12-SNAPSHOT seatunnel-flink-starter-common diff --git a/seatunnel-core/seatunnel-spark-starter/pom.xml b/seatunnel-core/seatunnel-spark-starter/pom.xml index 4502d72c976..c2f6db6faef 100644 --- a/seatunnel-core/seatunnel-spark-starter/pom.xml +++ b/seatunnel-core/seatunnel-spark-starter/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel seatunnel-core - ${revision} + 2.3.12-SNAPSHOT seatunnel-spark-starter diff --git a/seatunnel-core/seatunnel-spark-starter/seatunnel-spark-2-starter/pom.xml b/seatunnel-core/seatunnel-spark-starter/seatunnel-spark-2-starter/pom.xml index 1dee3c5a35d..21c6179a6e8 100644 --- a/seatunnel-core/seatunnel-spark-starter/seatunnel-spark-2-starter/pom.xml +++ b/seatunnel-core/seatunnel-spark-starter/seatunnel-spark-2-starter/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel seatunnel-spark-starter - ${revision} + 2.3.12-SNAPSHOT seatunnel-spark-2-starter diff --git a/seatunnel-core/seatunnel-spark-starter/seatunnel-spark-3-starter/pom.xml b/seatunnel-core/seatunnel-spark-starter/seatunnel-spark-3-starter/pom.xml index 8a00a17a26b..74b2aeea111 100644 --- a/seatunnel-core/seatunnel-spark-starter/seatunnel-spark-3-starter/pom.xml +++ b/seatunnel-core/seatunnel-spark-starter/seatunnel-spark-3-starter/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel seatunnel-spark-starter - ${revision} + 2.3.12-SNAPSHOT seatunnel-spark-3-starter diff --git a/seatunnel-core/seatunnel-spark-starter/seatunnel-spark-starter-common/pom.xml b/seatunnel-core/seatunnel-spark-starter/seatunnel-spark-starter-common/pom.xml index ec4df4bfa94..29316de9c08 100644 --- a/seatunnel-core/seatunnel-spark-starter/seatunnel-spark-starter-common/pom.xml +++ b/seatunnel-core/seatunnel-spark-starter/seatunnel-spark-starter-common/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel seatunnel-spark-starter - ${revision} + 2.3.12-SNAPSHOT seatunnel-spark-starter-common diff --git a/seatunnel-core/seatunnel-starter/pom.xml b/seatunnel-core/seatunnel-starter/pom.xml index 85f9d7d4a13..0f15c6449fb 100644 --- a/seatunnel-core/seatunnel-starter/pom.xml +++ b/seatunnel-core/seatunnel-starter/pom.xml @@ -21,7 +21,7 @@ org.apache.seatunnel seatunnel-core - ${revision} + 2.3.12-SNAPSHOT seatunnel-starter diff --git a/seatunnel-dist/pom.xml b/seatunnel-dist/pom.xml index a747887c590..9ded5658b60 100644 --- a/seatunnel-dist/pom.xml +++ b/seatunnel-dist/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel seatunnel - ${revision} + 2.3.12-SNAPSHOT seatunnel-dist diff --git a/seatunnel-e2e/pom.xml b/seatunnel-e2e/pom.xml index 661892e54de..fc2d9a0fb1e 100644 --- a/seatunnel-e2e/pom.xml +++ b/seatunnel-e2e/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel - ${revision} + 2.3.12-SNAPSHOT seatunnel-e2e diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-activemq-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-activemq-e2e/pom.xml index d94d24b29d4..7a94c3c2d54 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-activemq-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-activemq-e2e/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-connector-v2-e2e - ${revision} + 2.3.12-SNAPSHOT connector-activemq-e2e SeaTunnel : E2E : Connector V2 : ActiveMQ diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-aerospike-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-aerospike-e2e/pom.xml index 813d95e6ae7..d6c3d87b26c 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-aerospike-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-aerospike-e2e/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-connector-v2-e2e - ${revision} + 2.3.12-SNAPSHOT connector-aerospike-e2e SeaTunnel : E2E : Connector V2 : Aerospike diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-amazondynamodb-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-amazondynamodb-e2e/pom.xml index 07c28bdbfe5..69fb0ed6c55 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-amazondynamodb-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-amazondynamodb-e2e/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-connector-v2-e2e - ${revision} + 2.3.12-SNAPSHOT connector-amazondynamodb-e2e SeaTunnel : E2E : Connector V2 : Amazon Dynamo DB diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-amazonsqs-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-amazonsqs-e2e/pom.xml index 02fb1aaa8d2..2b0f1a7528a 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-amazonsqs-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-amazonsqs-e2e/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-connector-v2-e2e - ${revision} + 2.3.12-SNAPSHOT connector-amazonsqs-e2e SeaTunnel : E2E : Connector V2 : Amazon SQS diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-assert-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-assert-e2e/pom.xml index 2016a0eff1e..ce8efa46a79 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-assert-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-assert-e2e/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-connector-v2-e2e - ${revision} + 2.3.12-SNAPSHOT connector-assert-e2e diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-cassandra-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-cassandra-e2e/pom.xml index 48894354107..c4cd0f6fb46 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-cassandra-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-cassandra-e2e/pom.xml @@ -21,7 +21,7 @@ org.apache.seatunnel seatunnel-connector-v2-e2e - ${revision} + 2.3.12-SNAPSHOT connector-cassandra-e2e diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-cdc-mongodb-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-cdc-mongodb-e2e/pom.xml index 0c61a1692de..e736ed13dae 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-cdc-mongodb-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-cdc-mongodb-e2e/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-connector-v2-e2e - ${revision} + 2.3.12-SNAPSHOT connector-cdc-mongodb-e2e diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-cdc-mysql-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-cdc-mysql-e2e/pom.xml index 8cb38aaffa1..22b5ac7026f 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-cdc-mysql-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-cdc-mysql-e2e/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-connector-v2-e2e - ${revision} + 2.3.12-SNAPSHOT connector-cdc-mysql-e2e diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-cdc-opengauss-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-cdc-opengauss-e2e/pom.xml index b855c0d6d5c..6676f514c3d 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-cdc-opengauss-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-cdc-opengauss-e2e/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel seatunnel-connector-v2-e2e - ${revision} + 2.3.12-SNAPSHOT connector-cdc-opengauss-e2e diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-cdc-oracle-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-cdc-oracle-e2e/pom.xml index 0757d1128f4..4fbc53a858e 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-cdc-oracle-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-cdc-oracle-e2e/pom.xml @@ -24,7 +24,7 @@ org.apache.seatunnel seatunnel-connector-v2-e2e - ${revision} + 2.3.12-SNAPSHOT connector-cdc-oracle-e2e diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-cdc-postgres-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-cdc-postgres-e2e/pom.xml index b64cb088d36..40826169c7d 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-cdc-postgres-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-cdc-postgres-e2e/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-connector-v2-e2e - ${revision} + 2.3.12-SNAPSHOT connector-cdc-postgres-e2e diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-cdc-sqlserver-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-cdc-sqlserver-e2e/pom.xml index 59a673fe860..612d9f0c9b1 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-cdc-sqlserver-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-cdc-sqlserver-e2e/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-connector-v2-e2e - ${revision} + 2.3.12-SNAPSHOT connector-cdc-sqlserver-e2e diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-cdc-tidb-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-cdc-tidb-e2e/pom.xml index 6936b36ee7c..6120c309fdc 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-cdc-tidb-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-cdc-tidb-e2e/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-connector-v2-e2e - ${revision} + 2.3.12-SNAPSHOT connector-cdc-tidb-e2e diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-clickhouse-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-clickhouse-e2e/pom.xml index 02d2e3e7428..8858211bbd3 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-clickhouse-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-clickhouse-e2e/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-connector-v2-e2e - ${revision} + 2.3.12-SNAPSHOT connector-clickhouse-e2e diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-datahub-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-datahub-e2e/pom.xml index a2bad89ca87..e394996457d 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-datahub-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-datahub-e2e/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-connector-v2-e2e - ${revision} + 2.3.12-SNAPSHOT connector-datahub-e2e diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-doris-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-doris-e2e/pom.xml index f1c9f159d5f..bacd8ec5aaf 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-doris-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-doris-e2e/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-connector-v2-e2e - ${revision} + 2.3.12-SNAPSHOT connector-doris-e2e diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-druid-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-druid-e2e/pom.xml index 2531a70f489..b3cb0253ecd 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-druid-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-druid-e2e/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-connector-v2-e2e - ${revision} + 2.3.12-SNAPSHOT connector-druid-e2e diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-easysearch-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-easysearch-e2e/pom.xml index 84272733b81..9bc5e619713 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-easysearch-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-easysearch-e2e/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-connector-v2-e2e - ${revision} + 2.3.12-SNAPSHOT connector-easysearch-e2e diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-elasticsearch-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-elasticsearch-e2e/pom.xml index 863a8b205f4..ae2f6e13666 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-elasticsearch-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-elasticsearch-e2e/pom.xml @@ -21,7 +21,7 @@ org.apache.seatunnel seatunnel-connector-v2-e2e - ${revision} + 2.3.12-SNAPSHOT connector-elasticsearch-e2e diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-email-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-email-e2e/pom.xml index 7a6552989a2..8fa4a470fd6 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-email-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-email-e2e/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-connector-v2-e2e - ${revision} + 2.3.12-SNAPSHOT connector-email-e2e diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-fake-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-fake-e2e/pom.xml index 54d75aa16a1..ee26c76d34d 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-fake-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-fake-e2e/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-connector-v2-e2e - ${revision} + 2.3.12-SNAPSHOT connector-fake-e2e diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-file-cos-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-file-cos-e2e/pom.xml index aa51e1cc820..e710ea567a7 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-file-cos-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-file-cos-e2e/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-connector-v2-e2e - ${revision} + 2.3.12-SNAPSHOT connector-file-cos-e2e diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-file-ftp-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-file-ftp-e2e/pom.xml index e5e13ff0f11..a670ec1d499 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-file-ftp-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-file-ftp-e2e/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-connector-v2-e2e - ${revision} + 2.3.12-SNAPSHOT connector-file-ftp-e2e diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-file-local-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-file-local-e2e/pom.xml index ea120abdd31..8bce70508d1 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-file-local-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-file-local-e2e/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-connector-v2-e2e - ${revision} + 2.3.12-SNAPSHOT connector-file-local-e2e diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-file-obs-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-file-obs-e2e/pom.xml index 9ee7fd4f147..3ec076d6de5 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-file-obs-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-file-obs-e2e/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-connector-v2-e2e - ${revision} + 2.3.12-SNAPSHOT connector-file-obs-e2e SeaTunnel : E2E : Connector V2 : File Obs diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-file-oss-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-file-oss-e2e/pom.xml index cea8e9a4a9a..26504a173d2 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-file-oss-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-file-oss-e2e/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-connector-v2-e2e - ${revision} + 2.3.12-SNAPSHOT connector-file-oss-e2e diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-file-s3-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-file-s3-e2e/pom.xml index e33b6273a89..f65fdbe2e49 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-file-s3-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-file-s3-e2e/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-connector-v2-e2e - ${revision} + 2.3.12-SNAPSHOT connector-file-s3-e2e diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-file-sftp-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-file-sftp-e2e/pom.xml index ef1058f3b9d..eb755923054 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-file-sftp-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-file-sftp-e2e/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-connector-v2-e2e - ${revision} + 2.3.12-SNAPSHOT connector-file-sftp-e2e diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-google-firestore-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-google-firestore-e2e/pom.xml index 38808b7bbd3..bdab32cd394 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-google-firestore-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-google-firestore-e2e/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-connector-v2-e2e - ${revision} + 2.3.12-SNAPSHOT connector-google-firestore-e2e diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-graphql-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-graphql-e2e/pom.xml index 8976cbb3441..82b3b573027 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-graphql-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-graphql-e2e/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-connector-v2-e2e - ${revision} + 2.3.12-SNAPSHOT connector-graphql-e2e diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-hbase-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-hbase-e2e/pom.xml index b9fdd76f6fe..8474a396619 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-hbase-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-hbase-e2e/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-connector-v2-e2e - ${revision} + 2.3.12-SNAPSHOT connector-hbase-e2e diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-hive-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-hive-e2e/pom.xml index f0373d76ca0..e7b9a44e1ec 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-hive-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-hive-e2e/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-connector-v2-e2e - ${revision} + 2.3.12-SNAPSHOT connector-hive-e2e diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-http-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-http-e2e/pom.xml index 97e435e092b..ba9045f921b 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-http-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-http-e2e/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-connector-v2-e2e - ${revision} + 2.3.12-SNAPSHOT connector-http-e2e diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-hudi-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-hudi-e2e/pom.xml index ac49a5bec23..68454a6c6eb 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-hudi-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-hudi-e2e/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-connector-v2-e2e - ${revision} + 2.3.12-SNAPSHOT connector-hudi-e2e diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-iceberg-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-iceberg-e2e/pom.xml index 11c147432d0..fd442104bf5 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-iceberg-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-iceberg-e2e/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-connector-v2-e2e - ${revision} + 2.3.12-SNAPSHOT connector-iceberg-e2e diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-iceberg-hadoop3-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-iceberg-hadoop3-e2e/pom.xml index cb6e73c3177..eddcc5abd59 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-iceberg-hadoop3-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-iceberg-hadoop3-e2e/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-connector-v2-e2e - ${revision} + 2.3.12-SNAPSHOT connector-iceberg-hadoop3-e2e diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-iceberg-s3-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-iceberg-s3-e2e/pom.xml index a44c8d630fa..43c8cbfa566 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-iceberg-s3-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-iceberg-s3-e2e/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-connector-v2-e2e - ${revision} + 2.3.12-SNAPSHOT connector-iceberg-s3-e2e diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-influxdb-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-influxdb-e2e/pom.xml index 49e8c3a731b..6969e5d290f 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-influxdb-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-influxdb-e2e/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-connector-v2-e2e - ${revision} + 2.3.12-SNAPSHOT connector-influxdb-e2e diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-iotdb-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-iotdb-e2e/pom.xml index 64a9314980b..f540bf56d44 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-iotdb-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-iotdb-e2e/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-connector-v2-e2e - ${revision} + 2.3.12-SNAPSHOT connector-iotdb-e2e diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-common/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-common/pom.xml index ec1cf2f066c..48cf893d66d 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-common/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-common/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel connector-jdbc-e2e - ${revision} + 2.3.12-SNAPSHOT connector-jdbc-e2e-common diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-ddl/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-ddl/pom.xml index 5a3eb97b070..bd64e6450c2 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-ddl/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-ddl/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel connector-jdbc-e2e - ${revision} + 2.3.12-SNAPSHOT connector-jdbc-e2e-ddl diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-1/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-1/pom.xml index 39d34e62158..4ad31fc687e 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-1/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-1/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel connector-jdbc-e2e - ${revision} + 2.3.12-SNAPSHOT connector-jdbc-e2e-part-1 diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-2/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-2/pom.xml index 4363f49848e..18024b55924 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-2/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-2/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel connector-jdbc-e2e - ${revision} + 2.3.12-SNAPSHOT connector-jdbc-e2e-part-2 diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-3/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-3/pom.xml index 1ec13aad68e..0043589aee6 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-3/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-3/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel connector-jdbc-e2e - ${revision} + 2.3.12-SNAPSHOT connector-jdbc-e2e-part-3 diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-4/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-4/pom.xml index 99bbff4fa23..2add1943557 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-4/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-4/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel connector-jdbc-e2e - ${revision} + 2.3.12-SNAPSHOT connector-jdbc-e2e-part-4 diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-5/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-5/pom.xml index 491f7afaf7f..5bd59047ab9 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-5/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-5/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel connector-jdbc-e2e - ${revision} + 2.3.12-SNAPSHOT connector-jdbc-e2e-part-5 diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-6/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-6/pom.xml index a5da5f2692e..59681d441ff 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-6/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-6/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel connector-jdbc-e2e - ${revision} + 2.3.12-SNAPSHOT connector-jdbc-e2e-part-6 diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-7/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-7/pom.xml index d9ec7df9545..553cbe96c88 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-7/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/connector-jdbc-e2e-part-7/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel connector-jdbc-e2e - ${revision} + 2.3.12-SNAPSHOT connector-jdbc-e2e-part-7 diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/pom.xml index 06d4287186d..d1c1ef8e3de 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-jdbc-e2e/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-connector-v2-e2e - ${revision} + 2.3.12-SNAPSHOT connector-jdbc-e2e diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-kafka-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-kafka-e2e/pom.xml index d27478d52c1..eed8f85e6df 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-kafka-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-kafka-e2e/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-connector-v2-e2e - ${revision} + 2.3.12-SNAPSHOT connector-kafka-e2e diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-kudu-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-kudu-e2e/pom.xml index af8fa0493a3..072f3943916 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-kudu-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-kudu-e2e/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-connector-v2-e2e - ${revision} + 2.3.12-SNAPSHOT connector-kudu-e2e diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-maxcompute-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-maxcompute-e2e/pom.xml index 47b9c0539a0..7e3b1516e0a 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-maxcompute-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-maxcompute-e2e/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-connector-v2-e2e - ${revision} + 2.3.12-SNAPSHOT connector-maxcompute-e2e diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-milvus-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-milvus-e2e/pom.xml index 2175811c6c1..09fcbcc4b61 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-milvus-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-milvus-e2e/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-connector-v2-e2e - ${revision} + 2.3.12-SNAPSHOT connector-milvus-e2e diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-mongodb-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-mongodb-e2e/pom.xml index 96c097c7fa7..9bb1899ee09 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-mongodb-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-mongodb-e2e/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-connector-v2-e2e - ${revision} + 2.3.12-SNAPSHOT connector-mongodb-e2e diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-neo4j-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-neo4j-e2e/pom.xml index 240e8a87d15..05ca7489a16 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-neo4j-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-neo4j-e2e/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-connector-v2-e2e - ${revision} + 2.3.12-SNAPSHOT connector-neo4j-e2e diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-paimon-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-paimon-e2e/pom.xml index 3fc619d2255..d44ed6cf1d2 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-paimon-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-paimon-e2e/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-connector-v2-e2e - ${revision} + 2.3.12-SNAPSHOT connector-paimon-e2e diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-prometheus-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-prometheus-e2e/pom.xml index b8edf90dd32..a07bc7380ea 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-prometheus-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-prometheus-e2e/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-connector-v2-e2e - ${revision} + 2.3.12-SNAPSHOT connector-prometheus-e2e diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-pulsar-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-pulsar-e2e/pom.xml index f817fdc155b..85a2799a925 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-pulsar-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-pulsar-e2e/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-connector-v2-e2e - ${revision} + 2.3.12-SNAPSHOT connector-pulsar-e2e diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-qdrant-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-qdrant-e2e/pom.xml index 042e528c5e2..1ade6442978 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-qdrant-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-qdrant-e2e/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-connector-v2-e2e - ${revision} + 2.3.12-SNAPSHOT connector-qdrant-e2e diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-rabbitmq-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-rabbitmq-e2e/pom.xml index 686fd642f26..dbff1b7a04d 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-rabbitmq-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-rabbitmq-e2e/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-connector-v2-e2e - ${revision} + 2.3.12-SNAPSHOT connector-rabbitmq-e2e diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-redis-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-redis-e2e/pom.xml index 5f3283e805a..dad0d660997 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-redis-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-redis-e2e/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-connector-v2-e2e - ${revision} + 2.3.12-SNAPSHOT connector-redis-e2e diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-rocketmq-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-rocketmq-e2e/pom.xml index 3b5c3211a0a..bb6fcc41d5a 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-rocketmq-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-rocketmq-e2e/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-connector-v2-e2e - ${revision} + 2.3.12-SNAPSHOT connector-rocketmq-e2e SeaTunnel : E2E : Connector V2 : Rocketmq diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-sls-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-sls-e2e/pom.xml index fdaeffda918..decdc012705 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-sls-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-sls-e2e/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-connector-v2-e2e - ${revision} + 2.3.12-SNAPSHOT connector-sls-e2e diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-starrocks-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-starrocks-e2e/pom.xml index 7f11b08d8b2..a63a631ee1c 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-starrocks-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-starrocks-e2e/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-connector-v2-e2e - ${revision} + 2.3.12-SNAPSHOT connector-starrocks-e2e diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-tdengine-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-tdengine-e2e/pom.xml index 04e6744e343..2e2fc9bbbb7 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-tdengine-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-tdengine-e2e/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-connector-v2-e2e - ${revision} + 2.3.12-SNAPSHOT connector-tdengine-e2e diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-typesense-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-typesense-e2e/pom.xml index 0a7243ed6a3..baaca02818c 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-typesense-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-typesense-e2e/pom.xml @@ -21,7 +21,7 @@ org.apache.seatunnel seatunnel-connector-v2-e2e - ${revision} + 2.3.12-SNAPSHOT connector-typesense-e2e diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-web3j-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-web3j-e2e/pom.xml index 913e2e4a42d..2fe001918f6 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-web3j-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/connector-web3j-e2e/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-connector-v2-e2e - ${revision} + 2.3.12-SNAPSHOT connector-web3j-e2e diff --git a/seatunnel-e2e/seatunnel-connector-v2-e2e/pom.xml b/seatunnel-e2e/seatunnel-connector-v2-e2e/pom.xml index 9fead0981e2..e5b1bfc5067 100644 --- a/seatunnel-e2e/seatunnel-connector-v2-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-connector-v2-e2e/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-e2e - ${revision} + 2.3.12-SNAPSHOT seatunnel-connector-v2-e2e diff --git a/seatunnel-e2e/seatunnel-core-e2e/pom.xml b/seatunnel-e2e/seatunnel-core-e2e/pom.xml index b2636856e21..086f95cd747 100644 --- a/seatunnel-e2e/seatunnel-core-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-core-e2e/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-e2e - ${revision} + 2.3.12-SNAPSHOT seatunnel-core-e2e diff --git a/seatunnel-e2e/seatunnel-core-e2e/seatunnel-starter-e2e/pom.xml b/seatunnel-e2e/seatunnel-core-e2e/seatunnel-starter-e2e/pom.xml index 88d1fe06c87..2227ddb3553 100644 --- a/seatunnel-e2e/seatunnel-core-e2e/seatunnel-starter-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-core-e2e/seatunnel-starter-e2e/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-core-e2e - ${revision} + 2.3.12-SNAPSHOT seatunnel-starter-e2e diff --git a/seatunnel-e2e/seatunnel-e2e-common/pom.xml b/seatunnel-e2e/seatunnel-e2e-common/pom.xml index f43780f7c6d..1390d4130bf 100644 --- a/seatunnel-e2e/seatunnel-e2e-common/pom.xml +++ b/seatunnel-e2e/seatunnel-e2e-common/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-e2e - ${revision} + 2.3.12-SNAPSHOT seatunnel-e2e-common diff --git a/seatunnel-e2e/seatunnel-engine-e2e/connector-console-seatunnel-e2e/pom.xml b/seatunnel-e2e/seatunnel-engine-e2e/connector-console-seatunnel-e2e/pom.xml index d9a77c025a3..9a194d1084b 100644 --- a/seatunnel-e2e/seatunnel-engine-e2e/connector-console-seatunnel-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-engine-e2e/connector-console-seatunnel-e2e/pom.xml @@ -21,7 +21,7 @@ org.apache.seatunnel seatunnel-engine-e2e - ${revision} + 2.3.12-SNAPSHOT connector-console-seatunnel-e2e diff --git a/seatunnel-e2e/seatunnel-engine-e2e/connector-seatunnel-e2e-base/pom.xml b/seatunnel-e2e/seatunnel-engine-e2e/connector-seatunnel-e2e-base/pom.xml index d8f18347ec0..1b0f35d8ef4 100644 --- a/seatunnel-e2e/seatunnel-engine-e2e/connector-seatunnel-e2e-base/pom.xml +++ b/seatunnel-e2e/seatunnel-engine-e2e/connector-seatunnel-e2e-base/pom.xml @@ -21,7 +21,7 @@ org.apache.seatunnel seatunnel-engine-e2e - ${revision} + 2.3.12-SNAPSHOT connector-seatunnel-e2e-base diff --git a/seatunnel-e2e/seatunnel-engine-e2e/pom.xml b/seatunnel-e2e/seatunnel-engine-e2e/pom.xml index 15bc371b464..2e5d47d2669 100644 --- a/seatunnel-e2e/seatunnel-engine-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-engine-e2e/pom.xml @@ -21,7 +21,7 @@ org.apache.seatunnel seatunnel-e2e - ${revision} + 2.3.12-SNAPSHOT seatunnel-engine-e2e diff --git a/seatunnel-e2e/seatunnel-engine-e2e/seatunnel-engine-k8s-e2e/pom.xml b/seatunnel-e2e/seatunnel-engine-e2e/seatunnel-engine-k8s-e2e/pom.xml index 473d0acdf9a..66a1735bfbf 100644 --- a/seatunnel-e2e/seatunnel-engine-e2e/seatunnel-engine-k8s-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-engine-e2e/seatunnel-engine-k8s-e2e/pom.xml @@ -21,7 +21,7 @@ org.apache.seatunnel seatunnel-engine-e2e - ${revision} + 2.3.12-SNAPSHOT seatunnel-engine-k8s-e2e diff --git a/seatunnel-e2e/seatunnel-transforms-v2-e2e/pom.xml b/seatunnel-e2e/seatunnel-transforms-v2-e2e/pom.xml index 1106fed94aa..193f78c4f17 100644 --- a/seatunnel-e2e/seatunnel-transforms-v2-e2e/pom.xml +++ b/seatunnel-e2e/seatunnel-transforms-v2-e2e/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-e2e - ${revision} + 2.3.12-SNAPSHOT seatunnel-transforms-v2-e2e diff --git a/seatunnel-e2e/seatunnel-transforms-v2-e2e/seatunnel-transforms-v2-e2e-common/pom.xml b/seatunnel-e2e/seatunnel-transforms-v2-e2e/seatunnel-transforms-v2-e2e-common/pom.xml index 4efdc5fad68..8c5a1aaa52f 100644 --- a/seatunnel-e2e/seatunnel-transforms-v2-e2e/seatunnel-transforms-v2-e2e-common/pom.xml +++ b/seatunnel-e2e/seatunnel-transforms-v2-e2e/seatunnel-transforms-v2-e2e-common/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-transforms-v2-e2e - ${revision} + 2.3.12-SNAPSHOT seatunnel-transforms-v2-e2e-common diff --git a/seatunnel-e2e/seatunnel-transforms-v2-e2e/seatunnel-transforms-v2-e2e-part-1/pom.xml b/seatunnel-e2e/seatunnel-transforms-v2-e2e/seatunnel-transforms-v2-e2e-part-1/pom.xml index 1ec74bbde26..e93c53c9969 100644 --- a/seatunnel-e2e/seatunnel-transforms-v2-e2e/seatunnel-transforms-v2-e2e-part-1/pom.xml +++ b/seatunnel-e2e/seatunnel-transforms-v2-e2e/seatunnel-transforms-v2-e2e-part-1/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-transforms-v2-e2e - ${revision} + 2.3.12-SNAPSHOT seatunnel-transforms-v2-e2e-part-1 diff --git a/seatunnel-e2e/seatunnel-transforms-v2-e2e/seatunnel-transforms-v2-e2e-part-2/pom.xml b/seatunnel-e2e/seatunnel-transforms-v2-e2e/seatunnel-transforms-v2-e2e-part-2/pom.xml index 9f8df61fb3f..a2511294f5a 100644 --- a/seatunnel-e2e/seatunnel-transforms-v2-e2e/seatunnel-transforms-v2-e2e-part-2/pom.xml +++ b/seatunnel-e2e/seatunnel-transforms-v2-e2e/seatunnel-transforms-v2-e2e-part-2/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-transforms-v2-e2e - ${revision} + 2.3.12-SNAPSHOT seatunnel-transforms-v2-e2e-part-2 diff --git a/seatunnel-engine/pom.xml b/seatunnel-engine/pom.xml index 7a6b16bd0bf..a5695512edc 100644 --- a/seatunnel-engine/pom.xml +++ b/seatunnel-engine/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel - ${revision} + 2.3.12-SNAPSHOT seatunnel-engine pom diff --git a/seatunnel-engine/seatunnel-engine-client/pom.xml b/seatunnel-engine/seatunnel-engine-client/pom.xml index dcad2e4f184..6d92adce053 100644 --- a/seatunnel-engine/seatunnel-engine-client/pom.xml +++ b/seatunnel-engine/seatunnel-engine-client/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-engine - ${revision} + 2.3.12-SNAPSHOT seatunnel-engine-client diff --git a/seatunnel-engine/seatunnel-engine-common/pom.xml b/seatunnel-engine/seatunnel-engine-common/pom.xml index 0cc7575a9bb..c203ea70675 100644 --- a/seatunnel-engine/seatunnel-engine-common/pom.xml +++ b/seatunnel-engine/seatunnel-engine-common/pom.xml @@ -21,7 +21,7 @@ org.apache.seatunnel seatunnel-engine - ${revision} + 2.3.12-SNAPSHOT seatunnel-engine-common diff --git a/seatunnel-engine/seatunnel-engine-core/pom.xml b/seatunnel-engine/seatunnel-engine-core/pom.xml index 0dcfe0770d4..a448d0d7eb2 100644 --- a/seatunnel-engine/seatunnel-engine-core/pom.xml +++ b/seatunnel-engine/seatunnel-engine-core/pom.xml @@ -21,7 +21,7 @@ org.apache.seatunnel seatunnel-engine - ${revision} + 2.3.12-SNAPSHOT seatunnel-engine-core diff --git a/seatunnel-engine/seatunnel-engine-serializer/pom.xml b/seatunnel-engine/seatunnel-engine-serializer/pom.xml index 692bb26eff5..ed214d1af88 100644 --- a/seatunnel-engine/seatunnel-engine-serializer/pom.xml +++ b/seatunnel-engine/seatunnel-engine-serializer/pom.xml @@ -24,7 +24,7 @@ org.apache.seatunnel seatunnel-engine - ${revision} + 2.3.12-SNAPSHOT seatunnel-engine-serializer diff --git a/seatunnel-engine/seatunnel-engine-serializer/serializer-api/pom.xml b/seatunnel-engine/seatunnel-engine-serializer/serializer-api/pom.xml index 45fe9f2596f..0b32f9beee9 100644 --- a/seatunnel-engine/seatunnel-engine-serializer/serializer-api/pom.xml +++ b/seatunnel-engine/seatunnel-engine-serializer/serializer-api/pom.xml @@ -24,7 +24,7 @@ org.apache.seatunnel seatunnel-engine-serializer - ${revision} + 2.3.12-SNAPSHOT serializer-api diff --git a/seatunnel-engine/seatunnel-engine-serializer/serializer-protobuf/pom.xml b/seatunnel-engine/seatunnel-engine-serializer/serializer-protobuf/pom.xml index aa53f71d8aa..60e89f69c56 100644 --- a/seatunnel-engine/seatunnel-engine-serializer/serializer-protobuf/pom.xml +++ b/seatunnel-engine/seatunnel-engine-serializer/serializer-protobuf/pom.xml @@ -24,7 +24,7 @@ org.apache.seatunnel seatunnel-engine-serializer - ${revision} + 2.3.12-SNAPSHOT serializer-protobuf diff --git a/seatunnel-engine/seatunnel-engine-server/pom.xml b/seatunnel-engine/seatunnel-engine-server/pom.xml index 7e36f2c98e8..da7827fc60a 100644 --- a/seatunnel-engine/seatunnel-engine-server/pom.xml +++ b/seatunnel-engine/seatunnel-engine-server/pom.xml @@ -21,7 +21,7 @@ org.apache.seatunnel seatunnel-engine - ${revision} + 2.3.12-SNAPSHOT seatunnel-engine-server diff --git a/seatunnel-engine/seatunnel-engine-storage/checkpoint-storage-api/pom.xml b/seatunnel-engine/seatunnel-engine-storage/checkpoint-storage-api/pom.xml index 11a13a00568..bd3038ad170 100644 --- a/seatunnel-engine/seatunnel-engine-storage/checkpoint-storage-api/pom.xml +++ b/seatunnel-engine/seatunnel-engine-storage/checkpoint-storage-api/pom.xml @@ -24,7 +24,7 @@ org.apache.seatunnel seatunnel-engine-storage - ${revision} + 2.3.12-SNAPSHOT checkpoint-storage-api diff --git a/seatunnel-engine/seatunnel-engine-storage/checkpoint-storage-plugins/checkpoint-storage-hdfs/pom.xml b/seatunnel-engine/seatunnel-engine-storage/checkpoint-storage-plugins/checkpoint-storage-hdfs/pom.xml index 8ae75cddd55..459928a781b 100644 --- a/seatunnel-engine/seatunnel-engine-storage/checkpoint-storage-plugins/checkpoint-storage-hdfs/pom.xml +++ b/seatunnel-engine/seatunnel-engine-storage/checkpoint-storage-plugins/checkpoint-storage-hdfs/pom.xml @@ -24,7 +24,7 @@ org.apache.seatunnel checkpoint-storage-plugins - ${revision} + 2.3.12-SNAPSHOT checkpoint-storage-hdfs diff --git a/seatunnel-engine/seatunnel-engine-storage/checkpoint-storage-plugins/checkpoint-storage-local-file/pom.xml b/seatunnel-engine/seatunnel-engine-storage/checkpoint-storage-plugins/checkpoint-storage-local-file/pom.xml index 446c124b490..1fbc2851630 100644 --- a/seatunnel-engine/seatunnel-engine-storage/checkpoint-storage-plugins/checkpoint-storage-local-file/pom.xml +++ b/seatunnel-engine/seatunnel-engine-storage/checkpoint-storage-plugins/checkpoint-storage-local-file/pom.xml @@ -24,7 +24,7 @@ org.apache.seatunnel checkpoint-storage-plugins - ${revision} + 2.3.12-SNAPSHOT checkpoint-storage-local-file diff --git a/seatunnel-engine/seatunnel-engine-storage/checkpoint-storage-plugins/pom.xml b/seatunnel-engine/seatunnel-engine-storage/checkpoint-storage-plugins/pom.xml index 4655a06db72..2fea373b223 100644 --- a/seatunnel-engine/seatunnel-engine-storage/checkpoint-storage-plugins/pom.xml +++ b/seatunnel-engine/seatunnel-engine-storage/checkpoint-storage-plugins/pom.xml @@ -24,7 +24,7 @@ org.apache.seatunnel seatunnel-engine-storage - ${revision} + 2.3.12-SNAPSHOT checkpoint-storage-plugins diff --git a/seatunnel-engine/seatunnel-engine-storage/imap-storage-api/pom.xml b/seatunnel-engine/seatunnel-engine-storage/imap-storage-api/pom.xml index c1aeb26dba3..c04990dc2ec 100644 --- a/seatunnel-engine/seatunnel-engine-storage/imap-storage-api/pom.xml +++ b/seatunnel-engine/seatunnel-engine-storage/imap-storage-api/pom.xml @@ -24,7 +24,7 @@ org.apache.seatunnel seatunnel-engine-storage - ${revision} + 2.3.12-SNAPSHOT imap-storage-api diff --git a/seatunnel-engine/seatunnel-engine-storage/imap-storage-plugins/imap-storage-file/pom.xml b/seatunnel-engine/seatunnel-engine-storage/imap-storage-plugins/imap-storage-file/pom.xml index c7eb61012e6..a77f5b84023 100644 --- a/seatunnel-engine/seatunnel-engine-storage/imap-storage-plugins/imap-storage-file/pom.xml +++ b/seatunnel-engine/seatunnel-engine-storage/imap-storage-plugins/imap-storage-file/pom.xml @@ -24,7 +24,7 @@ org.apache.seatunnel imap-storage-plugins - ${revision} + 2.3.12-SNAPSHOT imap-storage-file diff --git a/seatunnel-engine/seatunnel-engine-storage/imap-storage-plugins/pom.xml b/seatunnel-engine/seatunnel-engine-storage/imap-storage-plugins/pom.xml index ae4fc608732..fc4466cdbb9 100644 --- a/seatunnel-engine/seatunnel-engine-storage/imap-storage-plugins/pom.xml +++ b/seatunnel-engine/seatunnel-engine-storage/imap-storage-plugins/pom.xml @@ -24,7 +24,7 @@ org.apache.seatunnel seatunnel-engine-storage - ${revision} + 2.3.12-SNAPSHOT imap-storage-plugins diff --git a/seatunnel-engine/seatunnel-engine-storage/pom.xml b/seatunnel-engine/seatunnel-engine-storage/pom.xml index fdb80086bc0..7a09d4ff156 100644 --- a/seatunnel-engine/seatunnel-engine-storage/pom.xml +++ b/seatunnel-engine/seatunnel-engine-storage/pom.xml @@ -24,7 +24,7 @@ org.apache.seatunnel seatunnel-engine - ${revision} + 2.3.12-SNAPSHOT seatunnel-engine-storage diff --git a/seatunnel-engine/seatunnel-engine-ui/pom.xml b/seatunnel-engine/seatunnel-engine-ui/pom.xml index 0ac5f9954b4..3a7f7eacfb4 100644 --- a/seatunnel-engine/seatunnel-engine-ui/pom.xml +++ b/seatunnel-engine/seatunnel-engine-ui/pom.xml @@ -24,7 +24,7 @@ org.apache.seatunnel seatunnel-engine - ${revision} + 2.3.12-SNAPSHOT seatunnel-engine-ui SeaTunnel : Engine : UI diff --git a/seatunnel-examples/pom.xml b/seatunnel-examples/pom.xml index d895f3ce7e1..b4832f0ef0b 100644 --- a/seatunnel-examples/pom.xml +++ b/seatunnel-examples/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel seatunnel - ${revision} + 2.3.12-SNAPSHOT seatunnel-examples diff --git a/seatunnel-examples/seatunnel-engine-examples/pom.xml b/seatunnel-examples/seatunnel-engine-examples/pom.xml index 5ebe8ab7305..baf39dfe41d 100644 --- a/seatunnel-examples/seatunnel-engine-examples/pom.xml +++ b/seatunnel-examples/seatunnel-engine-examples/pom.xml @@ -21,7 +21,7 @@ org.apache.seatunnel seatunnel-examples - ${revision} + 2.3.12-SNAPSHOT seatunnel-engine-examples diff --git a/seatunnel-examples/seatunnel-flink-connector-v2-example/pom.xml b/seatunnel-examples/seatunnel-flink-connector-v2-example/pom.xml index ef801bdb9c0..830a12dd585 100644 --- a/seatunnel-examples/seatunnel-flink-connector-v2-example/pom.xml +++ b/seatunnel-examples/seatunnel-flink-connector-v2-example/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel seatunnel-examples - ${revision} + 2.3.12-SNAPSHOT seatunnel-flink-connector-v2-example diff --git a/seatunnel-examples/seatunnel-spark-connector-v2-example/pom.xml b/seatunnel-examples/seatunnel-spark-connector-v2-example/pom.xml index 1602286cf78..3c840ac4879 100644 --- a/seatunnel-examples/seatunnel-spark-connector-v2-example/pom.xml +++ b/seatunnel-examples/seatunnel-spark-connector-v2-example/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel seatunnel-examples - ${revision} + 2.3.12-SNAPSHOT seatunnel-spark-connector-v2-example diff --git a/seatunnel-formats/pom.xml b/seatunnel-formats/pom.xml index 276c39dcf98..795b2056ca0 100644 --- a/seatunnel-formats/pom.xml +++ b/seatunnel-formats/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel - ${revision} + 2.3.12-SNAPSHOT seatunnel-formats diff --git a/seatunnel-formats/seatunnel-format-avro/pom.xml b/seatunnel-formats/seatunnel-format-avro/pom.xml index 513b0fa0f4a..b3217033c90 100644 --- a/seatunnel-formats/seatunnel-format-avro/pom.xml +++ b/seatunnel-formats/seatunnel-format-avro/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-formats - ${revision} + 2.3.12-SNAPSHOT seatunnel-format-avro diff --git a/seatunnel-formats/seatunnel-format-compatible-connect-json/pom.xml b/seatunnel-formats/seatunnel-format-compatible-connect-json/pom.xml index 9b4ea874cfd..e28bee3098b 100644 --- a/seatunnel-formats/seatunnel-format-compatible-connect-json/pom.xml +++ b/seatunnel-formats/seatunnel-format-compatible-connect-json/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-formats - ${revision} + 2.3.12-SNAPSHOT seatunnel-format-compatible-connect-json diff --git a/seatunnel-formats/seatunnel-format-compatible-debezium-json/pom.xml b/seatunnel-formats/seatunnel-format-compatible-debezium-json/pom.xml index 766596bcd4b..b0adc501cfe 100644 --- a/seatunnel-formats/seatunnel-format-compatible-debezium-json/pom.xml +++ b/seatunnel-formats/seatunnel-format-compatible-debezium-json/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-formats - ${revision} + 2.3.12-SNAPSHOT seatunnel-format-compatible-debezium-json diff --git a/seatunnel-formats/seatunnel-format-csv/pom.xml b/seatunnel-formats/seatunnel-format-csv/pom.xml index c3ee597da1c..bc70440cd6f 100644 --- a/seatunnel-formats/seatunnel-format-csv/pom.xml +++ b/seatunnel-formats/seatunnel-format-csv/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-formats - ${revision} + 2.3.12-SNAPSHOT seatunnel-format-csv diff --git a/seatunnel-formats/seatunnel-format-json/pom.xml b/seatunnel-formats/seatunnel-format-json/pom.xml index 8c086d37aee..db9dbc78c52 100644 --- a/seatunnel-formats/seatunnel-format-json/pom.xml +++ b/seatunnel-formats/seatunnel-format-json/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-formats - ${revision} + 2.3.12-SNAPSHOT seatunnel-format-json diff --git a/seatunnel-formats/seatunnel-format-protobuf/pom.xml b/seatunnel-formats/seatunnel-format-protobuf/pom.xml index 8f8f7030f64..4dfe320720f 100644 --- a/seatunnel-formats/seatunnel-format-protobuf/pom.xml +++ b/seatunnel-formats/seatunnel-format-protobuf/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-formats - ${revision} + 2.3.12-SNAPSHOT seatunnel-format-protobuf diff --git a/seatunnel-formats/seatunnel-format-text/pom.xml b/seatunnel-formats/seatunnel-format-text/pom.xml index 457b98c5287..c5fa1bd212d 100644 --- a/seatunnel-formats/seatunnel-format-text/pom.xml +++ b/seatunnel-formats/seatunnel-format-text/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-formats - ${revision} + 2.3.12-SNAPSHOT seatunnel-format-text diff --git a/seatunnel-plugin-discovery/pom.xml b/seatunnel-plugin-discovery/pom.xml index 70e9b7c8c30..25819704314 100644 --- a/seatunnel-plugin-discovery/pom.xml +++ b/seatunnel-plugin-discovery/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel - ${revision} + 2.3.12-SNAPSHOT seatunnel-plugin-discovery diff --git a/seatunnel-shade/pom.xml b/seatunnel-shade/pom.xml index 590f8d3b46a..10d51121485 100644 --- a/seatunnel-shade/pom.xml +++ b/seatunnel-shade/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel - ${revision} + 2.3.12-SNAPSHOT seatunnel-shade pom diff --git a/seatunnel-shade/seatunnel-arrow/pom.xml b/seatunnel-shade/seatunnel-arrow/pom.xml index 27b49ef731c..8a1f95500d7 100644 --- a/seatunnel-shade/seatunnel-arrow/pom.xml +++ b/seatunnel-shade/seatunnel-arrow/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-shade - ${revision} + 2.3.12-SNAPSHOT seatunnel-arrow diff --git a/seatunnel-shade/seatunnel-guava/pom.xml b/seatunnel-shade/seatunnel-guava/pom.xml index d37e667ccb1..c80c9d3e45d 100644 --- a/seatunnel-shade/seatunnel-guava/pom.xml +++ b/seatunnel-shade/seatunnel-guava/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-shade - ${revision} + 2.3.12-SNAPSHOT seatunnel-guava diff --git a/seatunnel-shade/seatunnel-hadoop-aws/pom.xml b/seatunnel-shade/seatunnel-hadoop-aws/pom.xml index e02b02e1402..dde6dc25f61 100644 --- a/seatunnel-shade/seatunnel-hadoop-aws/pom.xml +++ b/seatunnel-shade/seatunnel-hadoop-aws/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel seatunnel-shade - ${revision} + 2.3.12-SNAPSHOT seatunnel-hadoop-aws diff --git a/seatunnel-shade/seatunnel-hadoop3-3.1.4-uber/pom.xml b/seatunnel-shade/seatunnel-hadoop3-3.1.4-uber/pom.xml index 5b22bb67e8a..1d4354577e8 100644 --- a/seatunnel-shade/seatunnel-hadoop3-3.1.4-uber/pom.xml +++ b/seatunnel-shade/seatunnel-hadoop3-3.1.4-uber/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-shade - ${revision} + 2.3.12-SNAPSHOT seatunnel-hadoop3-3.1.4-uber diff --git a/seatunnel-shade/seatunnel-hazelcast/pom.xml b/seatunnel-shade/seatunnel-hazelcast/pom.xml index c7705c70dba..032ccb8cf72 100644 --- a/seatunnel-shade/seatunnel-hazelcast/pom.xml +++ b/seatunnel-shade/seatunnel-hazelcast/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-shade - ${revision} + 2.3.12-SNAPSHOT seatunnel-hazelcast diff --git a/seatunnel-shade/seatunnel-hazelcast/seatunnel-hazelcast-base/pom.xml b/seatunnel-shade/seatunnel-hazelcast/seatunnel-hazelcast-base/pom.xml index 3b7ccd509e7..00a257c8914 100644 --- a/seatunnel-shade/seatunnel-hazelcast/seatunnel-hazelcast-base/pom.xml +++ b/seatunnel-shade/seatunnel-hazelcast/seatunnel-hazelcast-base/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-hazelcast - ${revision} + 2.3.12-SNAPSHOT seatunnel-hazelcast-base diff --git a/seatunnel-shade/seatunnel-hazelcast/seatunnel-hazelcast-shade/pom.xml b/seatunnel-shade/seatunnel-hazelcast/seatunnel-hazelcast-shade/pom.xml index 777713da604..12fae1970e9 100644 --- a/seatunnel-shade/seatunnel-hazelcast/seatunnel-hazelcast-shade/pom.xml +++ b/seatunnel-shade/seatunnel-hazelcast/seatunnel-hazelcast-shade/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-hazelcast - ${revision} + 2.3.12-SNAPSHOT seatunnel-hazelcast-shade diff --git a/seatunnel-shade/seatunnel-hikari/pom.xml b/seatunnel-shade/seatunnel-hikari/pom.xml index 0b662d09cd8..6e641705cc7 100644 --- a/seatunnel-shade/seatunnel-hikari/pom.xml +++ b/seatunnel-shade/seatunnel-hikari/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-shade - ${revision} + 2.3.12-SNAPSHOT seatunnel-hikari diff --git a/seatunnel-shade/seatunnel-jackson/pom.xml b/seatunnel-shade/seatunnel-jackson/pom.xml index 6b1bccb0690..1e0df2bf2de 100644 --- a/seatunnel-shade/seatunnel-jackson/pom.xml +++ b/seatunnel-shade/seatunnel-jackson/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-shade - ${revision} + 2.3.12-SNAPSHOT seatunnel-jackson diff --git a/seatunnel-shade/seatunnel-janino/pom.xml b/seatunnel-shade/seatunnel-janino/pom.xml index a3cd3667421..7bcbe30d6b4 100644 --- a/seatunnel-shade/seatunnel-janino/pom.xml +++ b/seatunnel-shade/seatunnel-janino/pom.xml @@ -20,7 +20,7 @@ org.apache.seatunnel seatunnel-shade - ${revision} + 2.3.12-SNAPSHOT seatunnel-janino diff --git a/seatunnel-shade/seatunnel-jetty9-9.4.56/pom.xml b/seatunnel-shade/seatunnel-jetty9-9.4.56/pom.xml index 48a495aa871..e04de381a01 100644 --- a/seatunnel-shade/seatunnel-jetty9-9.4.56/pom.xml +++ b/seatunnel-shade/seatunnel-jetty9-9.4.56/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-shade - ${revision} + 2.3.12-SNAPSHOT seatunnel-jetty9-9.4.56 diff --git a/seatunnel-shade/seatunnel-thrift-service/pom.xml b/seatunnel-shade/seatunnel-thrift-service/pom.xml index 0aa5702f4c3..2c242b83eac 100644 --- a/seatunnel-shade/seatunnel-thrift-service/pom.xml +++ b/seatunnel-shade/seatunnel-thrift-service/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-shade - ${revision} + 2.3.12-SNAPSHOT seatunnel-thrift-service diff --git a/seatunnel-transforms-v2/pom.xml b/seatunnel-transforms-v2/pom.xml index 5f74ad156b2..581ffda84b8 100644 --- a/seatunnel-transforms-v2/pom.xml +++ b/seatunnel-transforms-v2/pom.xml @@ -23,7 +23,7 @@ org.apache.seatunnel seatunnel - ${revision} + 2.3.12-SNAPSHOT seatunnel-transforms-v2 diff --git a/seatunnel-translation/pom.xml b/seatunnel-translation/pom.xml index 453dde1a648..0d0a1a12d62 100644 --- a/seatunnel-translation/pom.xml +++ b/seatunnel-translation/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel - ${revision} + 2.3.12-SNAPSHOT seatunnel-translation diff --git a/seatunnel-translation/seatunnel-translation-base/pom.xml b/seatunnel-translation/seatunnel-translation-base/pom.xml index 6c0cf4359e0..0d6676786d1 100644 --- a/seatunnel-translation/seatunnel-translation-base/pom.xml +++ b/seatunnel-translation/seatunnel-translation-base/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-translation - ${revision} + 2.3.12-SNAPSHOT seatunnel-translation-base diff --git a/seatunnel-translation/seatunnel-translation-flink/pom.xml b/seatunnel-translation/seatunnel-translation-flink/pom.xml index 8c4b28bb0ff..1c07918c55d 100644 --- a/seatunnel-translation/seatunnel-translation-flink/pom.xml +++ b/seatunnel-translation/seatunnel-translation-flink/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-translation - ${revision} + 2.3.12-SNAPSHOT seatunnel-translation-flink diff --git a/seatunnel-translation/seatunnel-translation-flink/seatunnel-translation-flink-13/pom.xml b/seatunnel-translation/seatunnel-translation-flink/seatunnel-translation-flink-13/pom.xml index b1607280476..c8a89ba820c 100644 --- a/seatunnel-translation/seatunnel-translation-flink/seatunnel-translation-flink-13/pom.xml +++ b/seatunnel-translation/seatunnel-translation-flink/seatunnel-translation-flink-13/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-translation-flink - ${revision} + 2.3.12-SNAPSHOT seatunnel-translation-flink-13 diff --git a/seatunnel-translation/seatunnel-translation-flink/seatunnel-translation-flink-15/pom.xml b/seatunnel-translation/seatunnel-translation-flink/seatunnel-translation-flink-15/pom.xml index 50842d5a9db..edba0ac6042 100644 --- a/seatunnel-translation/seatunnel-translation-flink/seatunnel-translation-flink-15/pom.xml +++ b/seatunnel-translation/seatunnel-translation-flink/seatunnel-translation-flink-15/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-translation-flink - ${revision} + 2.3.12-SNAPSHOT seatunnel-translation-flink-15 diff --git a/seatunnel-translation/seatunnel-translation-flink/seatunnel-translation-flink-common/pom.xml b/seatunnel-translation/seatunnel-translation-flink/seatunnel-translation-flink-common/pom.xml index 1f83800da35..315a72aaa2a 100644 --- a/seatunnel-translation/seatunnel-translation-flink/seatunnel-translation-flink-common/pom.xml +++ b/seatunnel-translation/seatunnel-translation-flink/seatunnel-translation-flink-common/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-translation-flink - ${revision} + 2.3.12-SNAPSHOT seatunnel-translation-flink-common diff --git a/seatunnel-translation/seatunnel-translation-spark/pom.xml b/seatunnel-translation/seatunnel-translation-spark/pom.xml index f04dc2cd09d..e67712b3cc1 100644 --- a/seatunnel-translation/seatunnel-translation-spark/pom.xml +++ b/seatunnel-translation/seatunnel-translation-spark/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-translation - ${revision} + 2.3.12-SNAPSHOT seatunnel-translation-spark diff --git a/seatunnel-translation/seatunnel-translation-spark/seatunnel-translation-spark-2.4/pom.xml b/seatunnel-translation/seatunnel-translation-spark/seatunnel-translation-spark-2.4/pom.xml index 13103fcf1fa..a409cc926fa 100644 --- a/seatunnel-translation/seatunnel-translation-spark/seatunnel-translation-spark-2.4/pom.xml +++ b/seatunnel-translation/seatunnel-translation-spark/seatunnel-translation-spark-2.4/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-translation-spark - ${revision} + 2.3.12-SNAPSHOT seatunnel-translation-spark-2.4 diff --git a/seatunnel-translation/seatunnel-translation-spark/seatunnel-translation-spark-3.3/pom.xml b/seatunnel-translation/seatunnel-translation-spark/seatunnel-translation-spark-3.3/pom.xml index 8af832200a7..b6427646566 100644 --- a/seatunnel-translation/seatunnel-translation-spark/seatunnel-translation-spark-3.3/pom.xml +++ b/seatunnel-translation/seatunnel-translation-spark/seatunnel-translation-spark-3.3/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-translation-spark - ${revision} + 2.3.12-SNAPSHOT seatunnel-translation-spark-3.3 diff --git a/seatunnel-translation/seatunnel-translation-spark/seatunnel-translation-spark-common/pom.xml b/seatunnel-translation/seatunnel-translation-spark/seatunnel-translation-spark-common/pom.xml index b396c9485fd..ba39a8b17be 100644 --- a/seatunnel-translation/seatunnel-translation-spark/seatunnel-translation-spark-common/pom.xml +++ b/seatunnel-translation/seatunnel-translation-spark/seatunnel-translation-spark-common/pom.xml @@ -19,7 +19,7 @@ org.apache.seatunnel seatunnel-translation-spark - ${revision} + 2.3.12-SNAPSHOT seatunnel-translation-spark-common