- Bump protobuf-java from 2.5.0 to 3.15.5
- Bump mssql-jdbc from 8.4.0.jres8 to 9.2.1.jre15
- Add missing ElasticSearchReader package
- Add support for get version in
datax.py
- Fixed get
XML
data as string instead of SQLXML handler
- Add support
XML
data type
- Add field value incrment function
- Fixed job template file
- Add timeout configure items
- Use native influxDB API instead of influxdb-java (#153)
- Add timeout configure items
- Add support for more compress format (#154)
- Add support for Elasticsearch reader (#121)
- Add support for TDengine reader and writer (#124)
- Add Support for DorisDB writer (#131)
- Documentation streamreader and streamwriter
- Add support more than one channel setup (#130)
- Fixed: unknown host exception when writing parquet file (#135)
- change class package to
com.wgzhao
This is draft version
- Remove unnecessary jar packages
- Allow specify jdbc driver class name (#164c)
- Allow specify jdbc driver class name (#164c)
- Add HTTP reader plugin
- make
package.xml
more general
- Add Kudu reader plugin
- Add kudu writer plugin
- Add Greenplum writer plugin
- Add InfluxDB reader plugin
- Add InfluxDB Writer plugin
- Change loglevel to reduce console output
- Add more exit code
- Fixed Date type can not convert to bytes
- Add support for more data type such as
Array
,UUID
,JSON
,XML
- Add more deme job files
- Add support for HBase 2.0 reader (
hbase20xreader
) - Fixes for some minor issues
- Update some sample job json-string for documentation
- Add support for
DateTime
,DateTime64
data type
- Add support for
DateTime
,DateTime64
data type
- Add support for
UUID
,JSON
,INET
,MACADDR
data type
- Add support for
UUID
,JSON
,INET
,MACADDR
data type
- Add support for
image
data type
- Add support for
image
data type
- Fixed incorrect column cuased by duplicate variable initialization (#92)
- Add power expressions (
^
) fordx_map
function
- Add tar.gz release package
- Takes item
password
to optional instead of required one
- Fixed incorrect target packaging folder (#81)
- Add support for
merge into
statement via configuringwirteMode
item (#82)
- Add support for
insert into ... on conflict
statement via configuringwirteMode
item (#82)
- Various code clean
- Reconstruct this plugin with 3rd-party jar package
- Add support for
Date
type - Fix for the occasional null pointer exception
- Add support for
Date
type
- Fixed missing dependency jars (#68)
This is an emergency fix version to fix a serious problem in a previous release ( #62).
- Delete temporary local file
- Only parse redis
String
data type, other types will be ignore
- Add support for reading Parquet file (#54)
- Does not parse the
-m
command line argument, it doesn't really do anything!
- Add support for
datetime
data type with old SQLServer edition
- Add support for truncating table before inserting records
- Add support for specifing zookeeper's port, if not presents, it uses
2181
as default port
- Add support for
timestamp
data type
- Add support for
json
data type
- Transformer add column's basic operation
- Use prestosql's hadoop and hive jars instead of apache's
- various misc codes optimize
- remove supported for reading compressed dbf file
- fixed parse non-string type value
- fixed boolean type writing error
- Use keyword
parquet
indicates support parquet format, old keywordpar
is not used