[Release][2.3.13] Prepare release 2.3.13#10466
[Release][2.3.13] Prepare release 2.3.13#10466zhangshenghang merged 7 commits intoapache:2.3.13-releasefrom
Conversation
Issue 1: Version number hardcoded instead of using a variableLocation: Current code: <version>3.0.0-SNAPSHOT</version>Previous code: <version>${revision}</version>Problem description:
Potential risks:
Impact scope:
Severity: MINOR Improvement suggestions: <!-- 在 pom.xml 的 properties 部分定义 -->
<properties>
<revision>3.0.0-SNAPSHOT</revision>
...
</properties>
<!-- 在 version 部分使用变量 -->
<version>${revision}</version>Rationale: Maintain consistency with the project's previous version management strategy to facilitate unified version number management. Issue 2: Timing of .gitignore modificationsLocation: Change content: -seatunnel-examplesProblem description:
Potential risks:
Impact scope:
Severity: MINOR Improvement suggestions:
Issue 3: Chinese Changelog incompleteLocation: Problem description:
Check results: Potential risks:
Impact scope:
Severity: MINOR Improvement suggestions:
Issue 4: Release Note format inconsistencyLocation: Problem description:
- [Feature][Connector-V2] Support sync_mode=update for FtpFile/SftpFile/LocalFile source (binary) (#10437)
- [Feature] [Connector-V2] Postgresql support read TIMESTAMP_TZ (#10048) # 注意双空格
- [Improve][Zeta] Improve job metrics handling with partitioning support (#9833)
- [Improvement][Connector] Upgrade Kafka client version from 3.2.0 to 3.4.0 (#9941) # Improvement 而非 ImprovePotential risks:
Impact scope:
Severity: MINOR Improvement suggestions:
|
Purpose of this pull request
Does this PR introduce any user-facing change?
How was this patch tested?
Check list
New License Guide
incompatible-changes.mdto describe the incompatibility caused by this PR.