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/08 01:27:20 UTC

[dubbo] 01/02: polish 2.7.3 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

commit 0e381aafb244a9af30a99d291143fcb3e19a2ec7
Author: ken.lj <ke...@gmail.com>
AuthorDate: Mon Jul 8 09:25:23 2019 +0800

    polish 2.7.3 change list
---
 CHANGES.md | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index d3a0848..2d19b99 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -2,14 +2,6 @@
 
 ## 2.7.3
 
-### Compatibility
-
-In order to unify the implementation of service governance rules in different configuration centers, such as Zookeeper, Nacos, Etcd, etc., we have refactored some implementations of the configuration center compared to 2.7.0~2.7.2.
-
-* For users who are using 2.7.x service governance rules, please check [the new implementation](http://dubbo.apache.org/en-us/docs/dev/impls/Config-center.html) before upgrading to 2.7.3, make sure all rules have a copy under the new storage path to ensure a smooth upgrade. 
-* For users who have upgraded the 2.7.x version but are not using any service governance rules, you can upgrade directly. 
-* For users using 2.6.x and lower versions can upgrade directly. But make sure you follow the following instructions [Upgrading from 2.6.x to 2.7.x](https://github.com/apache/dubbo/releases/tag/dubbo-2.7.0)
-
 ### Change List
 
 1. Asynchronous support
@@ -34,14 +26,6 @@ In order to unify the implementation of service governance rules in different co
 
 6. Some other bugfixes, #4346 #4338 #4349 #4377
 
-### 升级注意事项
-
-为了统一不同配置中心(如Zookeeper、Nacos、Etcd等)对于服务治理规则的实现,我们对2.7.0以来的配置中心的部分实现进行了重构。
-
-* 对于已使用了2.7.x新版本服务治理规则的用户,升级2.7.3之前请先[查看新版实现](http://dubbo.apache.org/zh-cn/docs/dev/impls/config-center.html),确保已有规则在新路径下已经存在拷贝,以确保平滑升级。
-* 对于已经升级了2.7.x版本,但是未使用服务治理规则的用户,此次升级不受影响。
-* 对于2.6.x及以下版本用户不受此次变更影响,升级步骤请参见[升级到2.7.x的说明文档](https://github.com/apache/dubbo/releases/tag/dubbo-2.7.0)。
-
 ### Change List
 
 1. 异步支持相关