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/11/18 07:54:20 UTC

[apisix] branch master updated (ae400b95b -> 3cac54c84)

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 ae400b95b fix: v3_adapter.filter(data) causes some API response body empty when disabling v3 admin API (#8349)
     add 3cac54c84 docs: add upgrade guide (#8322)

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.md                                       |   2 +-
 docs/en/latest/config.json                         |   4 +
 docs/en/latest/installation-guide.md               |  23 +
 .../latest/upgrade-guide-from-2.15.x-to-3.0.0.md   | 508 ++++++++++++++++++++
 docs/zh/latest/CHANGELOG.md                        |   2 +-
 docs/zh/latest/config.json                         |   4 +
 docs/zh/latest/installation-guide.md               |  23 +
 .../latest/upgrade-guide-from-2.15.x-to-3.0.0.md   | 512 +++++++++++++++++++++
 8 files changed, 1076 insertions(+), 2 deletions(-)
 create mode 100644 docs/en/latest/upgrade-guide-from-2.15.x-to-3.0.0.md
 create mode 100644 docs/zh/latest/upgrade-guide-from-2.15.x-to-3.0.0.md