- Add etcdv3 registry supportapache#148
- Add nacos registry supportapache#151
- Add fail fast cluster supportapache#140
- Add available cluster supportapache#155
- Add broadcast cluster supportapache#158
- Add forking cluster supportapache#161
- Add service token authorization supportapache#202
- Add accessLog filter supportapache#214
- Add tps limit supportapache#237
- Add execute limit supportapache#246
- Move callService to invoker & support attachmentsapache#193
- Move example in dubbo-go project awayapache#228
- Support dynamic config center which compatible with dubbo 2.6.x & 2.7.x and commit the zookeeper implapache#194
- Split gettyRPCClient.close and gettyRPCClientPool.remove in protocol/dubbo/pool.goapache#186
- Remove client from pool before closing itapache#190
- Enhance the logic for fetching the local addressapache#209
- Add protocol_conf default valuesapache#221
- Add task pool for gettyapache#141
- Update getty: remove read queueapache#137
- Clean heartbeat from PendingResponseapache#166
- GettyRPCClientPool remove deadlockhttps://github.com/apache/dubbo-go/pull/183/files
- Fix failover cluster bug and url parameter retries change int to string typeapache#195
- Fix url params unsafe mapapache#201
- Read protocol config by map key in config yaml instead of protocol nameapache#218
- Fix dubbo group issues #238apache#243/apache#244
- Fix bug in reference_configapache#157
- Fix high memory bug in zookeeper listenerapache#168
- Support Java bigdecimalapache#126;
- Support all JDK exceptionsapache#120;
- Support multi-version of serviceapache#119;
- Allow user set custom params for registryapache#117;
- Support zookeeper config centerapache#99;
- Failsafe/Failback Cluster Strategyapache#136;
- Use time wheel instead of time.After to defeat timer object memory leakageapache#130 ;
- Preventing dead loop when got zookeeper unregister eventapache#129;
- Delete ineffassignapache#127;
- Add wg.Done() for mockDataListenerapache#118;
- Delete wrong spelling wordsapache#107;
- Use sync.Map to defeat from gettyClientPool deadlockapache#106;
- Handle panic when function args list is emptyapache#98;
- url.Values is not safe mapapache#172;