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

membphis pushed a change to branch v1.0
in repository https://gitbox.apache.org/repos/asf/incubator-apisix.git.


    from 48ade0c  released new version 1.0
     new 8d80f5b  bugfix: use current folder as working space for developer. 
(#1030)
     new 82e4576  CLI: only used original Lua package path. (#1032)
     new a5b2571  feature: chash key support more flexible ways (#1022)
     new a85f164  change: add tips in the generated nginx.conf (#1040)
     new 912c481  bugfix: added `/usr/share/lua/5.1/apisix/lua/?.lua;` to lua 
path (#1060)
     new 0c0a6f7  CLI: fixed path error when install with luarocks (#1068)

The 6 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:
 bin/apisix                                 |  66 ++---
 conf/config.yaml                           |   1 +
 doc/architecture-design-cn.md              |  87 ++++++-
 doc/architecture-design.md                 |  85 +++++-
 lua/apisix/admin/routes.lua                |   9 +
 lua/apisix/admin/services.lua              |   9 +
 lua/apisix/admin/upstreams.lua             |  67 ++++-
 lua/apisix/balancer.lua                    |  31 ++-
 lua/apisix/schema_def.lua                  |  30 ++-
 t/APISIX.pm                                |   1 +
 t/admin/routes.t                           | 131 ++++++++++
 t/admin/services.t                         | 127 +++++++++
 t/admin/upstream.t                         | 259 ++++++++++++++++++-
 t/node/{chash-balance.t => chash-hashon.t} | 397 ++++++++++++++++-------------
 14 files changed, 1079 insertions(+), 221 deletions(-)
 copy t/node/{chash-balance.t => chash-hashon.t} (56%)

Reply via email to