Releases: apache/dubbo
dubbo-3.2.0-beta.5
What's Changed
Feature
- Add Spring Security Plugin by @jojocodeX in #11418
- Optimization dubbo meter pull delay and add dubbo version meter by @songxiaosheng in #11457
- Triple stub support async mode by @icodening in #11464
- Add JRE utils (#11393) by @KamToHung in #11396
- Added support for Micrometer Observation API by @marcingrzejszczak in #11021
- Introduce Invocation#getInvokedInvokers to get invokers for ClusterFilter by @AlbumenJ in #11359
Bugfix
- Remove address invalid check by @AlbumenJ in #11496
- Fix curator5 version by @AlbumenJ in #11492
- Fix tri future by @EarthChen in #11455
- Fix ThreadLocal Remove by @AlbumenJ in #11443
- Fix metrics filter path by @songxiaosheng in #11392
- fix channelHandlers has null object (#11357) by @KamToHung in #11360
Performance Optimization
- optimized sync on channel write by @icodening in #11440
Code Enhancement
Releates PRs: #11456, #11352, #11433, #11420, #11386, #11383
Dependency Upgrade
- Update embedded-consul: 2.0.0 -> 2.2.1 #11363
- Update testcontainers: 1.15.3 -> 1.17.6 #11367
- Update maven-core: 3.5.4 -> 3.8.7 #11369
- Update spring-boot.version: 2.3.1.RELEASE -> 2.7.8 #11371
- Update sofa_registry_version: 5.2.0 -> 5.4.3 #11372
- Update apache-rat-plugin: 0.13 -> 0.15 #11374
- Update jsonrpc4j: 1.2.0 -> 1.6 #11375
- Update canteen-maven-plugin: 1.0.0 -> 1.1.0 #11376
- Update httpcore: 4.4.6 -> 4.4.16 #11377
- Update spring-boot-starter-test: 2.3.1.RELEASE -> 2.7.8 #11378
- Update maven-checkstyle-plugin: 3.1.2 -> 3.2.1 #11380
- Update commons-lang3: 3.8.1 -> 3.12.0 #11381
- Update maven-jar-plugin: 3.2.0 -> 3.3.0 #11382
- Update maven-javadoc-plugin: 3.2.0 -> 3.4.1 #11364
- Update maven-plugin-annotations: 3.5.2 -> 3.7.1 #11365
- Update byte-buddy-agent: 1.12.14 -> 1.12.22 #11366
- Update fabric8_kubernetes_version: 6.1.1 -> 6.4.0 #11368
- Update spring-boot-maven-plugin: 2.7.7 -> 2.7.8 #11370
- Update maven-shade-plugin: 3.2.4 -> 3.4.1 #11373
- Update jedis: 3.6.0 -> 3.9.0 #11379
- Update spring version: 5.2.20.RELEASE -> 5.3.25 #11387
- Update hibernate-valida->r: 7.0.4.Final -> 7.0.5.Final #11416
- Update jetcd-launcher: 0.5.3 -> 0.7.5 #11412
- Update embedded-redis: 0.10.0 -> 0.13.0 #11411
- Update log4j2_version: 2.17.2 -> 2.19.0 #11407
- Update dom4j: 2.1.3 -> 2.1.4 #11405
- Update jetcd-core: 0.5.3 -> 0.7.5 #11406
- Update httpclient: 4.5.13 -> 4.5.14 #11401
- Update spring-boot-dependencies: 2.7.7 -> 2.7.8 #11398
- Update mocki->_version: 4.8.0 -> 4.11.0 #11403
- Update slf4j-log4j12: 1.7.25 -> 1.7.33 #11400
- Update pro->stuff_version: 1.5.9 -> 1.8.0 #11397
- Update maven-plugin-api: 3.5.4 -> 3.8.7 #11399
- Update maven-compiler-plugin: 3.8.1 -> 3.10.1 #11402
- Update maven-dependency-plugin: 3.1.2 -> 3.5.0 #11404
- Update hessian: 4.0.38 -> 4.0.66 #11410
- Update consul-client: 1.3.7 -> 1.5.3 #11415
- Update ->mcat-embed-core: 8.5.78 -> 8.5.85 #11414
- Update avro: 1.8.2 -> 1.11.1 #11409
- Update maven-clean-plugin: 3.1.0 -> 3.2.0 #11413
- Update mina-core: 2.1.5 -> 2.2.1 #11408
- Update xmemcached: 1.3.6 -> 1.4.3 #11486
- Update maven-failsafe-plugin: 3.0.0-M5 -> 3.0.0-M8 #11485
- Update maven-release-plugin: 3.0.0-M1 -> 3.0.0-M7 #11484
- Update mocki->-junit-jupiter: 3.8.0 -> 3.12.4 #11483
- Update api: 0.1.23 -> 0.1.35 #11482
- Update netty: 3.2.5.Final -> 3.2.10.Final #11481
- Update bytebuddy.version: 1.12.22 -> 1.12.23 #11480
- Update fst: 2.48-jdk-6 -> 2.57 #11478
- Update libthrift: 0.15.0 -> 0.17.0 #11476
- Update commons-compress: 1.21 -> 1.22 #11475
- Update maven-enforcer-plugin: 3.1.0 -> 3.2.1 #11474
- Update fabric8_kubernetes_version: 6.4.0 -> 6.4.1 #11473
- Update logback-classic: 1.2.11 -> 1.4.5 #11472
- Update reac->r-core: 3.4.19 -> 3.5.2 #11470
- Update maven-jxr-plugin: 2.2 -> 2.5 #11469
- Update native-image-maven-plugin: 21.0.0.2 -> 21.2.0 #11468
- Update apollo-client: 2.0.1 -> 2.1.0 #11467
- Update kryo-serializers: 0.42 -> 0.45 #11477
- Update maven-surefire-plugin: 3.0.0-M5 -> 3.0.0-M8 #11479
- Update cxf_version: 3.1.15 -> 3.5.5 #11471
- Update netty: 4.1.72.Final -> 4.1.87.Final #11507
Contributors
Dubbo would like to thank the following contributors for their contributions to this release:
@AlbumenJ, @CrazyHZM, @EarthChen, @icodening, @jojocodeX, @KamToHung, @marcingrzejszczak, @mieah, @sconvent, @ShenFeng312, @songxiaosheng, @wxbty
New Contributors
- @KamToHung made their first contribution in #11360
- @marcingrzejszczak made their first contribution in #11021
- @mieah made their first contribution in #11433
Full Changelog: dubbo-3.2.0-beta.4...dubbo-3.2.0-beta.5
dubbo-3.1.6
What's Changed
Feature
- Add some qos command logs for aduit by @AlbumenJ in #11224
- Add service name mapping retry by @AlbumenJ in #11265
- Add nacos create client retry by @AlbumenJ in #11304
- Add Nacos sub try test by @AlbumenJ in #11307
- Add serialzie class check by @AlbumenJ in #11217
- Add SerializeCheckStatus command by @AlbumenJ in #11434
Bugfix
- Correct the logger's error statement to info. by @win120a in #11165
- Lazy init scope model in config by @AlbumenJ in #11142
- Fix Consumer ClassLoader Change by @AlbumenJ in #11179
- Fix NPE when getting subscribed services from metadata service by @wxbty in #11192
- Fix Spring Cloud metadata override by @AlbumenJ in #11197
- Fix deadlocks in lazy-init situations by @wuwen5 in #11194
- Fix warn when port are the same by @AlbumenJ in #11202
- Fix active limit filter not work by @AlbumenJ in #11206
- Fix Nacos empty ticket not work by @AlbumenJ in #11213
- Fix zookeeper instance update by @AlbumenJ in #11212
- Enhance Zookeeper ServiceDiscovery update by @AlbumenJ in #11220
- Optimize MetadataServiceNameMapping cas report conflict by @AlbumenJ in #11237
- Fix service instance update failed by @AlbumenJ in #11236
- Fix app level configuration not work by @AlbumenJ in #11215
- Store old revisions by @AlbumenJ in #11241
- Fix Multi Registry Override by @AlbumenJ in #11245
- Fix zk resubscribe failed by @AlbumenJ in #11247
- Add some cas update failed logs by @AlbumenJ in #11251
- Enhance nacos regsitry by @AlbumenJ in #11262
- Fix tri upper attachment error by @EarthChen in #11214
- Fix tri deserialize error by @EarthChen in #11187
- Remove grpc-status-details when no pb exists by @EarthChen in #11249
- Fix countdown assignment problem by @CrazyHZM in #11275
- Serialization and deserialization use classes in the wrapper by @EarthChen in #11302
- change class loader by @EarthChen in #11312
- Support fastjson2 in native case by @CrazyHZM in #11325
- Support native ci check by @CrazyHZM in #11358
- Fix CME in SerializeSecurityManager by @AlbumenJ in #11395
- Enhance Check by @AlbumenJ in #11419
FAQ
Handle error log with error code in #11181, #11182, #11207, #11219, #11225
Code Enhancement
Releates PRs: #11183, #11177, #11224, #11164
Dependency Upgrade
Contributors
Dubbo would like to thank the following contributors for their contributions to this release:
@win120a, @wuwen5, @AlbumenJ, @CrazyHZM, @EarthChen, @xieshouyu, @wxbty
New Contributors
- @xieshouyu made their first contribution in #11177
Full Changelog: dubbo-3.1.4...dubbo-3.1.6
dubbo-3.0.14
What's Changed
Full Changelog: dubbo-3.0.13...dubbo-3.0.14
dubbo-2.7.22
What's Changed
Full Changelog: dubbo-2.7.21...dubbo-2.7.22
dubbo-3.2.0-beta.4
What's Changed
Feature
- Add bytebuddy support by @icodening in #11117
- Add timeout limit metric by @jojocodeX in #11244
- Jvm meter add application name label by @songxiaosheng in #11255
- Add dubbo prefix(dubbo.provider) to dubbo provider metrics by @fomeiherz in #11295
- Added metrics for failed request total by @jojocodeX in #11315
- Add xdsroute observe logic by @MentosL in #11309
- Make xds router run by @AlbumenJ in #11319
- Change the name according to the naming convention by @fomeiherz in #11327
Bugfix
- Fix token not work in rest protocol by @ShenFeng312 in #11144
- Enhance nacos service discovery update by @AlbumenJ in #11239
- Refactor nacos to update by @AlbumenJ in #11313
- Feature/modify xds subscribe by @aamingaa in #10885
- Fix native about reflect config by @CrazyHZM in #11263
- Fix config unable to serialize by @AlbumenJ in #11267
- Update IPv6 annotation and filter invalid IPv6 by @HHoflittlefish777 in #11266
- Fix invokers has changed when router chain switch by @AlbumenJ in #11248
- Fix lds observe by @aamingaa in #11300
- Support fastjson2 in native case by @CrazyHZM in #11325
- Don't delete lock file when lock is held by other by @schneiderlin in #11324
- Fix metrics key duplication by @jojocodeX in #11349
- Fix deploy listener exception by @aamingaa in #11351
Performance Optimization
Code Enhancement
Releates PRs: #11063, #10971, #11199, #11258, #11288, #11291, #11328, #11260
Dependency Upgrade
- Update protobuf-java: 3.18.3 -> 3.19.6 #11282 #11283 #11284 #11281 #11356
- Update cglib-nodep: 2.2 -> 2.2.2 #11333
- Update byte-buddy: 1.12.19 -> 1.12.22 #11335
- Update bouncycastle-bcprov_version: 1.69 -> 1.70 #11336
- Update javax.ws.rs-api: 2.0 -> 2.1.1 #11337
- Update curator_version: 4.2.0 -> 4.3.0 #11345
- Update maven-plugin-plugin: 3.6.0 -> 3.7.1 #11346
- Update javax.el: 3.0.1-b08 -> 3.0.1-b12 #11347
- Update slf4j-api: 1.7.25 -> 1.7.36 #11348
- Update spring-boot-dependencies: 2.3.1.RELEASE -> 2.7.7 #11344
- Update maven-enforcer-plugin: 3.0.0-M3 -> 3.1.0 #11343
- Update javassist: 3.28.0-GA -> 3.29.2-GA #11334
- Update spring-boot-maven-plugin: 2.1.4.RELEASE -> 2.7.7 #11329
- Update javax.el-api: 2.2.4 -> 2.2.5 #11339
- Update eureka.version: 1.9.12 -> 1.10.18 #11342
- Update jetty-maven-plugin: 9.4.38.v20210224 -> 9.4.50.v20221201 #11340
- Update jetty_version: 9.4.43.v20210629 -> 9.4.50.v20221201 #11332
- Update resteasy_version: 3.0.20.Final -> 3.15.3.Final #11338
Note: This release contains all of the changes of dubbo-3.1.5, please see https://github.com/apache/dubbo/releases/tag/dubbo-3.1.5
Contributors
Dubbo would like to thank the following contributors for their contributions to this release:
@aamingaa, @AlbumenJ, @CrazyHZM, @fomeiherz, @HHoflittlefish777, @icodening, @jojocodeX, @LXPWing, @MentosL, @mxsm, @schneiderlin, @sconvent, @ShenFeng312, @songxiaosheng, @TigerTurbo, @yuluo-yx, @zeusbee
New Contributors
- @LXPWing made their first contribution in #11258
- @HHoflittlefish777 made their first contribution in #11266
- @sconvent made their first contribution in #11260
- @yuluo-yx made their first contribution in #11291
- @fomeiherz made their first contribution in #11295
- @schneiderlin made their first contribution in #11324
- @mxsm made their first contribution in #11326
Full Changelog: dubbo-3.2.0-beta.3...dubbo-3.2.0-beta.4
dubbo-3.1.5
What's Changed
Feature
- Add some qos command logs for aduit by @AlbumenJ in #11224
- Add service name mapping retry by @AlbumenJ in #11265
- Add nacos create client retry by @AlbumenJ in #11304
- Add Nacos sub try test by @AlbumenJ in #11307
- Add serialzie class check by @AlbumenJ in #11217
Bugfix
- Correct the logger's error statement to info. by @win120a in #11165
- Lazy init scope model in config by @AlbumenJ in #11142
- Fix Consumer ClassLoader Change by @AlbumenJ in #11179
- Fix NPE when getting subscribed services from metadata service by @wxbty in #11192
- Fix Spring Cloud metadata override by @AlbumenJ in #11197
- Fix deadlocks in lazy-init situations by @wuwen5 in #11194
- Fix warn when port are the same by @AlbumenJ in #11202
- Fix active limit filter not work by @AlbumenJ in #11206
- Fix Nacos empty ticket not work by @AlbumenJ in #11213
- Fix zookeeper instance update by @AlbumenJ in #11212
- Enhance Zookeeper ServiceDiscovery update by @AlbumenJ in #11220
- Optimize MetadataServiceNameMapping cas report conflict by @AlbumenJ in #11237
- Fix service instance update failed by @AlbumenJ in #11236
- Fix app level configuration not work by @AlbumenJ in #11215
- Store old revisions by @AlbumenJ in #11241
- Fix Multi Registry Override by @AlbumenJ in #11245
- Fix zk resubscribe failed by @AlbumenJ in #11247
- Add some cas update failed logs by @AlbumenJ in #11251
- Enhance nacos regsitry by @AlbumenJ in #11262
- Fix tri upper attachment error by @EarthChen in #11214
- Fix tri deserialize error by @EarthChen in #11187
- Remove grpc-status-details when no pb exists by @EarthChen in #11249
- Fix countdown assignment problem by @CrazyHZM in #11275
- Serialization and deserialization use classes in the wrapper by @EarthChen in #11302
- change class loader by @EarthChen in #11312
FAQ
Handle error log with error code in #11181, #11182, #11207, #11219, #11225
Code Enhancement
Releates PRs: #11183, #11177, #11224, #11164
Dependency Upgrade
Contributors
Dubbo would like to thank the following contributors for their contributions to this release:
@win120a, @wuwen5, @AlbumenJ, @CrazyHZM, @EarthChen, @xieshouyu, @wxbty
New Contributors
- @xieshouyu made their first contribution in #11177
Full Changelog: dubbo-3.1.4...dubbo-3.1.5
dubbo-3.0.13
What's Changed
Full Changelog: dubbo-3.0.12...dubbo-3.0.13
dubbo-2.7.21
dubbo-2.7.20
dubbo-3.2.0-beta.3
What's Changed
Feature
- JsonUtil jackson impl by @JavaHello in #10970
- Enhance logger adapter to use a configured logger by @AlbumenJ in #10952
- Support client flowcontrol by @asa3311 in #11029
- Add dubbo metrics to springboot endpoints by @songxiaosheng in #10997
- Add dubbo metrics AutoConfiguration.imports for Spring Boot 3 (related to #10997) by @gitchenjh in #11062
- Support dump thread switch and directory config by @CrazyHZM in #10955
- Support xdsroute parse by @haoyann in #10956
- Support anonymous qos command access by @Koooooo-7 in #11076
- Adaptive loadbalance by @ningboliu in #10745
Bugfix
- Fix ApplicationConfig.enableFileCache default value is not true by @gitchenjh in #11008
- fix MetericsService resource location bug by @songxiaosheng in #11056
- Enhance isolate executor by @AlbumenJ in #11069
- Read default prefer serialization from serialization first by @AlbumenJ in #11024
- Fix triple default version by @AlbumenJ in #11068
- Fix native reflect-config.json by @CrazyHZM in #11125
Performance Optimization
- optimization netty server connection management by @nannanfighting in #11123
Code Enhancement
Releates PRs: #10976, #11004, #11005, #11099, #11063
Note: This release contains all of the changes of dubbo-3.1.4, please see https://github.com/apache/dubbo/releases/tag/dubbo-3.1.4
Contributors
Dubbo would like to thank the following contributors for their contributions to this release:
@AlbumenJ, @asa3311, @conghuhu, @CrazyHZM, @gitchenjh, @haoyann, @JavaHello, @Koooooo-7, @nannanfighting, @ningboliu, @shanuo0312, @songxiaosheng, @tonycody, @XDanwar
New Contributors
- @JavaHello made their first contribution in #10970
- @songxiaosheng made their first contribution in #10997
- @Koooooo-7 made their first contribution in #11051
- @ningboliu made their first contribution in #10745
- @XDanwar made their first contribution in #11063
Full Changelog: dubbo-3.2.0-beta.2...dubbo-3.2.0-beta.3