Addax 4.0.3 has released!
Download
- You can download pre-compiled binary files from Addax-4.0.3 if you are in Chinese mainland, otherwise
- Download from the following attachment addax-4.0.3.tar.gz
md5sum: 19766c2577b46bd5b22d63a502f5f5dd
Note: Because Aliyun drive does not support the sharing of compressed files currently, So, I add a .jpg suffix for each binary file, you need to remove this suffix before you can use the
Release notes
General
- Add
datareader
plugin, generate data to meet specified rule requirements for populating data in development and testing (#291) - Introduce new
sqlitereader
plugin (#305) - Introduce a new
sqlitewriter
plugin (#306) - Optimize compress type process (#318)
Reader plugins
dbffile reader
- Rename to
dbfreader
40d0d51
ftp reader
- Fix read failure when using
gzip -c
to compress multiple files (#316 )
kudu reader
- Allow specify columns instead of all columns (#297 #295 #252)
- Add support for configuring
where
to set more filters (#298)
sqlite reader
- Bump sqlite-jdbc from 3.36.0.1 to 3.36.0.2 (#311)
stream reader
- Allow specify scale when configure a random double (#288)
txtfile reader
- Fix read failure when using
gzip -c
to compress multiple files (#316 )
Writer plugins
dbffile writer
- Rename to
dbfwriter
c6adb3f
kudu writer
- Fixed data lost without flushing cache, thanks @niexiongchao (#294)
sqlite writer
- Bump sqlite-jdbc from 3.36.0.1 to 3.36.0.2 (#311)