| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2024-03-05 | 722 Bytes | |
| v3.1.1 source code.tar.gz | 2024-03-05 | 1.8 MB | |
| v3.1.1 source code.zip | 2024-03-05 | 2.7 MB | |
| Totals: 3 Items | 4.5 MB | 0 | |
Bugfixes
- Fix metrics path set in config does not work, https://github.com/apache/dubbo-go/pull/2553
- Fix retry time calculation, https://github.com/apache/dubbo-go/issues/2550
- Fix nacos App Metadata not compatible with that in dubbo-java, https://github.com/apache/dubbo-go/pull/2563
- Fix router warn log, https://github.com/apache/dubbo-go/pull/2559
- Change timeout of DubboInvoker from Milliseconds to Nanoseconds, https://github.com/apache/dubbo-go/issues/2546
- Set default application name to
dubbo.ioif it's empty, https://github.com/apache/dubbo-go/pull/2572 - Service discovery always try to resue protocol port to avoid listening on too many ports, https://github.com/apache/dubbo-go/pull/2548