This is an automated email from the ASF dual-hosted git repository.
spacewander pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git
from cdbf33ad4 fix(limit-count): different route with same conf should not
share counter (#7750)
add 3c0757477 feat: support Tencent Cloud Log Service (#7593)
No new revisions were added by this update.
Summary of changes:
Makefile | 3 +
apisix/plugins/tencent-cloud-cls.lua | 141 ++++++++++++
apisix/plugins/tencent-cloud-cls/cls-sdk.lua | 312 +++++++++++++++++++++++++
conf/config-default.yaml | 1 +
t/admin/plugins.t | 1 +
t/plugin/tencent-cloud-cls.t | 330 +++++++++++++++++++++++++++
6 files changed, 788 insertions(+)
create mode 100644 apisix/plugins/tencent-cloud-cls.lua
create mode 100644 apisix/plugins/tencent-cloud-cls/cls-sdk.lua
create mode 100644 t/plugin/tencent-cloud-cls.t