You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sp...@apache.org on 2022/01/25 03:08:09 UTC

[apisix] branch master updated (56d37db -> a44c98e)

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 56d37db  fix(GraphQL): no request body error (#6168)
     add a44c98e  fix(limit-count): keep the counter if the plugin conf is the same (#6151)

No new revisions were added by this update.

Summary of changes:
 apisix/core/json.lua                      |   4 +
 apisix/plugin.lua                         |  16 +-
 apisix/plugins/limit-count.lua            |  47 +++---
 rockspec/apisix-master-0.rockspec         |   2 +-
 t/plugin/limit-count-redis-cluster.t      |   4 +-
 t/plugin/limit-count-redis.t              |   2 +-
 t/plugin/limit-count.t                    |  20 +--
 t/plugin/{limit-req2.t => limit-count3.t} | 241 +++++++++---------------------
 t/plugin/zipkin.t                         |  65 ++------
 t/plugin/zipkin2.t                        |  45 ++++++
 10 files changed, 176 insertions(+), 270 deletions(-)
 copy t/plugin/{limit-req2.t => limit-count3.t} (52%)