dubbo-3.2.0-beta.3
版本发布时间: 2022-12-16 21:04:01
apache/dubbo最新发布版本:dubbo-3.3.2(2024-10-29 16:04:41)
What's Changed
Feature
- JsonUtil jackson impl by @JavaHello in https://github.com/apache/dubbo/pull/10970
- Enhance logger adapter to use a configured logger by @AlbumenJ in https://github.com/apache/dubbo/pull/10952
- Support client flowcontrol by @asa3311 in https://github.com/apache/dubbo/pull/11029
- Add dubbo metrics to springboot endpoints by @songxiaosheng in https://github.com/apache/dubbo/pull/10997
- Add dubbo metrics AutoConfiguration.imports for Spring Boot 3 (related to #10997) by @gitchenjh in https://github.com/apache/dubbo/pull/11062
- Support dump thread switch and directory config by @CrazyHZM in https://github.com/apache/dubbo/pull/10955
- Support xdsroute parse by @haoyann in https://github.com/apache/dubbo/pull/10956
- Support anonymous qos command access by @Koooooo-7 in https://github.com/apache/dubbo/pull/11076
- Adaptive loadbalance by @ningboliu in https://github.com/apache/dubbo/pull/10745
Bugfix
- Fix ApplicationConfig.enableFileCache default value is not true by @gitchenjh in https://github.com/apache/dubbo/pull/11008
- fix MetericsService resource location bug by @songxiaosheng in https://github.com/apache/dubbo/pull/11056
- Enhance isolate executor by @AlbumenJ in https://github.com/apache/dubbo/pull/11069
- Read default prefer serialization from serialization first by @AlbumenJ in https://github.com/apache/dubbo/pull/11024
- Fix triple default version by @AlbumenJ in https://github.com/apache/dubbo/pull/11068
- Fix native reflect-config.json by @CrazyHZM in https://github.com/apache/dubbo/pull/11125
Performance Optimization
- optimization netty server connection management by @nannanfighting in https://github.com/apache/dubbo/pull/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 https://github.com/apache/dubbo/pull/10970
- @songxiaosheng made their first contribution in https://github.com/apache/dubbo/pull/10997
- @Koooooo-7 made their first contribution in https://github.com/apache/dubbo/pull/11051
- @ningboliu made their first contribution in https://github.com/apache/dubbo/pull/10745
- @XDanwar made their first contribution in https://github.com/apache/dubbo/pull/11063
Full Changelog: https://github.com/apache/dubbo/compare/dubbo-3.2.0-beta.2...dubbo-3.2.0-beta.3