v3.2.0
What's Changed
Reference
- Compatible with Apache Dubbo 3.2.x
Enhancement
- [dubbo-cluster-specify-address-dubbo2] Support dynamic ip access for non-local clusters in dubbo-cluster-specify-address-dubbo2 by @wxbty in #179
- [polaris extension] Add the polaris extensions to make dubbo2.7.x access polaris by @andrewshan in #184
- [dubbo-filter-polaris-dubbo2] separate the circuitbreaker and ratelimit filters, to make it more decompose to developers by @andrewshan in #187
- [dubbo-gateway-extensions] add Gateway mode extension by @wxbty in #205
- [polaris ] support polaris circuitbreaker ability by @chuntaojun in #212
- [Cross thread] tag corss thread by annotation in dubbo-cross-thread-extensions by @carlvine500 in #215
- [tag subnets] add tag by subnets for near-rpc by @carlvine500 in #216
- [Serialization] add fury serialization framework to dubbo by @chaokunyang in #226
- [dubbo-serialization-jackson] Add jackson serialization extension by @aofall in #231
- [dubbo-xds] Import Kubernetes and xDS implementation from Dubbo 3.2 by @AlbumenJ in #251
Bugfix
- Fix revert error description by @wxbty in #209
- Fix move the recourse file to the corrent path in dubbo-serialization-jackson by @aofall in #233
- Fix ServiceConfigURL of dubbo 3.0 serialization problem: public parameters such as application,version are not be transferredadd And ServiceConfigURLDelegate for protostuff by @zrlw in #67
- Fix(#207): Dubbo Redis register support select databases by @aofall in #247
- Fix[#267] protobuf type lose field when deepCopy inJvmInvoker … by @vio-lin in #268
Doc
- Explicitly call out hessian-rpc is unstafe by default by @raboof in #196
- Auto gen code tree doc by @songxiaosheng in #224
- 📝 Upgrade Readme by @songxiaosheng in #235
Support Dubbo 3.2
- configcenter consul support dubbo-3.2 by @robin977 in #239
- broadcast support dubbo-3.2 by @songxiaosheng in #238
- dubbo-cluster-specify-address suuport dubbo-3.2 by @finefuture in #241
- dubbo-register-redis and dubbo-register-consul support dubbo-3.2 by @aofall in #244
- eakewma support dubbo-3.2 by @songxiaosheng in #242
- configcenter etcd support dubbo-3.2 by @robin977 in #243
- registry center etcd support dubbo-3.2 by @robin977 in #248
- fastjson、gson、jackson support dubbo-3.2 by @xixingya in #249
- quic support dubbo-3.2 by @songxiaosheng in #261
- serialization module support dubbo-3.2 by @xixingya in #259
- dubbo-common-extensions dubbo-cross-thread-extensions dubbo-filter-seata support dubbo-3.2 by @finefuture in #263
- rpc rocketmq support dubbo-3.2 by @songxiaosheng in #262
- webservice support dubbo-3.2 by @songxiaosheng in #269
- rpc rmi support dubbo-3.2 by @songxiaosheng in #276
Dependency Upgrade
- Update kryo 5.3.0 -> 5.4.0 #190
- Update snakeyaml 1.32 -> 2.0 #208
- Update grpc-protobuf 1.31.1 -> 1.53.0 #214
- Update ch.qos.logback:logback-classic 1.2.11 -> 1.3.12 #245
- Update org.springframework:spring-framework-bom 4.3.29.RELEASE -> 4.3.30.RELEASE #219
- Update org.springframework:spring-framework-bom 4.3.29.RELEASE -> 4.3.30.RELEASE #222
- Update org.springframework:spring-framework-bom 4.3.29.RELEASE -> 4.3.30.RELEASE #223
- Update org.springframework:spring-framework-bom 4.3.29.RELEASE -> 4.3.30.RELEASE #221
- Update org.springframework:spring-framework-bom 4.3.29.RELEASE -> 4.3.30.RELEASE #220
- Update org.springframework:spring-framework-bom 4.3.29.RELEASE -> 4.3.30.RELEASE #218
- Update org.springframework:spring-framework-bom 4.3.29.RELEASE -> 4.3.30.RELEASE #217
- Update ch.qos.logback:logback-classic 1.2.3 -> 1.3.12 #246
New Contributors
- @andrewshan made their first contribution in #184
- @raboof made their first contribution in #196
- @chuntaojun made their first contribution in #212
- @carlvine500 made their first contribution in #215
- @chaokunyang made their first contribution in #226
- @aofall made their first contribution in #231
- @robin977 made their first contribution in #239
- @zrlw made their first contribution in #67
- @finefuture made their first contribution in #241
- @xixingya made their first contribution in #249
- @vio-lin made their first contribution in #268
Full Changelog: v1.0.3...v3.2.0