polish 2.7.3 change list

This commit is contained in:
ken.lj 2019-07-08 09:25:23 +08:00
parent 208fafb276
commit 0e381aafb2
1 changed files with 0 additions and 16 deletions

View File

@ -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. 异步支持相关