You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by je...@apache.org on 2018/09/14 05:10:15 UTC

[incubator-dubbo] branch 2.6.4-release updated: add changelog for 2.6.4

This is an automated email from the ASF dual-hosted git repository.

jerrick pushed a commit to branch 2.6.4-release
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo.git


The following commit(s) were added to refs/heads/2.6.4-release by this push:
     new fa22813  add changelog for 2.6.4
fa22813 is described below

commit fa228136567516bb0864f8b006f6c13f90c19553
Author: zhuyong <yo...@alibaba-inc.com>
AuthorDate: Fri Sep 14 13:09:51 2018 +0800

    add changelog for 2.6.4
---
 CHANGES.md | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/CHANGES.md b/CHANGES.md
index 78b92f7..214cb25 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,6 +1,31 @@
 # Release Notes
 
+## 2.6.4
+
+Enhancements / Features
+
+- Support access Redis with password, #2146
+- Support char array for GenericService, #2137
+- Direct return when the server goes down abnormally, #2451
+- Add log for trouble-shooting when qos start failed, #2455
+- PojoUtil support subclasses of java.util.Date, #2499
+- Add ip and application name for MonitorService, #2166
+- New ASCII logo, #2402
+
+Bugfixes
+
+- Change consumer retries default value from 0 to 2, #2303
+- Fix the problem that attachment is lost when retry, #2024
+- Fix NPE when telnet get a null parameter, #2453
+
+UT stability
+
+- Improve the stability by changing different port, setting timeout to 3000ms, #2492 #2490 #2484 #2482 #2462 #2460
+
+Issues and Pull Requests, check [milestone-2.6.4](https://github.com/apache/incubator-dubbo/milestone/19).
+
 ## 2.6.3
+
 Enhancements / Features
 
 - Support implicit delivery of attachments from provider to consumer, #889