Addax 4.3.0 has released! 🎉
Compatibility Warning ⚠️
Version Compatibility Notice
This release contains core class changes and updated database split algorithm. It may not be fully compatible with deployments using versions prior to 4.3.0.
Changes
- ee063f4 [update][ui] replace the favicon
- aa16ee3 [feat][ui][home] Revamp home page with new hero section, feature cards, and improved layout
- d0e12e7 [feat][lib][exception] Enhance AddaxException with new methods for illegal and missing configuration values
- afef345 [update][docs][README] Add versioning scheme section with Semantic Versioning guidelines
- 561d3f3 [refactor][lib][rdbms] Remove unused quoteTableName method and clean up original configuration checks
- 988305d [refactor][lib][rdbms] Simplify dealColumnConf method by removing connection factory dependency
- 05dc608 [feat][lib][rdbms] Simplify connection handling and improve method consistency
- 174f88f [feat][lib][rdbms] emit warning for potential thread‑safety issues (#1215)
- dbc3652 [bugfix][lib][rdbms] incorrect eachTableSplitSize setting while guess primary key
- 4943c15 [bugfix][core] Fix parsing of JVM configuration in addax.sh by removing unnecessary characters
- a245113 [update][3rd] Update dependency versions to updated version
- d878933 [refactor][core] Add relativePath to parent POM for better module resolution
- bfdeb22 [refactor][plugin] Improve code readability by simplifying stream operations and enhancing error handling
- 109a565 [refactor][plugin] Translate comments and error messages to English for better clarity and remove unnecessary code
- 952f062 [refactor][plugin] Translate comments and error messages to English for better clarity
- 65c4554 [refactor][plugin][hbase11xsqlreader] Translate comments to English for better clarity and remove unnecessary code
- 3c51c77 [refactor][plugin][hbase11xreader] Translate comments and error messages to English for better clarity
- 5a69ba2 [refactor][plugin][ftpreader] Translate comments to English for better clarity and remove unnecessary comments
- 01a450a [refactor][plugin][elastichsearcreader] Translate comments and error messages to English for better clarity
- 659bad7 [refactor][plugin][dbfreader] Translate comments to English and improve error messages for clarity
- b2c78c6 [refactor][plugin][datareader] Rename mixup function parameters for clarity and update comments in PhoneUtil and StockUtil
- 8e0b731 [refactor][plugin][cassandrareader] Translate comments and error messages to English for better clarity
- bd0d016 [refactor][lib][transformer] Translate comments and JavaDocs to English for better clarity
- aa53912 [refactor][lib][storage] Translate comments and JavaDocs to English for better clarity
- 2e84b58 [refactor][lib][rdbms] Translate comments and JavaDocs to English for better clarity
- e42c429 [refactor][core] Translate comments and JavaDocs to English for better clarity
- 4b1b737 [refactor][common] Add more java docs, translate into english
- 68cb425 [feat][core] Update JVM settings to use configuration from core.json and apply environment variables
- dde59cd Merge branch 'master' of github.com:wgzhao/Addax
- a230d58 [feat][doc][readme] Update logo SVG files with new design elements and replace PNG references in README
- 2079035 [feat][plugin][doriswriter] Update batch size to 102400 and add workers property to loadProps
- 8436d5b [feat][core] Improve formatting of reader and writer plugin JSON output
- 1b0bf01 [feat][plugin][doriswriter] Change log level from info to debug for batch data joining and stream load completion
- 4ebd15b Merge branch 'master' of github.com:wgzhao/Addax
- 3a11fdc [update][issue-template] Update version options and improve descriptions in NEW-ISSUE.yml
- 29c8803 [feat][docker] Enhance build process by adding Docker image push commands and optimizing Maven options
- 3c81d11 [maven-release-plugin] prepare for next development iteration