You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by li...@apache.org on 2018/07/23 13:55:05 UTC

[incubator-dubbo] branch 2.6.3-release updated: Updage changes for 2.6.3

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

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


The following commit(s) were added to refs/heads/2.6.3-release by this push:
     new cb6f772  Updage changes for 2.6.3
cb6f772 is described below

commit cb6f7729fdb7422fe61ab99ee76f48299037f466
Author: ken.lj <ke...@gmail.com>
AuthorDate: Mon Jul 23 21:54:54 2018 +0800

    Updage changes for 2.6.3
---
 CHANGES.md | 41 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)

diff --git a/CHANGES.md b/CHANGES.md
index 7c04d5b..02b55f2 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,46 @@
 # Release Notes
 
+## 2.6.3
+Eahancements / Features
+
+- Support implicit delivery of attachments from provider to consumer, #889
+- Support inject Spring bean to SPI by bean type, #1837
+- Add generic invoke and attachments support for http&hessian protocol, #1827
+- Get the real methodname to support consistenthash for generic invoke, #1872
+- Remove validation key from provider url on Consumer side, config depedently, #1386
+- Introducing the Bootstrap module as a unified entry for Dubbo startup and resource destruction, #1820
+- Open TCP_NODELAY on Netty 3, #1746
+- Support specify proxy type on provide side, #1873
+- Support dbindex in redis, #1831
+- Upgrade tomcat to 8.5.31, #1781
+
+Bugfixes
+
+- ExecutionDispatcher meet with user docs, #1089
+- Remove side effects of Dubbo custom loggers on Netty logger, #1717
+- Fix isShutdown() judge of Dubbo biz threadpool always return true, #1426
+- Selection of invoker node under the critical condition of only two nodes, #1759
+- Listener cann't be removed during unsubscribe when use ZK as registry, #1792
+- URL parsing problem when user filed contains '@',  #1808
+- Check null in CacheFilter to avoid NPE, #1828
+- Fix potential deadlock in DubboProtocol, #1836
+- Restore the bug that attachment has not been updated in the RpcContext when the Dubbo built-in retry mechanism is triggered, #1453
+- Some other small bugfixes
+
+Performance Tuning
+
+- ChannelState branch prediction optimization. #1643
+- Optimize AtomicPositiveInteger, less memory and compute cost, #348
+- Introduce embeded Threadlocal to replace the JDK implementation, #1745
+
+Hessian-lite
+
+- Hessian deserialization optimization, #1705
+- Support Locale type, #1761
+
+Issues and Pull Requests, check [milestone-2.6.3](https://github.com/apache/incubator-dubbo/milestone/17).
+
+
 ## 2.6.2
 
 1. Hessian-lite serialization: revert locale serialization for compatibility, #1413