Skip to content

Commit 8851186

Browse files
[Release][2.3.10][connector-change-log] Update connector change log
1 parent d62342a commit 8851186

File tree

168 files changed

+7052
-6418
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

168 files changed

+7052
-6418
lines changed

Diff for: docs/en/connector-v2/changelog/connector-activemq.md

+9-6
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,14 @@
22

33
| Change | Commit | Version |
44
| --- | --- | --- |
5-
|[Improve][connector][activemq] Remove duplicate dependencies (#8753)|https://github.com/apache/seatunnel/commit/da6241aa1c| dev |
6-
|[improve] update activemq connector config option (#8580)|https://github.com/apache/seatunnel/commit/629f85b23a| dev |
7-
|[Improve][dist]add shade check rule (#8136)|https://github.com/apache/seatunnel/commit/51ef800016|2.3.9|
8-
|[Feature][Restapi] Allow metrics information to be associated to logical plan nodes (#7786)|https://github.com/apache/seatunnel/commit/6b7c53d03c|2.3.9|
9-
|Bump org.apache.activemq:activemq-client (#7323)|https://github.com/apache/seatunnel/commit/e23e3ac4ed|2.3.7|
10-
|[Feature] [Activemq] Added activemq sink (#7251)|https://github.com/apache/seatunnel/commit/f0cefbeb4a|2.3.7|
5+
|fix code style|https://github.com/apache/seatunnel/commit/d62342aa5| dev |
6+
|[maven-release-plugin] prepare for next development iteration|https://github.com/apache/seatunnel/commit/dca66b78d| dev |
7+
|[maven-release-plugin] prepare release 2.3.10|https://github.com/apache/seatunnel/commit/5c8a4c03d|2.3.10|
8+
|[Improve][connector][activemq] Remove duplicate dependencies (#8753)|https://github.com/apache/seatunnel/commit/da6241aa1|2.3.10|
9+
|[improve] update activemq connector config option (#8580)|https://github.com/apache/seatunnel/commit/629f85b23|2.3.10|
10+
|[Improve][dist]add shade check rule (#8136)|https://github.com/apache/seatunnel/commit/51ef80001|2.3.9|
11+
|[Feature][Restapi] Allow metrics information to be associated to logical plan nodes (#7786)|https://github.com/apache/seatunnel/commit/6b7c53d03|2.3.9|
12+
|Bump org.apache.activemq:activemq-client (#7323)|https://github.com/apache/seatunnel/commit/e23e3ac4e|2.3.7|
13+
|[Feature] [Activemq] Added activemq sink (#7251)|https://github.com/apache/seatunnel/commit/f0cefbeb4|2.3.7|
1114

1215
</details>

Diff for: docs/en/connector-v2/changelog/connector-amazondynamodb.md

+29-26
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,34 @@
22

33
| Change | Commit | Version |
44
| --- | --- | --- |
5-
|[Fix] Fix error log name for SourceSplitEnumerator implements class (#8817)|https://github.com/apache/seatunnel/commit/55ed90ecaf| dev |
6-
|[Improve] restruct connector common options (#8634)|https://github.com/apache/seatunnel/commit/f3499a6eeb| dev |
7-
|[improve] update amazondynamodb connector (#8601)|https://github.com/apache/seatunnel/commit/a69efca0fd| dev |
8-
|[Feature][Restapi] Allow metrics information to be associated to logical plan nodes (#7786)|https://github.com/apache/seatunnel/commit/6b7c53d03c|2.3.9|
9-
|[Feature][Doris] Add Doris type converter (#6354)|https://github.com/apache/seatunnel/commit/5189991843|2.3.6|
10-
|[Feature][Core] Upgrade flink source translation (#5100)|https://github.com/apache/seatunnel/commit/5aabb14a94|2.3.4|
11-
|[Improve][Common] Introduce new error define rule (#5793)|https://github.com/apache/seatunnel/commit/9d1b2582b2|2.3.4|
12-
|[Improve] Code clean for AmazonDynamoDB connector (#5791)|https://github.com/apache/seatunnel/commit/a17dd7afc1|2.3.4|
13-
|[Improve] Remove use `SeaTunnelSink::getConsumedType` method and mark it as deprecated (#5755)|https://github.com/apache/seatunnel/commit/8de7408100|2.3.4|
14-
|[connector-v2] add amazondynamicdb source split (#5275)|https://github.com/apache/seatunnel/commit/740c14422d|2.3.4|
15-
|Support config column/primaryKey/constraintKey in schema (#5564)|https://github.com/apache/seatunnel/commit/eac76b4e50|2.3.4|
16-
|[Improve]Remove scheduler in Dynamodb sink (#5248)|https://github.com/apache/seatunnel/commit/9e033a824e|2.3.4|
17-
|[Improve][CheckStyle] Remove useless &#x27;SuppressWarnings&#x27; annotation of checkstyle. (#5260)|https://github.com/apache/seatunnel/commit/51c0d709ba|2.3.4|
18-
|[Bugfix][AmazonDynamoDB] Fix the problem that all table data cannot be obtained (#5146)|https://github.com/apache/seatunnel/commit/09995159a0|2.3.3|
19-
|Merge branch &#x27;dev&#x27; into merge/cdc|https://github.com/apache/seatunnel/commit/4324ee1912|2.3.1|
20-
|[Improve][Project] Code format with spotless plugin.|https://github.com/apache/seatunnel/commit/423b583038|2.3.1|
21-
|[improve][api] Refactoring schema parse (#4157)|https://github.com/apache/seatunnel/commit/b2f573a13e|2.3.1|
22-
|[Improve][build] Give the maven module a human readable name (#4114)|https://github.com/apache/seatunnel/commit/d7cd601051|2.3.1|
23-
|[Improve][Project] Code format with spotless plugin. (#4101)|https://github.com/apache/seatunnel/commit/a2ab166561|2.3.1|
24-
|[Feature][Connector] add get source method to all source connector (#3846)|https://github.com/apache/seatunnel/commit/417178fb84|2.3.1|
25-
|[Feature][API &amp; Connector &amp; Doc] add parallelism and column projection interface (#3829)|https://github.com/apache/seatunnel/commit/b9164b8ba1|2.3.1|
26-
|[Hotfix][API] env required option can not set default value (#3584)|https://github.com/apache/seatunnel/commit/c5a23024f6|2.3.0|
27-
|[Feature][Connector-V2][AmazonDynamoDB] Add Factory for AmazonDynamoDB (#3348)|https://github.com/apache/seatunnel/commit/a0068efdbf|2.3.0|
28-
|[Improve][Connector-V2][AmazonDynamoDB] Unified exception for AmazonDynamoDB source &amp; sink connector (#3333)|https://github.com/apache/seatunnel/commit/17bc5adcef|2.3.0|
29-
|[Connector-V2] [Chore] Canonical name for AmazonDynamodb (#3321)|https://github.com/apache/seatunnel/commit/e216eb9a6b|2.3.0|
30-
|[Feature][Connector-V2] [Amazondynamodb Connector]add amazondynamodb source &amp; sink connnector (#3166)|https://github.com/apache/seatunnel/commit/183bac02f0|2.3.0|
5+
|fix code style|https://github.com/apache/seatunnel/commit/d62342aa5| dev |
6+
|[maven-release-plugin] prepare for next development iteration|https://github.com/apache/seatunnel/commit/dca66b78d| dev |
7+
|[maven-release-plugin] prepare release 2.3.10|https://github.com/apache/seatunnel/commit/5c8a4c03d|2.3.10|
8+
|[Fix] Fix error log name for SourceSplitEnumerator implements class (#8817)|https://github.com/apache/seatunnel/commit/55ed90eca|2.3.10|
9+
|[Improve] restruct connector common options (#8634)|https://github.com/apache/seatunnel/commit/f3499a6ee|2.3.10|
10+
|[improve] update amazondynamodb connector (#8601)|https://github.com/apache/seatunnel/commit/a69efca0f|2.3.10|
11+
|[Feature][Restapi] Allow metrics information to be associated to logical plan nodes (#7786)|https://github.com/apache/seatunnel/commit/6b7c53d03|2.3.9|
12+
|[Feature][Doris] Add Doris type converter (#6354)|https://github.com/apache/seatunnel/commit/518999184|2.3.6|
13+
|[Feature][Core] Upgrade flink source translation (#5100)|https://github.com/apache/seatunnel/commit/5aabb14a9|2.3.4|
14+
|[Improve][Common] Introduce new error define rule (#5793)|https://github.com/apache/seatunnel/commit/9d1b2582b|2.3.4|
15+
|[Improve] Code clean for AmazonDynamoDB connector (#5791)|https://github.com/apache/seatunnel/commit/a17dd7afc|2.3.4|
16+
|[Improve] Remove use `SeaTunnelSink::getConsumedType` method and mark it as deprecated (#5755)|https://github.com/apache/seatunnel/commit/8de740810|2.3.4|
17+
|[connector-v2] add amazondynamicdb source split (#5275)|https://github.com/apache/seatunnel/commit/740c14422|2.3.4|
18+
|Support config column/primaryKey/constraintKey in schema (#5564)|https://github.com/apache/seatunnel/commit/eac76b4e5|2.3.4|
19+
|[Improve]Remove scheduler in Dynamodb sink (#5248)|https://github.com/apache/seatunnel/commit/9e033a824|2.3.4|
20+
|[Improve][CheckStyle] Remove useless &#x27;SuppressWarnings&#x27; annotation of checkstyle. (#5260)|https://github.com/apache/seatunnel/commit/51c0d709b|2.3.4|
21+
|[Bugfix][AmazonDynamoDB] Fix the problem that all table data cannot be obtained (#5146)|https://github.com/apache/seatunnel/commit/09995159a|2.3.3|
22+
|Merge branch &#x27;dev&#x27; into merge/cdc|https://github.com/apache/seatunnel/commit/4324ee191|2.3.1|
23+
|[Improve][Project] Code format with spotless plugin.|https://github.com/apache/seatunnel/commit/423b58303|2.3.1|
24+
|[improve][api] Refactoring schema parse (#4157)|https://github.com/apache/seatunnel/commit/b2f573a13|2.3.1|
25+
|[Improve][build] Give the maven module a human readable name (#4114)|https://github.com/apache/seatunnel/commit/d7cd60105|2.3.1|
26+
|[Improve][Project] Code format with spotless plugin. (#4101)|https://github.com/apache/seatunnel/commit/a2ab16656|2.3.1|
27+
|[Feature][Connector] add get source method to all source connector (#3846)|https://github.com/apache/seatunnel/commit/417178fb8|2.3.1|
28+
|[Feature][API &amp; Connector &amp; Doc] add parallelism and column projection interface (#3829)|https://github.com/apache/seatunnel/commit/b9164b8ba|2.3.1|
29+
|[Hotfix][API] env required option can not set default value (#3584)|https://github.com/apache/seatunnel/commit/c5a23024f|2.3.0|
30+
|[Feature][Connector-V2][AmazonDynamoDB] Add Factory for AmazonDynamoDB (#3348)|https://github.com/apache/seatunnel/commit/a0068efdb|2.3.0|
31+
|[Improve][Connector-V2][AmazonDynamoDB] Unified exception for AmazonDynamoDB source &amp; sink connector (#3333)|https://github.com/apache/seatunnel/commit/17bc5adce|2.3.0|
32+
|[Connector-V2] [Chore] Canonical name for AmazonDynamodb (#3321)|https://github.com/apache/seatunnel/commit/e216eb9a6|2.3.0|
33+
|[Feature][Connector-V2] [Amazondynamodb Connector]add amazondynamodb source &amp; sink connnector (#3166)|https://github.com/apache/seatunnel/commit/183bac02f|2.3.0|
3134

3235
</details>

Diff for: docs/en/connector-v2/changelog/connector-amazonsqs.md

+12-9
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,17 @@
22

33
| Change | Commit | Version |
44
| --- | --- | --- |
5-
|[Improve] restruct connector common options (#8634)|https://github.com/apache/seatunnel/commit/f3499a6eeb| dev |
6-
|[improve] amazon sqs connector update (#8602)|https://github.com/apache/seatunnel/commit/c747e02a98| dev |
7-
|[Feature][Restapi] Allow metrics information to be associated to logical plan nodes (#7786)|https://github.com/apache/seatunnel/commit/6b7c53d03c|2.3.9|
8-
|[Feature][Kafka] Support multi-table source read (#5992)|https://github.com/apache/seatunnel/commit/60104602d1|2.3.6|
9-
|[Improve][Common] Introduce new error define rule (#5793)|https://github.com/apache/seatunnel/commit/9d1b2582b2|2.3.4|
10-
|[Improve] Remove use `SeaTunnelSink::getConsumedType` method and mark it as deprecated (#5755)|https://github.com/apache/seatunnel/commit/8de7408100|2.3.4|
11-
|[Improve] Remove all useless `prepare`, `getProducedType` method (#5741)|https://github.com/apache/seatunnel/commit/ed94fffbb9|2.3.4|
12-
|[Improve][Connector-V2] Change `amazonsqs` to `AmazonSqs` as connector identifier (#5742)|https://github.com/apache/seatunnel/commit/245705d0f7|2.3.4|
13-
|[Feature] [Connector-V2] Add connector amazonsqs (#5367)|https://github.com/apache/seatunnel/commit/7f75a8eafd|2.3.4|
5+
|fix code style|https://github.com/apache/seatunnel/commit/d62342aa5| dev |
6+
|[maven-release-plugin] prepare for next development iteration|https://github.com/apache/seatunnel/commit/dca66b78d| dev |
7+
|[maven-release-plugin] prepare release 2.3.10|https://github.com/apache/seatunnel/commit/5c8a4c03d|2.3.10|
8+
|[Improve] restruct connector common options (#8634)|https://github.com/apache/seatunnel/commit/f3499a6ee|2.3.10|
9+
|[improve] amazon sqs connector update (#8602)|https://github.com/apache/seatunnel/commit/c747e02a9|2.3.10|
10+
|[Feature][Restapi] Allow metrics information to be associated to logical plan nodes (#7786)|https://github.com/apache/seatunnel/commit/6b7c53d03|2.3.9|
11+
|[Feature][Kafka] Support multi-table source read (#5992)|https://github.com/apache/seatunnel/commit/60104602d|2.3.6|
12+
|[Improve][Common] Introduce new error define rule (#5793)|https://github.com/apache/seatunnel/commit/9d1b2582b|2.3.4|
13+
|[Improve] Remove use `SeaTunnelSink::getConsumedType` method and mark it as deprecated (#5755)|https://github.com/apache/seatunnel/commit/8de740810|2.3.4|
14+
|[Improve] Remove all useless `prepare`, `getProducedType` method (#5741)|https://github.com/apache/seatunnel/commit/ed94fffbb|2.3.4|
15+
|[Improve][Connector-V2] Change `amazonsqs` to `AmazonSqs` as connector identifier (#5742)|https://github.com/apache/seatunnel/commit/245705d0f|2.3.4|
16+
|[Feature] [Connector-V2] Add connector amazonsqs (#5367)|https://github.com/apache/seatunnel/commit/7f75a8eaf|2.3.4|
1417

1518
</details>

0 commit comments

Comments
 (0)