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

spacewander pushed a change to branch release/3.1
in repository https://gitbox.apache.org/repos/asf/apisix.git


 discard 2e1792708 feat: release APISIX 3.1.0
     add a0d3ca0be chore(deps): bump actions/stale from 6 to 7 (#8546)
     add fac989437 chore: switch back to the official lua-protobuf (#8538)
     add 698116f87 docs: fix skywalking invalid link (#8544)
     add a68222776 docs: update README APISIX users part (#8549)
     add 059d0b8a8 docs: updates multi-lang-support image (#8545)
     add 871d05e51 ci: add missing file in GM cron test (#8550)
     add ccffa0e8d feat: interact etcd via gRPC before Nginx starts (#8548)
     add 86132659d fix: unregister timer when snowflake etcd keepalive failed 
(#8556)
     add c7281fadb feat: release APISIX 3.1.0

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   (2e1792708)
            \
             N -- N -- N   refs/heads/release/3.1 (c7281fadb)

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.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/gm-cron.yaml              |   1 +
 .github/workflows/stale.yml                 |   2 +-
 README.md                                   |   9 +-
 apisix/cli/etcd.lua                         | 377 ++++++++++++++++++----------
 apisix/cli/util.lua                         |   8 +-
 apisix/plugins/request-id.lua               |   1 +
 bin/apisix                                  |   3 +-
 conf/config-default.yaml                    |   3 +-
 docs/en/latest/FAQ.md                       |  12 +-
 docs/en/latest/plugins/skywalking-logger.md |   2 +-
 docs/zh/latest/FAQ.md                       |  12 +-
 docs/zh/latest/README.md                    |   2 +-
 docs/zh/latest/plugins/skywalking-logger.md |   2 +-
 rockspec/apisix-master-0.rockspec           |   2 +-
 t/cli/docker-compose-etcd-cluster.yaml      |   3 +
 t/cli/test_etcd_grpc.sh                     |  34 +++
 t/cli/test_etcd_grpc_healthcheck.sh         |   2 +
 t/plugin/request-id-reload-bugfix.t         | 117 +++++++++
 18 files changed, 451 insertions(+), 141 deletions(-)
 create mode 100644 t/plugin/request-id-reload-bugfix.t

Reply via email to