From bfc144538f9ca41315abbe98cb47364ff452d7f3 Mon Sep 17 00:00:00 2001 From: "vito.he" Date: Wed, 30 Oct 2019 22:04:00 +0800 Subject: [PATCH] Release 1.2.0 --- CHANGE.md | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGE.md b/CHANGE.md index 3558e34c63..947a695ca8 100644 --- a/CHANGE.md +++ b/CHANGE.md @@ -4,13 +4,19 @@ ### New Features -- Move callService to invoker & support attachments -- Support dynamic config center which compatible with dubbo 2.6.x & 2.7.x and commit the zookeeper impl +- Add etcdv3 registry support +- Add nacos registry support +- Add fail fast cluster support +- Add available cluster support +- Add broadcast cluster support +- Add forking cluster support - Add service token authorization support -- Add accessLogFilter support -- Move example in dubbo-go project away +- Add accessLog filter support - Add tps limit support - Add execute limit support +- Move callService to invoker & support attachments +- Move example in dubbo-go project away +- Support dynamic config center which compatible with dubbo 2.6.x & 2.7.x and commit the zookeeper impl ### Enhancement @@ -18,6 +24,9 @@ - Remove client from pool before closing it - Enhance the logic for fetching the local address - Add protocol_conf default values +- Add task pool for getty +- Update getty: remove read queue +- Clean heartbeat from PendingResponse ### Bugfixes @@ -26,6 +35,8 @@ - Fix url params unsafe map - Read protocol config by map key in config yaml instead of protocol name - Fix dubbo group issues #238/ +- Fix bug in reference_config +- Fix high memory bug in zookeeper listener ## 1.1.0