This is an automated email from the ASF dual-hosted git repository.
min pushed a commit to branch 2.6.6-release
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo.git
The following commit(s) were added to refs/heads/2.6.6-release by this push:
new e19a5ba update CHANGE.md
e19a5ba is described below
commit e19a5ba2d2720e8fef172056191cf784d398e70d
Author: nzomkxia <[email protected]>
AuthorDate: Thu Feb 28 15:22:37 2019 +0800
update CHANGE.md
---
CHANGES.md | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/CHANGES.md b/CHANGES.md
index 9bb673a..9e47140 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,4 +1,30 @@
# Release Notes
+## 2.6.6
+ Enhancement / New feature:
+
+* tag route. #3065
+* Use Netty4 as default Netty version. #3029
+* upporting Java 8 Date/Time type when serializing with Kryo #3519
+* supoort config telnet #3511
+* add annotation driven in MethodConfig and ArgumentConfig #2603
+* add nacos-registry module #3296
+* add `protocol` attribute in `@Rerefence` #3555
+*support the hierarchical interface in @Service #3251
+* change the default behavior in `@EnableDubboConfig.multiple()` #3193
+* inline source code of `spring-context-support` #3192
+* Simplify externalized configuration of Dubbo Protocol name #3189
+
+BugFix:
+
+* update hessian-lite to 2.3.5, fix unnecessary class load #3538
+* Fix unregister when client destroyed(referenceconfig#destroy) #3502
+* SPI entires dup by 3 times #3315
+* fix Consumer throws RpcException after RegistryDirectory notify in high QPS
#2016
+* fix NPE in @Reference when using Junit to test dubbo service #3429
+* fix consuer always catch java.lang.reflect.UndeclaredThrowableException for
any exception throws in provider #3386
+* fix the priority of `DubboConfigConfigurationSelector ` #2897
+* fix `@Rerefence#parameters()` not work #2301
+
## 2.6.5