Dubbo v2.7.7 Release Notes
Release Date: 2020-05-15 // almost 3 years ago-
π Features
- [Solution] How to integrate Apache Dubbo with Nacos authentication #5956
- [Dubbo-5130] complete lfu cache proposal #5734
- π [Feature] To support the application choose the preferred network interface #5795
- π [Dubbo-Performance] Reuse Hessian2Output and Hessian2Input instance to reduce memorβ¦ #5889
- @referenceε@service Naming issues #6074
- π support timeout pass and count down on RPC call chain. #6008
- β add new loadbalance strategy #6064
β¨ Enhancement
- call onThrowable when RPC call fail (#5828)
- β¬οΈ upgrade fastjson to 1.2.68 #5941
- β‘οΈ update hessian-lite to 3.2.7 #5964
- [feature] publish ThreadPoolExhaustedEvent when thread pool exhausted #5958
- [Dubbo-5855] ReferenceConfig(null) is not DESTROYED when FINALIZE #5863
- π§ register stated url to provider model, no matter the provider is configured to delay-published or not #5757
- [Enhancement] Take the "name" property of Dubbo Config as Spring Bean If its "id" property is blank #6063
- π [Enhancement] Adding a build tools module for Apache License #6060
- π¨ [Enhancement] Refactoring the parser of dubbo config BeanDefinitions in XML configuration #6039
- π¨ [Refactor] Extracting the "parameters" property to a new abstract Dubbo config class #6043
- π¨ [Refactor] Rename the class name of ServiceAnnotationBeanPostProcessor #6070
- [Enhancement] Adding the overriding rule for ExtensionLoader #6068
- π§ [Enhancement] Resolving the placeholders of XML BeanDefinition in the Configuration Class #6079
- Ignore deserilization when service/method not found #5733
- 0οΈβ£ DynamicConfiguration: return default value if not implemented. #6086
- π [Dubbo-Optimization] modify the synchronize monitor object to final #6081
- π support for merger when use @method or @DubboReference #6092
- π Making "dubbo-build-tools" module to be non-deployable one. #6115
π Bugfixes
- zipkin tracing filter cause deadlock #5955
- correct the number of selected invoker #5875
- π Fixes multi-registry subscription loadbalance strategy does not work properly. #5686
- [Dubbo-5871][Dubbo-5885][Dubbo-5899] Fix nacos registry not work bug since 2.7.6 #5902
- π Fix default config does not work as expected. #5952
- π fix potential ConcurrentModificationException #6031
- βͺ revert computeIfAbsent for jdk related bug #6032
- π fix tomcat9 support. #5711 #6066
- π fix alibaba RpcContext setAttachment(String,String) #6052
- β add javax support when use jdk11 #154
- π¦ Use the correct service name in the request package #6138
Compatibility
- 0οΈβ£ compatible with lower versions registering "default." keys #5950
Vulnerability