You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by li...@apache.org on 2019/07/12 08:42:53 UTC

[dubbo] branch 2.7.3-release updated: update change list

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

liujun pushed a commit to branch 2.7.3-release
in repository https://gitbox.apache.org/repos/asf/dubbo.git


The following commit(s) were added to refs/heads/2.7.3-release by this push:
     new 022c06c  update change list
022c06c is described below

commit 022c06cc0291bc555fae0c64ef11fb036d4ee82b
Author: ken.lj <ke...@gmail.com>
AuthorDate: Fri Jul 12 16:42:04 2019 +0800

    update change list
---
 CHANGES.md | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index 2d19b99..a88905b 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -24,7 +24,9 @@
 
 5. Support to read the environment configuration from the specified location, which can be specified by -D or OS VARIABLE. Please refer to [automatically loading environment variables](http://dubbo.apache.org/en-us/docs/user/configuration/environment-variables.html)
 
-6. Some other bugfixes, #4346 #4338 #4349 #4377
+6. Fix consumer cannot downgrade to providers with no tags when there's no tagged providers can match, #4525
+
+7. Some other bugfixes, #4346 #4338 #4349 #4377
 
 ### Change List
 
@@ -48,7 +50,9 @@
 
 5. 支持从指定位置读取环境配置,可通过-D或OS VARIABLE指定,具体请参见[使用说明](http://dubbo.apache.org/zh-cn/docs/user/configuration/environment-variables.html)
 
-6. 其他一些bugfix,#4346 #4338 #4349 #4377 
+6. 标签路由在消费端使用静态打标方式时,无法实现自动降级以消费无标签提供者 #4525
+
+7. 其他一些bugfix,#4346 #4338 #4349 #4377 
 
 ## 2.7.2