|
1 | 1 | # Release Notes
|
2 | 2 | ---
|
3 | 3 |
|
| 4 | +## 3.0.4 |
| 5 | + |
| 6 | +### Features |
| 7 | + |
| 8 | +- [CLI: Support getting metadata from metadataCenter](https://github.com/apache/dubbo-go/pull/2066) |
| 9 | +- [Support TLS for gRPC protocols](https://github.com/apache/dubbo-go/pull/2073) |
| 10 | +- [Support TLS for Dubbo/Triple protocols](https://github.com/apache/dubbo-go/pull/2117) |
| 11 | +- [Support Polaris subscribe](https://github.com/apache/dubbo-go/pull/2100) |
| 12 | +- [Support Polaris ratelimit](https://github.com/apache/dubbo-go/pull/2128) |
| 13 | +- [Support polaris router ability](https://github.com/apache/dubbo-go/pull/2132) |
| 14 | + |
| 15 | +### Bugfixes |
| 16 | + |
| 17 | +- [Fix: leastactive choose wrong invoker](https://github.com/apache/dubbo-go/pull/2068) |
| 18 | +- [Fix: add more setter of ReferenceConfigBuilder](https://github.com/apache/dubbo-go/pull/2098) |
| 19 | +- [Fix: timeout don't support ms bug](https://github.com/apache/dubbo-go/pull/2105) |
| 20 | +- [Fix: env DUBBO_IP_TO_REGISTRY doesn't work](https://github.com/apache/dubbo-go/pull/2138) |
| 21 | + |
| 22 | +### Enhancements |
| 23 | + |
| 24 | +- [Upgrade Triple to v1.1.9](https://github.com/apache/dubbo-go/pull/2072) |
| 25 | +- [Docs: update style and out-of-date links in readme](https://github.com/apache/dubbo-go/pull/2079) |
| 26 | +- [Upgrade Hessian to v1.11.3](https://github.com/apache/dubbo-go/pull/2087) |
| 27 | +- [Upgrade gopkg.in/yaml.v3 to 3.0.0](https://github.com/apache/dubbo-go/pull/2112) |
| 28 | +- [Refactor registry polaris project](https://github.com/apache/dubbo-go/pull/2125) |
| 29 | + |
4 | 30 | ## 3.0.3
|
5 | 31 |
|
6 | 32 | ### Features
|
|
9 | 35 | - [Support gracefully offline without registry](https://github.com/apache/dubbo-go/pull/1973)
|
10 | 36 | - [Support nacosRegistry and polarisRegistry register ip and port from env](https://github.com/apache/dubbo-go/pull/2061)
|
11 | 37 |
|
12 |
| -### Bugfixs |
| 38 | +### Bugfixes |
| 39 | + |
13 | 40 | - [Fix: typo correction](https://github.com/apache/dubbo-go/pull/1924)
|
14 | 41 | - [Fix: revision calc](https://github.com/apache/dubbo-go/pull/1926)
|
15 | 42 | - [Fix: rand.Seed() duplicate concurrent calls](https://github.com/apache/dubbo-go/pull/1958)
|
|
25 | 52 | - [Fix: adaptive-service: deadlock caused by rwMutex in limiter mapper](https://github.com/apache/dubbo-go/pull/2053)
|
26 | 53 |
|
27 | 54 | ### Enhancements
|
| 55 | + |
28 | 56 | - [Chore remove apollo config center](https://github.com/apache/dubbo-go/pull/1932)
|
29 | 57 | - [Reduce common directory](https://github.com/apache/dubbo-go/pull/1948)
|
30 | 58 | - [Remove useless time format](https://github.com/apache/dubbo-go/pull/1955)
|
|
47 | 75 | - [Support istio xds ring hash](https://github.com/apache/dubbo-go/pull/1828)
|
48 | 76 | - [Support otel trace](https://github.com/apache/dubbo-go/pull/1886)
|
49 | 77 |
|
50 |
| -### Bugfixs |
| 78 | +### Bugfixes |
51 | 79 |
|
52 | 80 | - [Fix: where limitation not updates](https://github.com/apache/dubbo-go/pull/1784)
|
53 | 81 | - [Fix: rootConfig and getty-session-param](https://github.com/apache/dubbo-go/pull/1802)
|
|
82 | 110 | - [Support `$invokeAsync` for generic service](https://github.com/apache/dubbo-go/pull/1674)
|
83 | 111 | - [Support config the Nacos context path](https://github.com/apache/dubbo-go/pull/1656)
|
84 | 112 |
|
85 |
| -### Bugfixs |
| 113 | +### Bugfixes |
86 | 114 |
|
87 | 115 | - [Fix: JSON-RPC request timeout time dynamically](https://github.com/apache/dubbo-go/pull/1713)
|
88 | 116 | - [Fix: the heartbeat of polaris cannot be reported](https://github.com/apache/dubbo-go/pull/1688)
|
|
111 | 139 | - [Triple proto reflection support](https://github.com/apache/dubbo-go/pull/1603)
|
112 | 140 | - [Triple pb with jaeger tracing support](https://github.com/apache/dubbo-go/pull/1596)
|
113 | 141 |
|
114 |
| -### Bugfixs |
| 142 | +### Bugfixes |
115 | 143 |
|
116 | 144 | - [Validate nacos's user and password configuration](https://github.com/apache/dubbo-go/pull/1645)
|
117 | 145 | - [Fix bug of service configuration exported field](https://github.com/apache/dubbo-go/pull/1639/files)
|
|
0 commit comments