dubbo-3.2.4
版本发布时间: 2023-06-30 21:40:31
apache/dubbo最新发布版本:dubbo-3.3.2(2024-10-29 16:04:41)
What's Changed
Feature
- Support set actual content length to inv/res attributes by @AlbumenJ in https://github.com/apache/dubbo/pull/12521
- Support get alibaba GenericService from spring context by @AlbumenJ in https://github.com/apache/dubbo/pull/12585
- Enable spring bean autowired to get scope model in advance by @AlbumenJ in https://github.com/apache/dubbo/pull/12608
Bugfix
- Fix get method name from invocation by @AlbumenJ in https://github.com/apache/dubbo/pull/12519
- Fix duplicated methods in registry by @wegod in https://github.com/apache/dubbo/pull/12527
- Disable all filters for internal service by @AlbumenJ in https://github.com/apache/dubbo/pull/12515
- Fix Registry Notification use same event time by @AlbumenJ in https://github.com/apache/dubbo/pull/12556
- Fix config center properties log level by @AlbumenJ in https://github.com/apache/dubbo/pull/12555
- Rename getModelEnvironment to modelEnvironment by @AlbumenJ in https://github.com/apache/dubbo/pull/12551
- Fix local invoke consumer url override by @AlbumenJ in https://github.com/apache/dubbo/pull/12553
- Supplementary dirctory metrics data push by @wxbty in https://github.com/apache/dubbo/pull/12539
- Cache interfaceClass in advance to prevent IndexOutOfBoundsException by @AlbumenJ in https://github.com/apache/dubbo/pull/12567
- Check if jackson2 security dependency existed by @AlbumenJ in https://github.com/apache/dubbo/pull/12568
- Fix unable to getAppName in InjvmInvoker by @AlbumenJ in https://github.com/apache/dubbo/pull/12574
- Skip check ignored extensions by @AlbumenJ in https://github.com/apache/dubbo/pull/12571
- Add transient to some overrided field by @AlbumenJ in https://github.com/apache/dubbo/pull/12570
- Disable register if registry disable register by @AlbumenJ in https://github.com/apache/dubbo/pull/12579
- Fix registry repeat export same service by @AlbumenJ in https://github.com/apache/dubbo/pull/12578
- Triple set resolve fallback enable as default by @AlbumenJ in https://github.com/apache/dubbo/pull/12575
- Fix alibaba Rpc compact by @AlbumenJ in https://github.com/apache/dubbo/pull/12581
- Enhance register type of ServiceConfig by @AlbumenJ in https://github.com/apache/dubbo/pull/12583
- Use serviceKey when to metadata ServiceSubscribeEvent by @wxbty in https://github.com/apache/dubbo/pull/12586
- Change retry times to forever by @AlbumenJ in https://github.com/apache/dubbo/pull/12593
- Skip catch SkipFailbackWrapperException in NacosRegistry by @AlbumenJ in https://github.com/apache/dubbo/pull/12594
- Read heartbeat from util when recreate url in ExchangeClient by @AlbumenJ in https://github.com/apache/dubbo/pull/12605
- Temporally remove fill zero in metrics due to performance issue by @AlbumenJ in https://github.com/apache/dubbo/pull/12624
- Clear future in RpcContext when calling sync (#12493) by @xlq20080808 in https://github.com/apache/dubbo/pull/12534
Code Enhancement
Releates PRs: #12548, #12610, #12618
Dependency Upgrade
- Update snappy-java: 1.1.10.0 -> 1.1.10.1 #12544
- Update micrometer-core: 1.11.0 -> 1.11.1 #12558
- Update grpc.version: 1.55.1 -> 1.56.0 #12559
- Update micrometer-bom: 1.11.0 -> 1.11.1 #12560
- Update native-maven-plugin: 0.9.22 -> 0.9.23 #12561
- Update reactor-core: 3.5.6 -> 3.5.7 #12562
- Update protobuf-java_version: 3.23.2 -> 3.23.3 #12565
- Update fastjson2: 2.0.33 -> 2.0.34 #12566
- Update spring-boot.version: 2.7.12 -> 2.7.13 #12599
- Update nacos-client: 2.2.3 -> 2.2.4 #12598
- Update spring-boot-maven-plugin: 2.7.12 -> 2.7.13 #12596
- Update spring-security-bom: 5.8.3 -> 5.8.4 #12597
- Update spring-boot-starter-test: 2.7.12 -> 2.7.13 #12601
- Update spring-boot-dependencies: 2.7.12 -> 2.7.13 #12600
- Update micrometer-tracing-bom: 1.1.1 -> 1.1.2 #12564
Contributors
Dubbo would like to thank the following contributors for their contributions to this release: @AlbumenJ, @conghuhu, @dependabot, @wegod, @wxbty, @xixingya, @xlq20080808, @zdrjson
New Contributors
- @zdrjson made their first contribution in https://github.com/apache/dubbo/pull/12548
- @xixingya made their first contribution in https://github.com/apache/dubbo/pull/12610
- @xlq20080808 made their first contribution in https://github.com/apache/dubbo/pull/12534
Full Changelog: https://github.com/apache/dubbo/compare/dubbo-3.2.3...dubbo-3.2.4