For My Mother
Addax 6.0.8 has released! 🎉
We are pleased to announce version 6.0.8, which focuses on improving stability and performance by addressing several bugs and implementing minor code refinements.
Below are the key updates in this release:
📜 Changes
ac8b7fc [bugfix][plugin][paimonwriter] Fix paimon writer truncate table failed (#1398)
330c2db [bugfix][plugin][paimonwriter] fix paimon data loss (#1396)
fb5530b [feature][lib][rdbms] Add unQuote method to DataBaseType for handling quoted identifiers
d9346e8 Merge branch 'master' of github.com:wgzhao/Addax
a55b19f [bugfix][lib][rdbms] fix null string comparison to be case-insensitive in DataBaseType.java
2071457 [improve][rdbms] Use shared BasicDataSource cache in DBUtil to enable real pooling and fix per-call DS teardown
29a140c [feature][rdbms] Enhance column name quoting with optional force quoting
8fc7116 [chore][dependencies] Bump commons.csv, log4j and zstd to updated version
02a9230 [chore][github][action] update actions/checkout to v6 across workflow files and
b419568 [chore][lib][rdbms] Remove redundant timezone configuration check for MySQL JDBC
a22d9f6 [bugfix][plugin][mysqlreader] Fix NPE when reading GEOMETRY columns with null or SRID-only WKB
2d881af [update][doc] enhance documentation for RDBMS writer configuration parameters and add ddl support
b49ccbf [chore][issue-template] Update default version options in NEW-ISSUE.yml