Skip to content

Releases: apache/dubbo

dubbo-3.1.5

17 Jan 04:07
Compare
Choose a tag to compare

What's Changed

Feature

Bugfix

FAQ

Handle error log with error code in #11181, #11182, #11207, #11219, #11225

Code Enhancement

Releates PRs: #11183, #11177, #11224, #11164

Dependency Upgrade

  • Update protobuf-java: 3.16.3 -> 3.18.3 #11261
  • Update fastjson2: 2.0.21 -> 2.0.23 #11305

Contributors

Dubbo would like to thank the following contributors for their contributions to this release:
@win120a, @wuwen5, @AlbumenJ, @CrazyHZM, @EarthChen, @xieshouyu, @wxbty

New Contributors

Full Changelog: dubbo-3.1.4...dubbo-3.1.5

dubbo-3.0.13

13 Jan 02:19
c7974d0
Compare
Choose a tag to compare

What's Changed

  • Revert "Local references support mergeable" by @AlbumenJ in #10707
  • Update check list

Full Changelog: dubbo-3.0.12...dubbo-3.0.13

dubbo-2.7.21

13 Jan 02:18
4e80ee5
Compare
Choose a tag to compare

What's Changed

  • Update check list

Full Changelog: dubbo-2.7.20...dubbo-2.7.21

dubbo-2.7.20

21 Dec 15:47
Compare
Choose a tag to compare

What's Changed

Full Changelog: dubbo-2.7.19...dubbo-2.7.20

dubbo-3.2.0-beta.3

16 Dec 13:04
Compare
Choose a tag to compare

What's Changed

Feature

Bugfix

Performance Optimization

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

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

dubbo-3.1.4

16 Dec 07:35
Compare
Choose a tag to compare

What's Changed

Feature

Bugfix

  • Fixed metrics collection getting wrong method name when generalize called by @twz007 in #11012
  • Fix zookeeper update service name failed when create by @AlbumenJ in #11036
  • Fix data being updated by default ticket, follow #11036 by @AlbumenJ in #11050
  • Adjust the logic of timeout, fix triple about timeout countdown function problem by @CrazyHZM in #11030
  • Add NPE and empty list check in AwareClusterInvoker#doInvoke. by @IncrementalRefinement in #11046
  • Fixes #11044,solve remoteApplicationName is null, in mesh mode with triple by @gold-fisher in #11058
  • Fix native image compile failure and run binary package failure by @CrazyHZM in #11066
  • Fix ssl npe by @CrazyHZM in #11093
  • Fix diagnostics log message errors by @CrazyHZM in #11103
  • Fix MetadataReportConfig being valid when pre config by @AlbumenJ in #11110
  • Fix dubbo.reference not work in 3.x by @AlbumenJ in #11109
  • Fix TimeoutCountDown objects being passed through and support for method-level configuration of cut-off timeout-count by @CrazyHZM in #11120
  • add more information when zk not connected (#11057) by @cnjxzhao in #11122
  • Fix classloader bing override when setting interface class by @AlbumenJ in #11106
  • Fix timeout being cached in InstanceAddressURL by @AlbumenJ in #11041
  • Fix tri filter onError by @EarthChen in #11133
  • Fix zk remove other app's instance listeners when mapping update by @AlbumenJ in #11137

FAQ

Handle error log with error code in #11016, #11054, #11065

Code Enhancement

Releates PRs: #10991, #10995, #11000, #11034, #11035, #11037, #11079, #11102, #11084, #11064, #11075

Dependency Upgrade

  • Update fastjson2: 2.0.14 -> 2.0.21 #11131
  • Update resteasy-jaxrs: 3.0.19.Final -> 3.0.20.Final #11071

Contributors

Dubbo would like to thank the following contributors for their contributions to this release:
@cnjxzhao, @CrazyHZM, @EarthChen, @gold-fisher, @IncrementalRefinement, @Koooooo-7, @ShenFeng312, @tonycody, @twz007, @win120a, @wlazjr

New Contributors

Full Changelog: dubbo-3.1.3...dubbo-3.1.4

dubbo-2.7.19

06 Dec 07:10
Compare
Choose a tag to compare

What's Changed

  • Fix nacos registry randomly throws no provider exception due to legacy service names
  • Add system properties to support allow non-serializable class

New Contributors

Full Changelog: dubbo-2.7.18...dubbo-2.7.19

dubbo-3.2.0-beta.2

22 Nov 11:31
Compare
Choose a tag to compare

What's Changed

Code style enhance by @conghuhu, @shanuo0312 in #10819, #10976, #10948

Note: This release contains all of the changes of dubbo-3.1.3, please see https://github.com/apache/dubbo/releases/tag/dubbo-3.1.3

New Contributors

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

dubbo-3.1.3

22 Nov 10:13
Compare
Choose a tag to compare

What's Changed

  • Revert #9645 to support filter when local invoke by @AlbumenJ in #10707
  • Support protocol properties configure to Metadata Service by @a364176773 in #10855
  • Error code enhancement by @cnjxzhao in #10869
  • Support consistent hash load balance when gerenic invoke by @nobodyw-cell in #10799
  • Fix dubbo get wrong return type when generic impl invoke by @AlbumenJ in #10891
  • Fix unexport() throws NPE when register fail. by @pandaapo in #10893
  • Support try get available port for Metadata Service by @pandaapo in #10846
  • Fix MetadataService method order to distint service info by @AlbumenJ in #10922
  • Port Unification is disabled by default, and the spi key implemented by Netty4 port unification is changed by @CrazyHZM in #10894
  • Revert #8755 to prevent safe gard exception by @AlbumenJ in #10938
  • Remove guava usage in nacos registry by @AlbumenJ in #10945
  • Remove NacosInstanceManageUtil by @AlbumenJ in #10949
  • Fix potential URL NPE by @wxbty in #10921
  • Fix the warning problem when invokerUrls is checked by @haoxz11 in #10937

Code style enhance by @zhangzq7, @EarthChen, @BurningCN in #10847, #10818, #10881

New Contributors

Full Changelog: dubbo-3.1.2...dubbo-3.1.3

dubbo-3.2.0-beta.1

02 Nov 07:02
Compare
Choose a tag to compare

What's Changed

Bugfix & Optimization

Releates PRs: #10660, #10669, #10677, #10685, #10637, #10686, #10700, #10701, #10708, #10715, #10544, #10729, #10738, #10730, #10783, #10785, #10789, #10797, #10705, #10711, #10718, #10741, #10779, #10786, #10728, #10587, #10697, #10533, #10760, #10775, #10682, #10683, #10838, #10678, #10788

Feature

Releates PRs: #10662, #10714, #10737, #10667, #10791, #10724, #10719, #10722, #10761, #10784, #10691, #10658, #10794, #10748

Mertic

Releates PRs: #10622

FAQ

Releates PRs: #10680, #10777, #10787

Dependency Upgrade

  • Update protobuf-java: 3.11.0 -> 3.16.3 #10702

Contributors

Dubbo would like to thank the following contributors for their contributions to this release:
@sunchaser-lilu, @pandaapo, @JavaLionLi, @CrazyHZM, @niejian, @hboutemy, @Cyc1ops, @zhoumengyks, @wucheng1997, @AlbumenJ, @zaghost, @icodening, @ilaotan, @BurningCN, @diguage, @tonycody, @aamingaa, @EarthChen, @asa3311, @jojocodeX, @win120a, @dependabot,

New Contributors

Full Changelog: dubbo-3.1.1...dubbo-3.2.0-beta.1