Dubbo v2.6.5 Release Notes

Release Date: 2018-11-23 // over 5 years ago
  • ✨ Enhancements / Features:

    • 🔨 Refactor the generation rule for @service Bean name #2235
    • Introduce a new Spring ApplicationEvent for ServiceBean exporting #2251
    • 🏁 [Enhancement] the algorithm of load issue on Windows. #1641
    • ➕ add javadoc to dubbo-all module. #2600
    • ⚡️ Optimize LeastActiveLoadBalance and add weight test case. #2540
    • Smooth Round Robin selection. #2578 #2647
    • [Enhancement] Resolve the placeholders for sub-properties. #2297
    • ➕ Add ability to turn off SPI auto injection, special support for generic Object type injection. #2681

    🛠 Bugfixes:

    • @service(register=false) is not work. #2063
    • Our customized serialization id exceeds the maximum limit, now it cannot work on 2.6.2 anymore. #1903
    • Consumer throws RpcException after RegistryDirectory notify in high QPS. #2016
    • 🔀 Annotation @reference can't support to export a service with a sync one and an async one . #2194
    • org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceAnnotationBeanPostProcessor#generateReferenceBeanCacheKey has a bug. #2522
    • 🛠 2.6.x Spring Event & Bugfix. #2256
    • 🛠 Fix incorrect descriptions for dubbo-serialization module. #2665
    • 📦 A empty directory dubbo-config/dubbo-config-spring/src/test/resources/work after package source tgz. #2560
    • Fixed 2.6.x branch a minor issue with doConnect not using getConnectTimeout() in NettyClient. (No issue). #2622
    • Bean name of @service annotated class does not resolve placeholder. #1755

    功能增强 / 新特性:

    • 重构@service的BeanName的生成规则 #2235
    • 为ServiceBean的导出引入新的Spring ApplicationEvent #2251
    • [功能]在window系统下获取负载的方式优化 #1641
    • 为dubbo-all增加javadoc #2600
    • [功能]优化LeasActiveLoadBalance: 没有进行预热和修复历史bug #2540
    • Round Robin的负载均衡优化 #2578 #2647
    • 为sub-properties解决placeholders的bug #2297
    • 增加SPI自动注入的开关,特别是泛化对象的注入。#2681

    🐛 Bug修复:

    • 解决@service(register=false)不能工作。 #2063
    • 解决序列化id超出最大值的问题。 #1903
    • 解决当高QPS的时候,消费端抛出了RpcException的问题。 #2016
    • 增强@reference注解,针对不能支持导出同步异步的设置问题。 #2194
    • 解决ReferenceAnnotationBeanPostProcessor#generateReferenceBeanCacheKey的一个bug。#2522
    • 解决在2.6.x下Spring Event的bug。#2256
    • 解决dubbo-serialization模块的不正确描述. #2665
    • 解决打包source tgz包的时候,产生的一个空目录问题. #2560
    • 解决2.6.x下doConnect的时候,没有使用getConnectTimeout获取超时时间的问题. #2622
    • 解决@service不支持placeholder替换的问题. #1755

    Issues and Pull Requests, check milestone-2.6.5.