Addax 6.0.9 has released! 🎉
We are pleased to announce version 6.0.9, which focuses on improving stability and performance by addressing several bugs and implementing minor code refinements.
Below are the key updates in this release:
Highlights
- Added YAML job configuration support (.yaml/.yml) alongside JSON, with a full set of YAML example job templates.
- HTTP Reader now supports authConfig token bootstrap for authenticated requests.
- ORC writer normalizes timestamp string output to a consistent yyyy-MM-dd HH:mm:ss format.
Bug Fixes
- RDBMS excludeColumn now works correctly with quoted column names; avoids redundant re-quoting.
- PostgreSQL forced column quoting fixed to use proper double-quote handling and safer fallbacks.
Docs & Examples
- HTTP Reader documentation expanded/updated.
- New project knowledge/conventions documentation added.
- Plugin job template updated for new HTTP auth options.
Operational / Maintenance
- Added logging for PK range SQL execution in SingleTableSplitUtil.
- Ensured mutable handling of allColumns in RDBMS config pretreatment.
- GitHub Actions updates (setup-java, cache) and minor POM/version alignment across modules.
📜 Changes
5c9309c (HEAD -> master, origin/master, origin/HEAD) [maven-release-plugin] prepare for next development iteration
1873049 (tag: 6.0.9) [maven-release-plugin] prepare release 6.0.9
424b62b [bugfix][lib][rdbms]: fix forced column quoting for PostgreSQL (#1417)
1c288ef [bugfix][lib][rdbms]: fixed excludeColumn config not working due to quoted column name mismatch (#1415)
86d24e6 [feat][plugin][httpreader] Add authConfig token bootstrap (#1414)
ad6b116 [chore][core]: Add YAML file support in job configuration
9de195e [feature][core]: Add YAML job config support (#1408)
35922d5 [chore][action] Bump setup-java action version to 5.2.0 in workflows
f476edb [chore][lib][rdbms] Add log for PK range SQL execution in SingleTableSplitUtil
ded60dd [chore][docs]: Add project-specific knowledge and conventions in SKILL.md
c459e23 [chore][lib][rdbms] Ensure allColumns is a mutable list in OriginalConfPretreatmentUtil
41737eb [feature][plugin][hdfswriter] Normalize timestamp string output in OrcWriter
bdd5c51 [update][action] Bump actions/setup-java from 5.0.0 to 5.1.0 (#1390)
c4554eb [update][action] Bump actions/cache from 4 to 5 (#1391)
0326ca8 [maven-release-plugin] prepare for next development iteration