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 2021/04/02 01:03:38 UTC

[apisix] branch release/2.5 updated (8d696de -> f1fe04b)

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

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


    from 8d696de  fix typo
     add 7886a4e  fix(traffic-split): upstream.type support chash configuration (#3955)
     add f1fe04b  feat: add management fields for stream_route and proto in schema (#3966)

No new revisions were added by this update.

Summary of changes:
 apisix/admin/proto.lua                  | 10 ++++
 apisix/admin/stream_routes.lua          | 10 ++++
 apisix/plugins/traffic-split.lua        |  2 +
 apisix/schema_def.lua                   |  7 +++
 docs/en/latest/plugins/traffic-split.md |  5 ++
 docs/zh/latest/plugins/traffic-split.md |  7 ++-
 t/admin/schema.t                        | 20 +++++++
 t/admin/stream-routes.t                 | 22 ++++++++
 t/plugin/grpc-transcode.t               |  8 +++
 t/plugin/traffic-split2.t               | 97 +++++++++++++++++++++++++++++++++
 10 files changed, 187 insertions(+), 1 deletion(-)