This is an automated email from the ASF dual-hosted git repository.

wenming pushed a change to branch v2.1
in repository https://gitbox.apache.org/repos/asf/apisix.git.


 discard 91d56da  fix
 discard 9da476a  fix
    omit e8c9a61  fix
    omit 78dba9f  release: release 2.1 version.
     add 82628f0  fix: min_etcd_version is a nil value when apisix init_etcd 
(#2831)
     add dc5fee2  feat(kafka-logger): the key field should be optional. (#2807)
     add 39840f9  feat: allow whitespace-wrapped variables in config.yaml 
(#2811)
     add 95226d9  fix: check decrypt key to prevent lua thread aborted  (#2815)
     add b13f167  refactor: separate admin and proxy port in default config 
(#2802)
     add 1ee7ead  chore: remove stale access to modifiedIndex_org (#2825)
     add 8b3bccd  test: check the behavior when connecting to old etcd (#2835)
     add 296f535  refactor: moved etcd initialiation to apisix/cli/etcd.lua 
(#2685)
     add 09bf229  docs: add a space so that the example link is displayed 
correctly (#2837)
     add ba114fc  feat: add rewritten proxy url in access log (#2838)
     add 3b4bfaf  fix: we should keep 'enable_websocket' for compatibility 
(#2836)
     add 72f907e  feat: the request parameter participating in the signature 
can be the parameter name (#2830)
     add 1d0c719  feat: enable access log or not (#2769)
     add 1ad90f7  chore: sort default plugin list for easier search (#2824)
     add 67eb787  fix: distinguish different routes which has the same service 
(#2840)
     add 0d79edf  docs:  uses etcd to implement millisecond configuration 
sync(FAQ) (#2844)
     add e47bd1d  chore: If the PR not backward compatible, please discuss on 
the mailiā€¦ (#2849)
     add c6c2e3c  feat: support include other nginx config (#2803)
     add f4161d3  chore: minor change in bin/apisix (#2847)
     add ef87048  docs(kafka-logger): optimize the description of the 
attribute. (#2867)
     add 3526958  test: increase waiting time to make plugins reload test 
stable (#2868)
     add d7e5911  feat: How to distinguish whether the 5xx status code (eg 500) 
comes from upstream or apisix (#2817)
     add 89d49ed  chore: lint kafka-logger (#2876)
     add f4dfcfb  fix: we didn't initialize custom variable for admin access 
log (#2874)
     add 1c211ff  fix: validate plugin configuration in the DP (#2856)
     add d2ea344  Revert "refactor: separate admin and proxy port in default 
config (#2802)" (#2871)
     new 431d87c  release: release 2.1 version.

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (91d56da)
            \
             N -- N -- N   refs/heads/v2.1 (431d87c)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/PULL_REQUEST_TEMPLATE.md                   |   2 +-
 .github/workflows/build.yml                        |   9 +
 .gitignore                                         |   4 +-
 .travis/apisix_cli_test.sh                         | 195 +++++++++++-
 .../apisix_cli_test_in_ci.sh                       |  33 +-
 .travis/linux_apisix_current_luarocks_runner.sh    |   1 +
 FAQ_CN.md                                          |  22 +-
 apisix/admin/plugins.lua                           |  71 +----
 apisix/cli/etcd.lua                                | 229 ++++++++++++++
 apisix/cli/file.lua                                | 145 +++++++++
 apisix/cli/ngx_tpl.lua                             |  46 ++-
 apisix/cli/util.lua                                |  37 +++
 apisix/core/config_etcd.lua                        |  28 ++
 apisix/core/config_yaml.lua                        |  24 +-
 apisix/http/router/radixtree_host_uri.lua          |   2 +
 apisix/http/router/radixtree_uri.lua               |   2 +
 apisix/http/service.lua                            |   2 +
 apisix/init.lua                                    |  20 ++
 apisix/plugin.lua                                  | 101 +++++-
 apisix/plugins/hmac-auth.lua                       |   7 +
 apisix/plugins/kafka-logger.lua                    |   5 +-
 apisix/plugins/openid-connect.lua                  |  13 +-
 apisix/plugins/prometheus/exporter.lua             |   2 +-
 apisix/router.lua                                  |   4 +-
 apisix/schema_def.lua                              |   7 +-
 apisix/ssl/router/radixtree_sni.lua                |  14 +-
 apisix/stream/router/ip_port.lua                   |   2 +
 bin/apisix                                         | 344 +--------------------
 conf/config-default.yaml                           |  88 ++++--
 doc/README.md                                      |   2 +
 doc/customize-nginx-configuration.md               |  59 ++++
 doc/debug-function.md                              | 151 +++++++++
 doc/plugins/kafka-logger.md                        |  18 +-
 doc/zh-cn/README.md                                |   2 +
 doc/zh-cn/customize-nginx-configuration.md         |  59 ++++
 doc/zh-cn/debug-function.md                        | 151 +++++++++
 doc/zh-cn/plugins/cors.md                          |   2 +-
 doc/zh-cn/plugins/kafka-logger.md                  |  16 +-
 rockspec/apisix-master-0.rockspec                  |   2 +-
 t/APISIX.pm                                        |  11 +-
 t/admin/health-check.t                             |   2 +-
 t/admin/plugins-reload.t                           |   2 +-
 t/admin/plugins.t                                  |   2 +-
 t/certs/incorrect.crt                              |  12 +
 t/certs/incorrect.key                              |  12 +
 t/config-center-yaml/{route.t => global-rule.t}    | 118 ++++---
 t/config-center-yaml/route-service.t               |  94 ++++++
 t/config-center-yaml/route-upstream.t              |   5 +
 t/config-center-yaml/route.t                       | 107 ++++++-
 t/config-center-yaml/{route.t => stream-route.t}   | 104 +++----
 t/core/config.t                                    |   2 +-
 t/core/etcd-sync.t                                 |  38 +++
 t/lib/server.lua                                   |   5 +
 t/node/{merge-route.t => upstream-status-5xx.t}    | 343 ++++++++++----------
 t/plugin/api-breaker.t                             |   2 +-
 t/plugin/basic-auth.t                              |  54 +++-
 t/plugin/hmac-auth.t                               | 174 ++++++++++-
 t/plugin/kafka-logger.t                            | 137 ++++++++
 t/plugin/openid-connect.t                          |   8 +-
 t/router/radixtree-sni.t                           |  83 ++++-
 60 files changed, 2393 insertions(+), 843 deletions(-)
 copy utils/check-lua-code-style.sh => .travis/apisix_cli_test_in_ci.sh (54%)
 create mode 100644 apisix/cli/etcd.lua
 create mode 100644 apisix/cli/file.lua
 create mode 100644 doc/customize-nginx-configuration.md
 create mode 100644 doc/debug-function.md
 create mode 100644 doc/zh-cn/customize-nginx-configuration.md
 create mode 100644 doc/zh-cn/debug-function.md
 create mode 100644 t/certs/incorrect.crt
 create mode 100644 t/certs/incorrect.key
 copy t/config-center-yaml/{route.t => global-rule.t} (52%)
 copy t/config-center-yaml/{route.t => stream-route.t} (55%)
 copy t/node/{merge-route.t => upstream-status-5xx.t} (55%)

Reply via email to