Skip to content

dubbo-3.2.14

Latest
Compare
Choose a tag to compare
@AlbumenJ AlbumenJ released this 17 Jun 01:58

What's Changed

Feature

Bugfix

  • Fix when url has param with question mark,parse param wrong by @yuanxingke in #14235
  • Fix disable accesslog while the config of dubbo.protocol.accesslog is false by @aofall in #14257
  • Fix triple reactor call throws "Too many response for unary method" exception by @caoyanan666 in #14261
  • Fix uber jar compile failure with spring boot 3 by @liaozan in #14247
  • Fix DubboRelaxedBinding2AutoConfiguration and DubboAutoConfiguration created to early by @xixingya in #14255

Dependency Upgrade

  • Update bytebuddy.version: 1.14.15 -> 1.14.17 #14273
  • Update com.alibaba.fastjson2:fastjson2: 2.0.49 -> 2.0.51 #14272
  • Update io.opentelemetry:opentelemetry-bom: 1.38.0 -> 1.39.0 #14304
  • Update jakarta.validation:jakarta.validation-api: 3.0.2 -> 3.1.0 #14239
  • Update net.bytebuddy:byte-buddy: 1.14.15 -> 1.14.17 #14238, #14275
  • Update netty4_version: 4.1.109.Final -> 4.1.110.Final #14241
  • Update org.apache.commons:commons-compress: 1.26.1 -> 1.26.2 #14243
  • Update opentelemetry: 1.34.1 -> 1.38.0 #14252
  • Update zipkin-reporter: 2.17.2 -> 3.4.0 #14252
  • Update spring_version: 5.3.35 -> 5.3.36 #14242
  • Update micrometer-tracing: 1.2.5 -> 1.3.0 #14284

Contributors

Dubbo would like to thank the following contributors for their contributions to this release:
@aofall, @caoyanan666, @liaozan, @songxiaosheng, @wcy666103, @xixingya, @yuanxingke

New Contributors

Full Changelog: dubbo-3.2.13...dubbo-3.2.14