Releases: aliyun/aliyun-log-python-sdk
Releases · aliyun/aliyun-log-python-sdk
0.6.9
Improvement
- Restructure module structure, most API/classes could be imported from
aliyun.log
directly - Refine API documentations and doc strings accordingly
- Generate sphinx doc: http://aliyun-log-python-sdk.readthedocs.io/
0.6.8
New Interfaces
get_previous_cursor_time
: to get the time of the previous cursor of the passed one. it's normally used to check where the data is consumed.get_check_point_fixed
: add a new filed "previous_check_point_cursor_time" into result
Bug fixed
- fix a bug when
logBeginRegex
is empty in APIget_logtail_config
in some case (e.g. the config is json mode)
Other improvement
- add more logging info for parsing failure case
0.6.7
New Interfaces
- list_project: allow user to list project under current region/account
- copy_project: allow user to copy all settings (logstore, logtail, machinegroup, index) under one project to another project (can cross region with a different logclient instance)
Other improvement
- add more doc string to all interfaces in logclient
- fix a bug in list related response parsing when data is empty
0.6.6
New Feature
- Add API to operate consumer group
- Add high level API for consumer group
- License is changed to MIT
New Platform
- Pypy2
- Pypy3
Bug Fixing
- fix a
KeyError
in some customer's env that the HTTP header is not "X-Log-Abc" rahter than the expected "x-log-abc" - add a paramter
logSample
toCommonRegLogConfigDetail
and update sample.py accordingly - fix doc link in readme