File tree 1 file changed +23
-2
lines changed
1 file changed +23
-2
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,27 @@ Changes by Version
2
2
==================
3
3
Release Notes.
4
4
5
+ 0.5.0
6
+ ------------------
7
+
8
+ ### Features
9
+
10
+ - Use template files in yaml format instead
11
+ - Refactor ` metrics ` command to adopt metrics-v2 protocol
12
+ - Use goroutine to speed up ` dashboard global ` command
13
+ - Add ` metrics list ` command
14
+
15
+ ### Bug Fixes
16
+
17
+ - Add flags of instance, endpoint and normal for ` metrics ` command
18
+ - Fix the problem of unable to query database metrics
19
+
20
+ ### Chores
21
+
22
+ - Update release guide doc
23
+ - Add screenshots for use cases in ` README.md `
24
+ - Introduce generated codes into codebase
25
+
5
26
0.4.0
6
27
------------------
7
28
@@ -53,12 +74,12 @@ Release Notes.
53
74
0.1.0
54
75
------------------
55
76
56
- #### Features
77
+ ### Features
57
78
- Add command ` swctl service ` to list services
58
79
- Add command ` swctl instance ` and ` swctl search ` to list and search instances of service.
59
80
- Add command ` swctl endpoint ` to list endpoints of service.
60
81
- Add command ` swctl linear-metrics ` to query linear metrics and plot the metrics in Ascii Graph mode.
61
82
- Add command ` swctl single-metrics ` to query single-value metrics.
62
83
63
- #### Chores
84
+ ### Chores
64
85
- Set up GitHub actions to check code styles, licenses, and tests.
You can’t perform that action at this time.
0 commit comments