dubbo-3.2.0-beta.3
What's Changed
Feature
- JsonUtil jackson impl by @JavaHello in #10970
- Enhance logger adapter to use a configured logger by @AlbumenJ in #10952
- Support client flowcontrol by @asa3311 in #11029
- Add dubbo metrics to springboot endpoints by @songxiaosheng in #10997
- Add dubbo metrics AutoConfiguration.imports for Spring Boot 3 (related to #10997) by @gitchenjh in #11062
- Support dump thread switch and directory config by @CrazyHZM in #10955
- Support xdsroute parse by @haoyann in #10956
- Support anonymous qos command access by @Koooooo-7 in #11076
- Adaptive loadbalance by @ningboliu in #10745
Bugfix
- Fix ApplicationConfig.enableFileCache default value is not true by @gitchenjh in #11008
- fix MetericsService resource location bug by @songxiaosheng in #11056
- Enhance isolate executor by @AlbumenJ in #11069
- Read default prefer serialization from serialization first by @AlbumenJ in #11024
- Fix triple default version by @AlbumenJ in #11068
- Fix native reflect-config.json by @CrazyHZM in #11125
Performance Optimization
- optimization netty server connection management by @nannanfighting in #11123
Code Enhancement
Releates PRs: #10976, #11004, #11005, #11099, #11063
Note: This release contains all of the changes of dubbo-3.1.4, please see https://github.com/apache/dubbo/releases/tag/dubbo-3.1.4
Contributors
Dubbo would like to thank the following contributors for their contributions to this release:
@AlbumenJ, @asa3311, @conghuhu, @CrazyHZM, @gitchenjh, @haoyann, @JavaHello, @Koooooo-7, @nannanfighting, @ningboliu, @shanuo0312, @songxiaosheng, @tonycody, @XDanwar
New Contributors
- @JavaHello made their first contribution in #10970
- @songxiaosheng made their first contribution in #10997
- @Koooooo-7 made their first contribution in #11051
- @ningboliu made their first contribution in #10745
- @XDanwar made their first contribution in #11063
Full Changelog: dubbo-3.2.0-beta.2...dubbo-3.2.0-beta.3