Skip to content

Releases: apache/dubbo-go

v1.5.2

24 Nov 03:40
Compare
Choose a tag to compare
v1.5.2 Pre-release
Pre-release
v1.5.2

v1.5.1

v1.4.4

12 Aug 15:07
Compare
Choose a tag to compare

Enhancement

Bugfixes

v1.4.3

29 Jul 14:20
Compare
Choose a tag to compare

v1.5.0

15 Jul 23:41
Compare
Choose a tag to compare

v1.4.0

v1.3.0

v1.3.0-rc3

v1.2.0 Release Notes - Nov 15, 2019

15 Nov 08:24
Compare
Choose a tag to compare

New Features

  • Add etcdv3 registry support#148
  • Add nacos registry support#151
  • Add fail fast cluster support#140
  • Add available cluster support#155
  • Add broadcast cluster support#158
  • Add forking cluster support#161
  • Add service token authorization support#202
  • Add accessLog filter support#214
  • Add tps limit support#237
  • Add execute limit support#246
  • Move callService to invoker & support attachments#193
  • Move example in dubbo-go project away#228
  • Support dynamic config center which compatible with dubbo 2.6.x & 2.7.x and commit the zookeeper impl#194

Enhancement

  • Split gettyRPCClient.close and gettyRPCClientPool.remove in protocol/dubbo/pool.go#186
  • Remove client from pool before closing it#190
  • Enhance the logic for fetching the local address#209
  • Add protocol_conf default values#221
  • Add task pool for getty#141
  • Update getty: remove read queue#137
  • Clean heartbeat from PendingResponse#166

Bugfixes

v1.1.0: the first release after transferred to apache

06 Sep 17:33
Compare
Choose a tag to compare

New Features

  • Support Java bigdecimal#126
  • Support all JDK exceptions#120
  • Support multi-version of service#119
  • Allow user set custom params for registry#117
  • Support zookeeper config center#99
  • Failsafe/Failback Cluster Strategy#136;

Enhancement

  • Use time wheel instead of time.After to defeat timer object memory leakage#130

Bugfixes

  • Preventing dead loop when got zookeeper unregister event#129
  • Delete ineffassign#127
  • Add wg.Done() for mockDataListener#118
  • Delete wrong spelling words#107
  • Use sync.Map to defeat from gettyClientPool deadlock#106
  • Handle panic when function args list is empty#98
  • url.Values is not safe map#172;