Releases: aliyun/aliyun-log-python-sdk
Releases · aliyun/aliyun-log-python-sdk
0.6.39
0.6.38
0.6.37
0.6.36
New Feature
- Support CLI-ETL Now:
transform_data
via shard/consumer group,copy_data
via shard. logstore sync etc. aliyun/aliyun-log-cli#37 aliyun/aliyun-log-cli#46 aliyun/aliyun-log-cli#47 aliyun/aliyun-log-cli#48 - keep logstore settings updated #93
- add log group tag in result #52
Improvement
0.6.35
New Feature
- support get resource usage via get_resource_usage, detail: aliyun/aliyun-log-cli#42
- support auto-split logstore shard to an expected count via arrange_shard, detail: aliyun/aliyun-log-cli#38
0.6.34
New feature
- support aliyun/aliyun-log-cli#37
Improvement
- allow format of machine group config same as downloaded one via CLI
- fix version issue with protobuf (need >= 3.4.0 now)
0.6.33
0.6.32
Enhancement
- support aliyun/aliyun-log-cli#20 to allow human readable time passed to query/pull related methods. refer to: https://aliyun-log-cli.readthedocs.io/en/latest/tutorials/tutorial_human_readable_datetime.html
- add new parameter
auto_creation
forMigrationManager
. refer to: https://github.com/aliyun/aliyun-log-python-sdk/blob/master/doc/tutorials/tutorial_es_migration.md