From 1ec510b6e97f9ffc997669f50c63dfa22680b0fb Mon Sep 17 00:00:00 2001 From: PhilYue Date: Wed, 16 Feb 2022 11:12:05 +0800 Subject: [PATCH 1/2] Release 3.0.1 CHANGELOG --- CHANGELOG.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24440d4458..c97e719b3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,31 @@ # Release Notes --- +## 3.0.1 + +### Features + +- [Add Graceful Shutdown](https://github.com/apache/dubbo-go/pull/1675) +- [Disabled Adaptive Service if set disabled by the Client](https://github.com/apache/dubbo-go/pull/1748) +- [Don't load Adaptive Service Filter if not set ](https://github.com/apache/dubbo-go/pull/1735) + +### Bugfixs + +- [Fix: JSON-RPC request timeout time dynamically](https://github.com/apache/dubbo-go/pull/1713) +- [Fix: the heartbeat of polaris cannot be reported](https://github.com/apache/dubbo-go/pull/1688) +- [Fix: triple protocol request doesn't carry attachment such as group or version](https://github.com/apache/dubbo-go/pull/1700) +- [Fix: location trim space](https://github.com/apache/dubbo-go/pull/1670) +- [Fix: add category key to the Consumer for diff with Provider](https://github.com/apache/dubbo-go/pull/1672) + +### Enhancements + +- [Support `$invokeAsync` for generic service](https://github.com/apache/dubbo-go/pull/1674) +- [Refactor invocation interface](https://github.com/apache/dubbo-go/pull/1702) +- [Log print the caller ](https://github.com/apache/dubbo-go/pull/1732) +- [Refactor Nacos listener check-healthy ](https://github.com/apache/dubbo-go/pull/1729) +- [Refactor Zookeeper dynamic configuration listener](https://github.com/apache/dubbo-go/pull/1665) +- [Support set Nacos ContextPath](https://github.com/apache/dubbo-go/pull/1656) + ## 3.0.0 ### Features From af27183c0310182daac85dbe5074ab48479fdd76 Mon Sep 17 00:00:00 2001 From: PhilYue Date: Wed, 16 Feb 2022 19:06:39 +0800 Subject: [PATCH 2/2] Release 3.0.1 CHANGELOG --- CHANGELOG.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c97e719b3c..fd6ce2d8a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,9 @@ ### Features -- [Add Graceful Shutdown](https://github.com/apache/dubbo-go/pull/1675) -- [Disabled Adaptive Service if set disabled by the Client](https://github.com/apache/dubbo-go/pull/1748) -- [Don't load Adaptive Service Filter if not set ](https://github.com/apache/dubbo-go/pull/1735) +- [Support Graceful Shutdown](https://github.com/apache/dubbo-go/pull/1675) +- [Support `$invokeAsync` for generic service](https://github.com/apache/dubbo-go/pull/1674) +- [Support config the Nacos context path](https://github.com/apache/dubbo-go/pull/1656) ### Bugfixs @@ -19,12 +19,13 @@ ### Enhancements -- [Support `$invokeAsync` for generic service](https://github.com/apache/dubbo-go/pull/1674) -- [Refactor invocation interface](https://github.com/apache/dubbo-go/pull/1702) +- [Disabled Adaptive Service if set disabled by the Client](https://github.com/apache/dubbo-go/pull/1748) +- [Don't load Adaptive Service Filter if not set ](https://github.com/apache/dubbo-go/pull/1735) - [Log print the caller ](https://github.com/apache/dubbo-go/pull/1732) +- [Refactor invocation interface](https://github.com/apache/dubbo-go/pull/1702) - [Refactor Nacos listener check-healthy ](https://github.com/apache/dubbo-go/pull/1729) - [Refactor Zookeeper dynamic configuration listener](https://github.com/apache/dubbo-go/pull/1665) -- [Support set Nacos ContextPath](https://github.com/apache/dubbo-go/pull/1656) + ## 3.0.0