Releases: aliyun/aliyun-log-python-sdk
Releases · aliyun/aliyun-log-python-sdk
0.7.0
0.6.53
0.6.47
0.6.46.1
0.6.45
Improvement
- Jupyter Magic Command: show incomplete if not when getting logs #118
- Consumer Group: improve reliability #113 #117 #120
- Consumer Group: add new option
cursor_end_time
to only consume certain logs in period (and auto shutdown the worker) - Shipper: fix the legacy bugs in Shipper configurations, Note: API signatures are updated #124
- Transformdata: add end_time for consumer group mode as well.
Others
- add a new example of Splunk sync with multiple source logstores: https://github.com/aliyun/aliyun-log-python-sdk/blob/master/tests/consumer_group_examples/sync_data_to_splunk_multiple_logstores.py
0.6.44
0.6.43
New Feature
- support magic command for IPython or Jupyter Notebook, Lab, refer to Jupyter Magic Extension
- add
syslogclient
util intoaliyun.log.ext
0.6.42
New Feature
- support LZ4 compression for faster server side data receiving. (Note: need to
lz4a
need to be installed to enable it, or else still usegzip
) 907bf44 - ETL: support coalesce via
V
80004e9 - ETL: support
set mode (add, fill, overwrite or check new value if empty)
forregex
,csv
,kv
,lookup
,json
7cc6abb - ETL: support naming check for
json
,regex
,kv
: b2f9d1f - ETL: support something like
auto_escape
967f5aa
Improvement
- add OS/Python platform info into user agent 1dbfabf
- for
copy_logstore
,copy_project
, when shard count of source is larger than 10, it will directly create it with same shard on target rather than splitting latter. 2071d81
Other note
- all time string please use +HH:MM to define the time zone, e.g. "2018-1-1 10:10:10+8:00" is timezone UTC+8. ff7afcb