Skip to content

Releases: apache/dubbo

dubbo-3.3.0-beta.4

20 Jun 07:53
Compare
Choose a tag to compare

What's Changed

Contributors

Dubbo would like to thank the following contributors for their contributions to this release:
@AlbumenJ, @chickenlj, @finefuture, @HanYaodong, @heliang666s, @icodening, @lovepoem, @oxsean, @qyi71, @songxiaosheng

New Contributors

Full Changelog: dubbo-3.3.0-beta.3...dubbo-3.3.0-beta.4

dubbo-3.2.14

17 Jun 01:58
Compare
Choose a tag to compare

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

dubbo-3.3.0-beta.3

24 May 06:36
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: dubbo-3.3.0-beta.2...dubbo-3.3.0-beta.3

dubbo-3.2.13

24 May 03:14
Compare
Choose a tag to compare

What's Changed

Bugfix

  • Fix NPE in NettyConnectionClient.toString by @AlbumenJ in #13934
  • Fix async method call ClassCastException error when requesting go server by @FoghostCn in #13932
  • Fix triple stub calling grpc server fail by @icodening in #14012
  • Use ExecutorService instead of event loop for Netty connection by @hanpen24 in #13904
  • Fix triple AbstractServerCallListener NPE by @caoyanan666 in #14009
  • Fix Bytebuf resource leak by @aofall in #14071
  • Compatible nacos service discovery, export noting suffix servicename by @wangchengming666 in #14096
  • Sync BitList for all the operations by @AlbumenJ in #14057
  • Fix http client by connection pool by @yuluo-yx in #14079
  • Fox ReactorDubbo3TripleStub.mustache. add schema registry by @caoyanan666 in #14035
  • Fix channel leakage in NettyConnectionClient.onConnected and onGoaway methods by @hanpen24 in #14100
  • Fix the problem of multiple namespaces in MetadataReport by @finefuture in #13971
  • Fix the oneToOne method of the ReactorServerCalls class will cause the request to hang when the result is Mono Empty by @caoyanan666 in #14121
  • Fix the signature error when using reflection to access the org.springframework.core.annotation.AnnotatedElementUtils#getMergedAnnotation method by @jkoChen in #14156
  • Fix triple Reactor OneToMany Handler null pointer fix and DubboFilter support by @caoyanan666 in #14125
  • Fix property name security judgement by @zrlw in #14208
  • Not initialize MetricsReporter if not support prometheus by @qyi71 in #14225
  • Add condition -> match serviceKey in telnet command. by @kazetyan in #13869

Code Enhancement

Releates PRs: #13901, #13968, #14005, #14039, #14064, #14099, #14159, #14133, #14135, #14172, #14166, #14227

Dependency Upgrade

  • Update bytebuddy.version: 1.14.12 -> 1.14.15 #14046, #14140, #14179
  • Update ch.qos.logback:logback-core: 1.5.2 -> 1.5.6 #13899, #14110
  • Update com.alibaba.fastjson2:fastjson2: 2.0.47 -> 2.0.49 #13989, #14087
  • Update com.alibaba.nacos:nacos-client: 2.3.1 -> 2.3.2 #14042
  • Update commons-io:commons-io: 2.15.1 -> 2.16.1 #14020, #14114
  • Update commons-logging:commons-logging: 1.3.0 -> 1.3.2 #13987, #14215
  • Update grpc.version: 1.62.2 -> 1.64.0 #14044, #14213
  • Update io.micrometer:micrometer-bom: 1.12.3 -> 1.12.5 #13939#14086
  • Update io.micrometer:micrometer-core: 1.12.3 -> 1.13.0 #13940, #14112, #14219
  • Update io.micrometer:micrometer-tracing-bom: 1.2.3 -> 1.2.5 #13938, #14116
  • Update io.projectreactor:reactor-core: 3.6.2 -> 3.6.6 #13941, #14111, #14212
  • Update jackson_version: 2.16.1 -> 2.17.1 #13896, #13936, #14153
  • Update log4j2_version: 2.23.0 -> 2.23.1 #13897
  • Update net.bytebuddy:byte-buddy: 1.14.12 -> 1.14.15 #14018, #14142, #14184
  • Update netty4_version: 4.1.107.Final -> 4.1.109.Final #13988, #14108
  • Update org.apache.commons:commons-compress: 1.26.0 -> 1.26.1 #13900
  • Update org.apache.tomcat.embed:tomcat-embed-core: 8.5.99 -> 8.5.100 #14019
  • Update org.apache.zookeeper:zookeeper: 3.8.3 -> 3.8.4 #13930
  • Update org.aspectj:aspectjweaver: 1.9.21.1 -> 1.9.22.1 #13937, #13991, #14181
  • Update org.awaitility:awaitility: 4.2.0 -> 4.2.1 #13935
  • Update org.springframework.security:spring-security-bom: 5.8.10 -> 5.8.12 #13993, #14117
  • Update spring_version: 5.3.25 -> 5.3.35 #14041, #14109, #14211
  • Update gson: 2.10.1 -> 2.11.0 #14224
  • Update micrometer: 1.12.5 -> 1.13.0 #14228

Contributors

Dubbo would like to thank the following contributors for their contributions to this release:
@aamingaa, @AlbumenJ, @aofall, @caoyanan666, @Chenjp, @CrazyHZM, @dependabot, @finefuture, @FoghostCn, @hanpen24, @heliang666s, @icodening, @jkoChen, @jlerbsc, @kaiyaok2, @kazetyan, @qyi71, @songxiaosheng, @Stellar1999, @walkinggo, @wangchengming666, @wcy666103, @yuluo-yx, @zrlw

New Contributors

Full Changelog: 3.2.12...dubbo-3.2.13

dubbo-3.3.0-beta.2

14 Mar 09:46
Compare
Choose a tag to compare

What's Changed

Feature

Bugfix

Code Enhancement

Related PRs: #13138, #13157, #13143, #13176, #13181, #13227, #13231, #13266, #13278, #13283, #13282, #13284, #13230, #13285, #13310, #13301, #13323, #13322, #13330, #13342, #13355, #13347, #13379, #13373, #13402, #13426, #13410, #13490, #13464, #13456, #13562, #13619, #13783, #13791, #13825, #13818, #13906, #13916

Contributors

Dubbo would like to thank the following contributors for their contributions to this release:
@AlbumenJ, @chaicho, @chickenlj, @CHYhave, @conghuhu, @CrazyHZM, @EarthChen, @finefuture, @FoghostCn, @liuzg-coder, @namelessssssssssss, @Nortyr, @oxsean, @sadfera, @Tomoko-hjf, @xiaoyuuuuuupeng

New Contributors

Full Changelog: dubbo-3.3.0-beta.1...dubbo-3.3.0-beta.2

dubbo-3.2.12

26 Mar 09:41
Compare
Choose a tag to compare

What's Changed

Bugfix

Code Enhancement

Releates PRs: #13800, #13855, #13858, #13717

Dependency Upgrade

  • Update bytebuddy.version: 1.14.11 -> 1.14.12 #13798
  • Update ch.qos.logback:logback-core: 1.4.14 -> 1.5.3 #13767, #13819, #13899
  • Update com.alibaba.fastjson2:fastjson2: 2.0.45 -> 2.0.47 #13739, #13792
  • Update com.alibaba.nacos:nacos-client: 2.2.4 -> 2.3.1 #13821
  • Update com.diffplug.spotless:spotless-maven-plugin: 2.42.0 -> 2.43.0 #13703
  • Update grpc.version: 1.61.0 -> 1.62.2 #13738, #13820
  • Update io.micrometer:micrometer-bom: 1.12.2 -> 1.12.3 #13769
  • Update io.micrometer:micrometer-core: 1.12.2 -> 1.12.3 #13760
  • Update io.micrometer:micrometer-tracing-bom: 1.2.2 -> 1.2.3 #13762
  • Update jackson_version: 2.16.1 -> 2.16.2 #13896
  • Update jetty_version: 9.4.53.v20231009 -> 9.4.54.v20240208 #13764
  • Update log4j2_version: 2.22.1 -> 2.23.1 #13795, #13897
  • Update net.bytebuddy:byte-buddy: 1.14.11 -> 1.14.12 #13761
  • Update netty4_version: 4.1.106.Final -> 4.1.107.Final #13766
  • Update org.apache.commons:commons-compress: 1.25.0 -> 1.26.1 #13765, #13900
  • Update org.apache.tomcat.embed:tomcat-embed-core: 8.5.98 -> 8.5.99 #13794
  • Update org.aspectj:aspectjweaver: 1.9.21 -> 1.9.21.1 #13770
  • Update org.graalvm.buildtools:native-maven-plugin: 0.9.28 -> 0.10.1 #13740, #13797
  • Update org.springframework.security:spring-security-bom: 5.8.9 -> 5.8.10 #13768
  • Update protobuf-java_version: 3.25.2 -> 3.25.3 #13763
  • Update swagger_version: 1.6.12 -> 1.6.13 #13700

New Contributors

Full Changelog: dubbo-3.2.11...3.2.12

dubbo-3.2.11

27 Jan 17:31
Compare
Choose a tag to compare

What's Changed

Enhancement

Bugfix

Code Enhancement

Related PRs: #13600, #13601, #13622, #13557, #13556, #13515, #13507, #13554

CI And Tests Enhancement

Related PRs: #13489, #13646

Dependency Upgrade

  • Update io.netty:netty-all: 4.1.104.Final -> 4.1.106.Final #13682
  • Update io.netty:netty-bom: 4.1.104.Final -> 4.1.106.Final #13682
  • Update io.micrometer:micrometer-tracing-bom: 1.2.0 -> 1.2.1 #13534
  • Update org.apache.maven.plugins:maven-surefire-plugin: 3.2.3 -> 3.2.5 #13661
  • Update org.aspectj:aspectjweaver: 1.9.20.1 -> 1.9.21 #13536
  • Update org.apache.maven.plugins:maven-failsafe-plugin: 3.2.3 -> 3.2.5 in #13664
  • Update io.opentelemetry:opentelemetry-bom: 1.34.0 -> 1.34.1 #13663
  • Update io.projectreactor:reactor-core: 3.6.1 -> 3.6.2 #13660
  • Update org.apache.tomcat.embed:tomcat-embed-core: 8.5.97 -> 8.5.98 #13657
  • Update protobuf-java_version: 3.25.1 -> 3.25.2 #13654
  • Update com.diffplug.spotless:spotless-maven-plugin: 2.41.1 -> 2.42.0 #13659
  • Update org.codehaus.mojo:flatten-maven-plugin: 1.5.0 -> 1.6.0 #13656
  • Update grpc.version: 1.60.1 -> 1.61.0 #13652
  • Update org.apache.maven.plugin-tools:maven-plugin-annotations: 3.10.2 -> 3.11.0 #13658
  • Update io.micrometer:micrometer-core: 1.12.1 -> 1.12.2 #13653
  • Update io.micrometer:micrometer-tracing-bom: 1.2.1 -> 1.2.2 #13651
  • Update io.zipkin.reporter2:zipkin-reporter-bom: 2.17.1 -> 2.17.2 #13626
  • Update org.apache.commons:commons-exec: 1.3 -> 1.4.0 #13625
  • Update com.alibaba.fastjson2:fastjson2: 2.0.44 -> 2.0.45 #13627
  • Update net.bytebuddy:byte-buddy: 1.14.10 -> 1.14.11 #13576
  • Update org.apache.maven.plugins:maven-compiler-plugin: 3.11.0 -> 3.12.1 #13575
  • Update ch.qos.logback:logback-core: 1.2.13 -> 1.4.14 #13567
  • Update org.apache.maven:maven-plugin-api: 3.9.1 -> 3.9.6 #13572
  • Update org.springframework.security:spring-security-bom: 5.8.8 -> 5.8.9 #13569
  • Update bytebuddy.version: 1.14.10 -> 1.14.11 by #13570
  • Update jackson_version: 2.16.0 -> 2.16.1 #13566
  • Update org.apache.maven.plugins:maven-dependency-plugin: 3.5.0 -> 3.6.1 #13565
  • Update org.javassist:javassist: 3.29.2-GA -> 3.30.2-GA #13571
  • Update commons-io:commons-io: 2.11.0 -> 2.15.1 #13530
  • Update io.zipkin.reporter2:zipkin-reporter-bom: 2.16.4 -> 2.17.1 #13533
  • Update org.apache.maven.plugins:maven-release-plugin: 3.0.0 ->3.0.1 #13532
  • Update org.apache.maven.plugins:maven-shade-plugin: 3.4.1 -> 3.5.1 #13531
  • Update org.apache.logging.log4j:log4j-api: 2.20.0 ->2.22.1 #13535
  • Update org.apache.logging.log4j:log4j-core: 2.20.0 ->2.22.1 #13535
  • Update com.ctrip.framework.apollo:apollo-client: 2.1.0 ->2.2.0 #13525
  • Update org.apache.maven.plugins:maven-checkstyle-plugin: 3.2.1 -> 3.3.1 #13522
  • Update commons-logging:commons-logging: 1.2 -> 1.3.0 #13520
  • Update ch.qos.logback:logback-classic: 1.2.11 -> 1.2.13 #13463

Contributors

Dubbo would like to thank the following contributors for their contributions to this release:
@AlbumenJ, @zhaoyunxing92, @CrazyHZM, @dependabot, @suncairong163, @finefuture, @MajaChen , @shaowYe, @CycleMaker, @namelessssssssssss, @icodening, @baerwang, @G-XD, @vio-lin, @oxsean, @SpringStudent, @SaptarshiSarkar12 , @finefuture, @manzhizhen

New Contributors

Full Changelog: dubbo-3.2.10...dubbo-3.2.11

dubbo-3.2.10

15 Dec 03:19
Compare
Choose a tag to compare

What's Changed

Feature

Bugfix

Code Enhancement

Releates PRs: #13326, #13382, #13440, #13444, #13445, #13466

Dependency Upgrade

  • Update bytebuddy.version: 1.14.9 -> 1.14.10 #13421
  • Update com.alibaba.fastjson2:fastjson2: 2.0.42 -> 2.0.43 #13459
  • Update com.ctrip.framework.apollo:apollo-mockserver: 2.1.0 -> 2.2.0 #13483
  • Update com.diffplug.spotless:spotless-maven-plugin: 2.40.0 -> 2.41.0 #13416
  • Update com.diffplug.spotless:spotless-maven-plugin: 2.41.0 -> 2.41.1 #13460
  • Update cxf_version: 3.5.5 -> 3.6.2 #13475
  • Update grpc.version: 1.59.0 -> 1.60.0 #13484, #13457
  • Update io.micrometer:micrometer-bom: 1.11.5 -> 1.12.0 #13395
  • Update io.micrometer:micrometer-core: 1.11.5 -> 1.12.0 #13390
  • Update io.micrometer:micrometer-tracing-bom: 1.1.6 -> 1.2.0 #13397
  • Update io.opentelemetry:opentelemetry-bom: 1.31.0 -> 1.32.0 #13392
  • Update io.projectreactor:reactor-core: 3.5.11 -> 3.6.0 #13391
  • Update jackson_version: 2.15.3 -> 2.16.0 #13388
  • Update net.bytebuddy:byte-buddy: 1.14.9 -> 1.14.10 #13424
  • Update org.apache.avro:avro: 1.11.1 -> 1.11.3 #13486, #13487
  • Update org.apache.commons:commons-compress: 1.23.0 -> 1.25.0 #13485
  • Update org.apache.commons:commons-lang3: 3.12.0 -> 3.14.0 #13472
  • Update org.apache.maven:maven-core: 3.9.1 -> 3.9.6 #13476
  • Update org.apache.maven.plugin-tools:maven-plugin-annotations: 3.8.1 -> 3.10.2 #13481
  • Update org.apache.maven.plugins:maven-assembly-plugin: 3.5.0 -> 3.6.0 #13478
  • Update org.apache.maven.plugins:maven-clean-plugin: 3.2.0 -> 3.3.2 #13479
  • Update org.apache.maven.plugins:maven-enforcer-plugin: 3.3.0 -> 3.4.1 #13482
  • Update org.apache.maven.plugins:maven-javadoc-plugin: 3.5.0 -> 3.6.3 #13473
  • Update org.apache.maven.plugins:maven-plugin-plugin: 3.8.1 -> 3.10.2 #13474
  • Update org.apache.maven.plugins:maven-source-plugin: 3.2.1 -> 3.3.0 #13480
  • Update org.apache.tomcat.embed:tomcat-embed-core: 8.5.87 -> 8.5.96 #13477
  • Update org.apache.zookeeper:zookeeper: 3.8.1 -> 3.8.3 in /dubbo-dependencies/dubbo-dependencies-zookeeper-curator5 #13494
  • Update org.codehaus.mojo:build-helper-maven-plugin: 3.4.0 -> 3.5.0 #13423
  • Update org.springframework.boot:spring-boot-dependencies: 2.7.17 -> 2.7.18 #13418
  • Update org.springframework.boot:spring-boot-maven-plugin: 2.7.17 -> 2.7.18 #13419
  • Update org.springframework.boot:spring-boot-starter-test: 2.7.17 -> 2.7.18 #13420
  • Update org.testcontainers:testcontainers: 1.19.1 -> 1.19.3 #13422, #13389
  • Update protobuf-java_version: 3.25.0 -> 3.25.1 #13394
  • Update spring-boot.version: 2.7.17 -> 2.7.18 #13417

Contributors

Dubbo would like to thank the following contributors for their contributions to this release:
@AlbumenJ, @conghuhu, @CrazyHZM, @dependabot, @EarthChen, @kazetyan, @manzhizhen, @namelessssssssssss, @owen200008, @songxiaosheng, @suncairong163, @TestBoost, @thisiswanghy

New Contributors

Full Changelog: dubbo-3.2.9...dubbo-3.2.10

dubbo-3.2.9

16 Nov 08:26
Compare
Choose a tag to compare

What's Changed

Bugfix

Code Enhancement

Releates PRs: #13250, #13271, #13289. #13311, #13319, #13320, #13267, #13361

Dependency Upgrade

  • Update fabric8_kubernetes_version: 6.9.0 -> 6.9.1 #13280
  • Update org.codehaus.mojo:license-maven-plugin: 2.2.0 -> 2.3.0 #13281
  • Update protobuf-java_version: 3.24.4 -> 3.25.0 #13313
  • Update fabric8_kubernetes_version: 6.9.1 -> 6.9.2 #13315
  • Update netty4_version: 4.1.100.Final -> 4.1.101.Final #13352
  • Update com.alibaba.fastjson2:fastjson2: 2.0.41 -> 2.0.42 #13309

Contributors

Dubbo would like to thank the following contributors for their contributions to this release:
@AlbumenJ, @chaoyoung, @CrazyHZM, @dependabot, @finefuture, @Linchen-Xu, @SaaiVenkat, @stone-98

New Contributors

Full Changelog: dubbo-3.2.8...dubbo-3.2.9

dubbo-3.2.8

01 Nov 11:41
Compare
Choose a tag to compare

What's Changed

Feature

Bugfix

Code Enhancement

Releates PRs: #13147, #13150, #13159, #13172, #13174, #13175, #13139, #13215, #13214, #13229, #13217, #13218, #13233, #13234, #13243, #13263

Dependency Upgrade

  • Update bytebuddy.version: 1.14.8 -> 1.14.9 #13205
  • Update com.alibaba.fastjson2:fastjson2: 2.0.40 -> 2.0.41 #13170
  • Update fabric8_kubernetes_version: 6.8.1 -> 6.9.0 #13166
  • Update grpc.version: 1.58.0 -> 1.59.0 #13252
  • Update io.micrometer:micrometer-bom: 1.11.4 -> 1.11.5 #13210
  • Update io.micrometer:micrometer-core: 1.11.4 -> 1.11.5 #13204
  • Update io.micrometer:micrometer-tracing-bom: 1.1.5 -> 1.1.6 #13207
  • Update io.opentelemetry:opentelemetry-bom: 1.30.1 -> 1.31.0 #13168
  • Update io.projectreactor:reactor-core: 3.5.10 -> 3.5.11 #13208
  • Update jackson_version: 2.15.2 -> 2.15.3 #13203
  • Update jetty_version: 9.4.52.v20230823 -> 9.4.53.v20231009 #13206
  • Update net.bytebuddy:byte-buddy: 1.14.8 -> 1.14.9 #13211
  • Update netty4_version: 4.1.97.Final -> 4.1.100.Final #13148, #13209
  • Update org.apache.zookeeper:zookeeper: 3.7.0 -> 3.7.2 #13195
  • Update org.apache.zookeeper:zookeeper: 3.8.1 -> 3.8.3 #13191
  • Update org.eclipse.jetty:jetty-maven-plugin: 9.4.52.v20230823 -> 9.4.53.v20231009 #13212
  • Update org.graalvm.buildtools:native-maven-plugin: 0.9.27 -> 0.9.28 #13259
  • Update org.jacoco:jacoco-maven-plugin: 0.8.10 -> 0.8.11 #13258
  • Update org.springframework.boot:spring-boot-dependencies: 2.7.16 -> 2.7.17 #13251
  • Update org.springframework.boot:spring-boot-maven-plugin: 2.7.16 -> 2.7.17 #13253
  • Update org.springframework.boot:spring-boot-starter-test: 2.7.16 -> 2.7.17 #13254
  • Update org.springframework.security:spring-security-bom: 5.8.7 -> 5.8.8 #13257
  • Update org.testcontainers:testcontainers: 1.19.0 -> 1.19.1 #13169
  • Update org.xerial.snappy:snappy-java: 1.1.10.4 -> 1.1.10.5 #13149
  • Update protobuf-java_version: 3.24.3 -> 3.24.4 #13167
  • Update spring-boot.version: 2.7.16 -> 2.7.17 #13256
  • Update swagger_version: 1.6.11 -> 1.6.12 #13255

Contributors

Dubbo would like to thank the following contributors for their contributions to this release:
@AlbumenJ, @andotorg, @aofall, @finefuture, @gzhao9, @icodening, @Linchen-Xu, @namelessssssssssss, @sick-cat, @SpringStudent, @suncairong163, @xiaolou86, @zhengkaifor

New Contributors

Full Changelog: dubbo-3.2.7...dubbo-3.2.8