From 39c477c27bfbfb985624a41f20ea46d5f3929e4f Mon Sep 17 00:00:00 2001 From: Ian Luo Date: Fri, 15 Mar 2019 14:45:19 +0800 Subject: [PATCH] update change log --- CHANGES.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index ccc8373a72..604998fae1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,11 +2,15 @@ ## 2.7.1 +### Notice + +'zkclient' extension for 'org.apache.dubbo.remoting.zookeeper.ZookeeperTransporter' is removed from Dubbo 2.7.1, and 'curator' extension becomes the default extension. If you happen to config your application to use 'zkclient' explicitly, pls. switch to use 'curator' instead. + ### New Features -- nacos support on 2.7 [#3582](https://github.com/apache/incubator-dubbo/issues/3582) +- service register support on nacos [#3582](https://github.com/apache/incubator-dubbo/issues/3582) - support consul as registry center, config center and metadata center [#983](https://github.com/apache/incubator-dubbo/issues/983) -- etcd registry center support [#808](https://github.com/apache/incubator-dubbo/issues/808) +- service registry support/config center support on etcd [#808](https://github.com/apache/incubator-dubbo/issues/808) - metrics support in dubbo 2.7.1 [#3598](https://github.com/apache/incubator-dubbo/issues/3598) - @Argument @Method support [#2405](https://github.com/apache/incubator-dubbo/issues/2045)