Skip to content

v3.2.0

Compare
Choose a tag to compare
@songxiaosheng songxiaosheng released this 03 Mar 14:43
· 218 commits to master since this release

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

Support Dubbo 3.2

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

Full Changelog: v1.0.3...v3.2.0