You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by we...@apache.org on 2019/11/11 08:27:00 UTC

[incubator-apisix] branch 0.9-rc1 updated (8c56dc6 -> 19678ba)

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

wenming pushed a change to branch 0.9-rc1
in repository https://gitbox.apache.org/repos/asf/incubator-apisix.git.


 discard 8c56dc6  bugfix: key-auth plugin cannot run accurately in the case of multiple consumers (#826)
 discard 900563e  dashboard: update dashboard. (#828)
     add 8b67dfe  dashboard: update dashboard. (#828)
     add 7d33fb6  bugfix: key-auth plugin cannot run accurately in the case of multiple consumers (#826)
     add 5e85e93  change: don't strip square brackets from the IPv6 (#822)
     add 19678ba  change: update v0.9.0-rc1 changelog. (#832)

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   (8c56dc6)
            \
             N -- N -- N   refs/heads/0.9-rc1 (19678ba)

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:
 CHANGELOG.md                                       | 39 ++++++++++++++++++++++
 CHANGELOG_CN.md                                    | 39 ++++++++++++++++++++++
 lua/apisix/core/utils.lua                          |  8 ++---
 rockspec/apisix-master-0.rockspec                  |  1 +
 t/APISIX.pm                                        |  8 +++++
 t/core/utils.t                                     |  8 +++--
 ...hcheck-multiple-worker.t => healthcheck-ipv6.t} | 28 ++++++++++++----
 t/node/remote-addr-ipv6.t                          |  7 ++--
 t/node/{upstream-domain.t => upstream-ipv6.t}      | 20 ++++++++---
 9 files changed, 136 insertions(+), 22 deletions(-)
 copy t/node/{healthcheck-multiple-worker.t => healthcheck-ipv6.t} (85%)
 copy t/node/{upstream-domain.t => upstream-ipv6.t} (85%)