Skip to content

Releases: apache/dubbo

dubbo-2.7.18

22 Sep 08:12
Compare
Choose a tag to compare

What's Changed

Dependency Upgrade

  • Upgrade hessian-lite version: 3.2.12 -> 3.2.13 #10630

New Contributors

Full Changelog: dubbo-2.7.17...dubbo-2.7.18

dubbo-3.0.12

22 Sep 08:13
Compare
Choose a tag to compare

What's Changed

Dependency Upgrade

  • Upgrade hessian-lite version: 3.2.12 -> 3.2.13 #10629

Full Changelog: dubbo-3.0.11...dubbo-3.0.12

dubbo-3.1.0

17 Aug 13:53
Compare
Choose a tag to compare

This is a brand new version of Dubbo 3, including xDS support, kubernetes native support, Fastjson2 support...

Dubbo 3.1 includes the following features:

Upgrade compatibility: https://dubbo.apache.org/zh/docs3-v2/java-sdk/upgrades-and-compatibility/3.0-to-3.1-compatibility-guide/

Full Changelog: dubbo-3.0.11...dubbo-3.1.0

dubbo-3.0.11

17 Aug 13:49
Compare
Choose a tag to compare

Bugfix & Optimization

Related PRs: #10332, #10333, #10311, #10350, #10355, #10351, #10359, #10364, #10349, #10371, #10354, #10369, #10372, #10376, #10370, #10383, #10338, #10390, #10389, #10400, #10404, #10409, #10411, #10417, #10418, #10432, #10413, #10441, #10439, #10444, #10442, #10445, #10455, #10457, #10414, #10412, #10173, #10447, #10462, #10468, #10478
Contributors: @AlbumenJ, @Bentley-William, @BurningCN, @TianCheng88, @TigerTurbo, @chenziqiang666, @chickenlj, @jk-tonycui, @liufeiyu1002, @monkeyWie, @owen200008, @stonelion, @victory460, @win120a, @xiaomiusa87

Dependency Upgrade

  • Upgrade kubernetes-client version: 5.3.0 -> 5.3.2 #10324

New Contributors

Full Changelog: dubbo-3.0.10...dubbo-3.0.11

dubbo-2.7.17

16 Aug 13:09
Compare
Choose a tag to compare

What's Changed

Full Changelog: dubbo-2.7.16...dubbo-2.7.17

dubbo-3.0.10

16 Jul 08:17
Compare
Choose a tag to compare

Bugfix & Optimization

Related PRs: #10180, #10190, #10194, #10203, #10199, #10158, #10211, #10244, #10233, #10245, #10252, #10250, #10247, #10193, #10262, #10200, #10270, #10271, #10275, #10274, #10276, #10279, #10280, #10281, #10284, #10291, #10295, #10299, #10293, #10302, #10301, #10305, #10225, #10306, #10309, #10308, #10317, #10055, #10110
Contributors: @AlbumenJ, @Bentley-William, @BurningCN, @cheese8, @chenziqiang666, @CrazyHZM, @crazyStar00, @EarthChen, @guohao, @happytimor, @icodening, @juzi214032, @sagexueqi, @stonelion, @Trying-hc, @wangchengming666, @xh1202, @YoungHu, @zhaoyunxing92

Feature

New Contributors

Full Changelog: dubbo-3.0.9...dubbo-3.0.10

dubbo-2.7.16

01 Jul 07:53
Compare
Choose a tag to compare

Feature

Bugfix

Dependency Upgrade

  • Upgrade log4j2 version: 2.17.0 -> 2.17.2 #9791
  • Upgrade log4j version: 1.2.16 -> 1.2.17 #9791
  • Upgrade logback version: 1.2.2 -> 1.2.11 #9791
  • Upgrade fastjson version: 1.2.70 -> 1.2.83 #10189

New Contributors

Full Changelog: dubbo-2.7.15...dubbo-2.7.16

dubbo-3.0.9

20 Jun 06:30
Compare
Choose a tag to compare

Bugfix

Invocation & Configuration Related: #10026, #10036, #10050, #10140, #10047, #10027, #10160, #10152

Registry Related: #10049, #10048, #10080, #10119, #10127, #9988, #10134, #10161, #10148, #10177

Feature

Dependency Upgrade

  • Upgrade gson version: 2.8.5 -> 2.8.9 #10064
  • Upgrade nacos version: 2.0.4 -> 2.1.0 #10024
  • Upgrade fastjson version: 1.2.70 -> 1.2.83 #10099

New Contributors

Full Changelog: dubbo-3.0.8...dubbo-3.0.9

dubbo-3.0.8

11 May 04:25
e915918
Compare
Choose a tag to compare

Bugfixes & Enhancements

  • Triple Protocol.
    • Fix possible memory leak #9919
    • Use separate ThreadPool under multiple protocol circumstances #10018
    • Stub compiler enhancement
    • Shutdown process optimization #9938
  • Service Discovery.
    • Fix interface-app mapping #9992
    • Fix warmup does not work on Consumer side #10022, #9990
    • Fix OfflineApp cannot update registry when revision becomes 0 #9986
    • Fallback to another address model in APPLICATION_FIRST mode when current address model becomes unavailable #9964
    • Refactor metadata exchange process to support certain registry patterns, such as k8s and dns #9904
    • Add 'exclude' filtering policy for instance-level params filter extension #10015
  • Others
    • Distinguish singleton and prototype status of ReferenceConfig instance when using together with Cache #10012
    • Fix SPI extension compatibility issue when upgrading from 2.6 or lower versions to 3.x #9977
    • Change global migration key to 'dubbo.application.migration.step' #10006

dubbo-3.0.7

28 Mar 07:41
7de8b98
Compare
Choose a tag to compare

This version continues to focus on stability improvement of Dubbo3. For details of bugfixes and enhancements , please check here milestone 3.0.7

Bugfixes & Enhancements

  • Curator and Zookeeper extensions related issues, #9746, #9749, #9597
  • Service Discovery enhance, #9726, #9754, #9799, #9742, #9820, #9784
  • Triple protocol supports native stub generator, #9822
  • Optimize shutdown process, #9747
  • Optimize default registration behavior of Nacos, does not register consumer URL by default, #9827
  • Fix zone-aware and weight policy not work for multiple registries scenario, #9680, #9786
  • Fix consumer side service group not work as expected, #9818
  • Fix possible RpcContext contamination, reported by skywalker, #9666