Skip to content

Releases: aliyun/aliyun-log-python-sdk

0.6.9

17 Nov 18:53
8294af2
Compare
Choose a tag to compare

Improvement

0.6.8

16 Nov 08:59
d2ef6c2
Compare
Choose a tag to compare

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 API get_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

15 Nov 07:17
bdb0243
Compare
Choose a tag to compare

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

08 Nov 04:12
83ac3c2
Compare
Choose a tag to compare

New Feature

  1. Add API to operate consumer group
  2. Add high level API for consumer group
  3. 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 to CommonRegLogConfigDetail and update sample.py accordingly
  • fix doc link in readme

0.6.5

30 Oct 09:17
b5d549a
Compare
Choose a tag to compare

Implementations

  • Add support for Python 3.x
  • Integrate with Travis-CI

Supported Python

  • Python 2.6
  • Python 2.7
  • Python 3.3
  • Python 3.4
  • Python 3.5
  • Python 3.6

0.6.4

30 Oct 02:31
Compare
Choose a tag to compare
  • 封装Rest API。
  • 实现API请求的数字签名
  • 实现API的Protocol Buffer格式发送日志
  • 支持API定义的数据压缩方式
  • 实现API查询数据和批量消费数据
  • 使用异常统一处理错误
  • 支持Pip安装