Releases: aliyun/aliyun-log-go-sdk
Releases · aliyun/aliyun-log-go-sdk
v0.1.115
v0.1.114
What's Changed
- feat: Get logs support zstd by @crimson-gao in #362
- feat: support metricStore meteringMode by @crimson-gao in #363
Full Changelog: v0.1.113...v0.1.114
v0.1.113
What's Changed
- feat: support scan index by @crimson-gao in #360
- feat: support InfrequentAccessTTL by @crimson-gao in #361
Full Changelog: v0.1.112...v0.1.113
v0.1.112
What's Changed
- feat: Consumer support end cursor by @crimson-gao in #357
Full Changelog: v0.1.111...v0.1.112
v0.1.111
What's Changed
- feat: producer double close will not panic by @crimson-gao in #356
Full Changelog: v0.1.110...v0.1.111
v0.1.110
What's Changed
- fix: producer not close after shutdown by @crimson-gao in #355
Full Changelog: v0.1.109...v0.1.110
v0.1.109
What's Changed
- feat: support listProject with description by @crimson-gao in #352
Full Changelog: v0.1.108...v0.1.109
feat: support utf8 write & trim empty or same labels in metric config
What's Changed
- feat: support utf8 write & trim empty or same labels in metric config by @early-youth in #351
New Contributors
- @early-youth made their first contribution in #351
Full Changelog: v0.1.107...v0.1.108
v0.1.107
What's Changed
- chore: rename example function name to avoid multiple main in same package by @crimson-gao in #347
- add spl consume processor by @panawala in #348
Full Changelog: v0.1.106...v0.1.107
v0.1.106
What's Changed
- 现在即使没有拉取到任何数据,也一定会调用用户的消费组 process 函数,来保证 saveCheckPoint 可以被正常触发到。在规则消费场景下(即设置了 query 参数),如果所有数据都被过滤掉,返回的数据可能为空,但是消费进度仍然应该向前。这种情况下必须调用用户 process 函数来保证消费进度可以被保存。所以,process 函数目前可能会传入长度为 0 的 LogGroup 数据
Full Changelog: v0.1.103...v0.1.106