Skip to content

Commit d204c4e

Browse files
authored
docs: Update CHANGELOG for release v3.1.1-rc1 (#2530)
The CHANGLOG was updated to contain features, bugfixes and enhancements of release v3.1.1-rc1. Signed-off-by: Xuewei Niu <[email protected]>
1 parent 53843b7 commit d204c4e

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

CHANGELOG.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,53 @@
11
# Release Notes
22
---
33

4+
## 3.1.1-rc1
5+
6+
### Features
7+
8+
- [Wrapper sliding window with custom aggregator](https://github.com/apache/dubbo-go/pull/2358)
9+
- [Wrapper sliding window with custom counter for caculating QPS](https://github.com/apache/dubbo-go/pull/2359)
10+
- [Add some metrics](https://github.com/apache/dubbo-go/pull/2362)
11+
- [Add registry metrics](https://github.com/apache/dubbo-go/pull/2366)
12+
- [Add metadata rt metrics](https://github.com/apache/dubbo-go/pull/2363)
13+
- [Add medata and config center metrics](https://github.com/apache/dubbo-go/pull/2357)
14+
- [Introduce metrics bus](https://github.com/apache/dubbo-go/pull/2351)
15+
- [Add metrics base api interface](https://github.com/apache/dubbo-go/pull/2350)
16+
- [Implement meta cache](https://github.com/apache/dubbo-go/pull/2371)
17+
- [Add prometheus pushgateway support](https://github.com/apache/dubbo-go/pull/2415)
18+
- [Add switch for metric collector](https://github.com/apache/dubbo-go/pull/2424)
19+
- [Add rpc exception metrics](https://github.com/apache/dubbo-go/pull/2459)
20+
21+
### BugFixes
22+
23+
- [Cache manager test](https://github.com/apache/dubbo-go/pull/2383)
24+
- [Fix an issue that random ports can't be assgined](https://github.com/apache/dubbo-go/pull/2384)
25+
- [Fix variable name typo](https://github.com/apache/dubbo-go/pull/2389)
26+
- [Fix registry primitiveURL](https://github.com/apache/dubbo-go/pull/2385)
27+
- [Fix health.proto has name conflict with the one in google.golang.org/grpc](https://github.com/apache/dubbo-go/pull/2395)
28+
- [Rename 'one' to 'cacheOnce'](https://github.com/apache/dubbo-go/pull/2423)
29+
- [Fix config random port](https://github.com/apache/dubbo-go/pull/2436)
30+
- [Fix ConsumerConfig nil pointer problem](https://github.com/apache/dubbo-go/pull/2440)
31+
- [Limit header size to avoid unexpected OOM](https://github.com/apache/dubbo-go/pull/2466)
32+
- [Fix zookeeper and nacos issues working as registry, metadata and configcenter](https://github.com/apache/dubbo-go/pull/2369)
33+
- [Fix service discovery subscription](https://github.com/apache/dubbo-go/pull/2480)
34+
35+
### Enhancements
36+
37+
- [Make rt metric more performance and easy to use](https://github.com/apache/dubbo-go/pull/2376)
38+
- [Migrate old RT metric impl to new RT impl](https://github.com/apache/dubbo-go/pull/2390)
39+
- [Nacos support subscribe to all with '*'](https://github.com/apache/dubbo-go/pull/2374)
40+
- [Optimize the integration of otel tracing](https://github.com/apache/dubbo-go/pull/2387)
41+
- [Add fmt make task](https://github.com/apache/dubbo-go/pull/2401)
42+
- [Rewrite RPC metrics into the event pattern](https://github.com/apache/dubbo-go/pull/2392)
43+
- [Change metric config to url like other module](https://github.com/apache/dubbo-go/pull/2396)
44+
- [Simplify configuration when enable metrics](https://github.com/apache/dubbo-go/pull/2408)
45+
- [Remove redundant nil check in Init](https://github.com/apache/dubbo-go/pull/2412)
46+
- [Improve cache init time and add application name](https://github.com/apache/dubbo-go/pull/2420)
47+
- [Zk registry support customize 'rootPath'](https://github.com/apache/dubbo-go/pull/2437)
48+
- [Refactor metrics config](https://github.com/apache/dubbo-go/pull/2465)
49+
- [Improve tag and configurator rules to keep up with official site](https://github.com/apache/dubbo-go/pull/2330)
50+
451
## 3.1.0
552

653
### Features

0 commit comments

Comments
 (0)